[PATCH 0/2] devcoredump: Constify 'struct bin_attribute'

Thomas Weißschuh posted 2 patches 11 months ago
drivers/base/devcoredump.c | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
[PATCH 0/2] devcoredump: Constify 'struct bin_attribute'
Posted by Thomas Weißschuh 11 months ago
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>
---
Thomas Weißschuh (2):
      devcoredump: Define 'struct bin_attribute' through macro
      devcoredump: Constify 'struct bin_attribute'

 drivers/base/devcoredump.c | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)
---
base-commit: 7f5b6a8ec18e3add4c74682f60b90c31bdf849f2
change-id: 20250114-sysfs-const-bin_attr-devcoredump-050ce1805209

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>