2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/misc/eeprom
Thomas Weißschuh 052bd11eb8 misc: eeprom/max6875: Constify 'struct bin_attribute'
The sysfs core now allows instances of 'struct bin_attribute' to be
moved into read-only memory. Make use of that to protect them against
accidental or malicious modifications.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20241221-sysfs-const-bin_attr-misc-drivers-v2-8-ba5e79fe8771@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-12-24 09:36:02 +01:00
..
at24.c eeprom: at24: add ST M24256E Additional Write lockable page support 2024-10-22 09:11:30 +02:00
at25.c eeprom: at25: drop unneeded MODULE_ALIAS 2024-04-29 11:14:00 +02:00
digsy_mtc_eeprom.c eeprom: digsy_mtc: Convert to use GPIO descriptors 2024-06-04 17:47:08 +02:00
ee1004.c eeprom: ee1004: Fix locking issues in ee1004_probe() 2024-07-31 13:41:42 +02:00
eeprom_93cx6.c misc: eeprom: eeprom_93cx6: Switch to BIT() macro 2024-10-11 08:42:03 +02:00
eeprom_93xx46.c misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int' 2024-10-13 17:10:39 +02:00
idt_89hpesx.c misc: eeprom/idt_89hpesx: Constify 'struct bin_attribute' 2024-12-24 09:36:02 +01:00
Kconfig eeprom: Fix the cacography in Kconfig 2024-11-05 05:33:47 +01:00
Makefile eeprom: Remove deprecated legacy eeprom driver 2023-10-05 11:09:40 +02:00
max6875.c misc: eeprom/max6875: Constify 'struct bin_attribute' 2024-12-24 09:36:02 +01:00