]> www.infradead.org Git - users/jedix/linux-maple.git/commit
w1: Constify 'struct bin_attribute'
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 11 Dec 2024 17:50:16 +0000 (18:50 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 14 Dec 2024 10:05:56 +0000 (11:05 +0100)
commit699e5f2f28c8f68ae3d3f58ba99f711b006c355b
tree9a63c2ae6e694768582f2c8ae6a4fe8d47e4defb
parent5f69c091a6c0001ffade8bc00c1d33e1e224a2e7
w1: 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/20241211-sysfs-const-bin_attr-w1-v1-1-c4befd2aa7cc@weissschuh.net
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/w1/w1.c