Re: [PATCH v4 0/2] sysfs: finalize the constification of 'struct bin_attribute'

From: Greg Kroah-Hartman
Date: Tue Aug 19 2025 - 07:13:07 EST


On Mon, Aug 11, 2025 at 11:13:34AM +0200, Thomas Weißschuh wrote:
> All users have been migrated to the new const types and variables.
> Get rid of the transition machinery.
>
> After applying, make sure no leftovers are left:
> $ git grep bin_attrs_new
> $ git grep read_new ':!drivers/block/swim_asm.S'
> $ git grep write_new ':!drivers/cpufreq/powernow-k8.c' ':!drivers/s390/char/monwriter.c'

Looks good, thanks!

Finally queued up, sorry for the delay.

greg k-h