On Fri, Feb 28, 2025 at 02:07:43PM +0200, Andy Shevchenko wrote: > The drivers are using local member of 32 bytes to hold up to 40 (one-byte) > characters. GCC complains on that. This series fixes the issue in the affected > input drivers. Note, this is currently the biggest part of the warnings that > are being treated as errors with the default configurations on x86. With this > being applied we become quite close to enable CONFIG_WERROR=y (which is default > and basically reverted) in CIs. Clang, OTOH, has currently no issues with that. If acceptable, it would be good to have them as fixes for v6.14 cycle. -- With Best Regards, Andy Shevchenko