]> www.infradead.org Git - users/jedix/linux-maple.git/commit
w1: ds28e04: Constify 'struct bin_attribute'
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 11 Dec 2024 17:50:27 +0000 (18:50 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 14 Dec 2024 10:06:34 +0000 (11:06 +0100)
commit0f28374e99a46bfb5ece60af0791ccc840a6aa89
tree305bc098749452c2fe9b7353df39923a1fe546da
parent0ef2a9b2439a119508b7b80e1024f0d19dd0c7dc
w1: ds28e04: 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-12-c4befd2aa7cc@weissschuh.net
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/w1/slaves/w1_ds28e04.c