]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/powernv/ultravisor: Constify 'struct bin_attribute'
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 16 Dec 2024 04:07:45 +0000 (05:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 08:20:32 +0000 (09:20 +0100)
commitf629576662e024f57cb2c8d4ca6f297db9b904a3
treedb8949857361402082d703e9420a5eb4476885a1
parent982d13db108c9a30b98d1eb3445011dbc5616532
powerpc/powernv/ultravisor: 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/20241216-sysfs-const-bin_attr-powerpc-v1-3-bbed8906f476@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/platforms/powernv/ultravisor.c