Re: [PATCH 00/11] scsi: Constify 'struct bin_attribute'

2025-01-10 Thread Martin K. Petersen
On Mon, 16 Dec 2024 12:29:07 +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. > > Applied to 6.14/scsi-queue, thanks! [01/11] scs

Re: [PATCH 00/11] scsi: Constify 'struct bin_attribute'

2025-01-02 Thread Martin K. Petersen
Thomas, > 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. Applied to 6.14/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH 00/11] scsi: Constify 'struct bin_attribute'

2024-12-16 Thread Thomas Weißschuh
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 --- Thomas Weißschuh (11): scsi: core: Constify 'struct bin_attribute' scsi: