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 Input: drop vb2_ops_wait_prepare/finish 2025-02-04 06:12:34 -08:00
serio treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
tablet Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
tests Input updates for v6.11-rc0 2024-07-19 16:51:39 -07:00
touchscreen A set of final cleanups for the timer subsystem: 2025-04-06 08:35:37 -07:00
Kconfig Input: remove evbug driver 2024-12-17 13:53:52 -08:00
Makefile Input: remove evbug driver 2024-12-17 13:53:52 -08:00
apm-power.c
evdev.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
ff-core.c Input: ff-core - make use of __free() cleanup facility 2024-12-23 22:53:21 -08:00
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: leds - change config symbol dependency for audio mute trigger 2024-03-03 14:46:06 -08:00
input-mt.c Input: mt - make use of __free() cleanup facility 2024-12-23 22:53:57 -08:00
input-poller.c Input: poller - convert locking to guard notation 2024-12-23 22:53:57 -08:00
input-poller.h
input.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
joydev.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
matrix-keymap.c Input: matrix-keymap - switch to using __free() cleanup facility 2024-08-29 10:59:30 -07:00
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 Input: add missing MODULE_DESCRIPTION() macros 2024-06-09 14:38:48 -07:00