Re: [PATCH net-next 2/5] net: phy: ks8995: constify 'struct bin_attribute'

From: Andrew Lunn
Date: Mon Dec 16 2024 - 10:41:12 EST


On Mon, Dec 16, 2024 at 12:30:09PM +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>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew