twx-linux/drivers/input
Linus Torvalds 05e8d261a3 gcc-15: add '__nonstring' markers to byte arrays
All of these cases are perfectly valid and good traditional C, but hit
by the "you're not NUL-terminating your byte array" warning.

And none of the cases want any terminating NUL character.

Mark them __nonstring to shut up gcc-15 (and in the case of the ak8974
magnetometer driver, I just removed the explicit array size and let gcc
expand the 3-byte and 6-byte arrays by one extra byte, because it was
the simpler change).

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2025-04-20 11:57:54 -07:00
..
gameport treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
joystick gcc-15: add '__nonstring' markers to byte arrays 2025-04-20 11:57:54 -07:00
keyboard A set of final cleanups for the timer subsystem: 2025-04-06 08:35:37 -07:00
misc Input updates for v6.15-rc0 2025-04-05 09:20:39 -07:00
mouse A set of final cleanups for the timer subsystem: 2025-04-06 08:35:37 -07:00
rmi4
serio treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
tablet
tests
touchscreen A set of final cleanups for the timer subsystem: 2025-04-06 08:35:37 -07:00
apm-power.c
evdev.c
ff-core.c
ff-memless.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
input-compat.c
input-compat.h
input-core-private.h
input-leds.c
input-mt.c
input-poller.c
input-poller.h
input.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
joydev.c
Kconfig
Makefile
matrix-keymap.c
mousedev.c
sparse-keymap.c input: sparse-keymap: use devm_kmemdup_array() 2025-02-24 12:08:52 +02:00
touchscreen.c
vivaldi-fmap.c