Re: [PATCH 3/5] s390/pci: Constify 'struct bin_attribute'

From: Alexander Gordeev
Date: Fri Jan 03 2025 - 09:14:57 EST


On Wed, Dec 11, 2024 at 06:54:41PM +0100, Thomas Weißschuh wrote:
> 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>
> ---
> arch/s390/pci/pci_sysfs.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)

Acked-by: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>