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

From: Thomas Weißschuh
Date: Tue Jan 14 2025 - 16:45:18 EST


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@xxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxx>