Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mod_devicetable: Bump auxiliary_device_id name size

We have an upcoming driver named "intel_ehl_pse_io". This creates an
auxiliary child device for it's GPIO sub-functionality, which matches
against "intel_ehl_pse_io.gpio-elkhartlake" and overshoots the current
maximum limit of 32 bytes for auxiliary device id string. Bump the size
to 40 bytes to satisfy such cases.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Link: https://patch.msgid.link/20251106052838.433673-1-raag.jadav@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Raag Jadav and committed by
Greg Kroah-Hartman
d3d25f43 71464949

+1 -1
+1 -1
include/linux/mod_devicetable.h
··· 867 867 kernel_ulong_t driver_data; 868 868 }; 869 869 870 - #define AUXILIARY_NAME_SIZE 32 870 + #define AUXILIARY_NAME_SIZE 40 871 871 #define AUXILIARY_MODULE_PREFIX "auxiliary:" 872 872 873 873 struct auxiliary_device_id {