* Current state of the 'const bin_attribute' constification
@ 2025-02-14 16:36 Thomas Weißschuh
2025-02-15 7:49 ` Greg Kroah-Hartman
2025-02-20 15:08 ` Greg Kroah-Hartman
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Weißschuh @ 2025-02-14 16:36 UTC (permalink / raw)
To: Greg Kroah-Hartman, Rafael J. Wysocki; +Cc: linux-kernel
Hi Greg,
most of the patches for the 'const bin_attribute' work have gone in
through the maintainer trees. A few series have not been picked up:
https://lore.kernel.org/r/20250114-sysfs-const-bin_attr-cxl-v1-1-5afa23fe2a52@weissschuh.net
https://lore.kernel.org/r/20250125-sysfs-const-bin_attr-dmi-v2-0-ece1895936f4@weissschuh.net
https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-drm-v1-0-210f2b36b9bf@weissschuh.net
https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-fsi-v1-1-b717f76a0146@weissschuh.net
https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-habanalabs-v1-1-b35463197efb@weissschuh.net
https://lore.kernel.org/r/20241222-sysfs-const-bin_attr-input-v1-1-1229dbe5ae71@weissschuh.net
https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-mokvar-v1-1-d5a3d1fff8d1@weissschuh.net
https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-pcmcia-v1-1-ebb82e47d834@weissschuh.net
https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-powerpc-v1-0-bbed8906f476@weissschuh.net
https://lore.kernel.org/r/20250114-sysfs-const-bin_attr-qemu_fw_cfg-v1-1-76f525a3ee72@weissschuh.net
https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-rapidio-v1-1-0f47f4719683@weissschuh.net
https://lore.kernel.org/r/20241122-sysfs-const-bin_attr-rci2-v1-1-3db1ec9aa203@weissschuh.net
Do you want to take these directly?
Then I can send the removal of the transition machinery.
There is also a potential conflict in linux-next with Kexec Handover [0],
but that will be trivial to resolve and hopefully they fix it in their v2.
[0] https://lore.kernel.org/lkml/ae80c1b9-bafb-401c-9789-37a774c702c0@t-8ch.de/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Current state of the 'const bin_attribute' constification
2025-02-14 16:36 Current state of the 'const bin_attribute' constification Thomas Weißschuh
@ 2025-02-15 7:49 ` Greg Kroah-Hartman
2025-02-20 15:08 ` Greg Kroah-Hartman
1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2025-02-15 7:49 UTC (permalink / raw)
To: Thomas Weißschuh; +Cc: Rafael J. Wysocki, linux-kernel
On Fri, Feb 14, 2025 at 05:36:19PM +0100, Thomas Weißschuh wrote:
> Hi Greg,
>
> most of the patches for the 'const bin_attribute' work have gone in
> through the maintainer trees. A few series have not been picked up:
>
> https://lore.kernel.org/r/20250114-sysfs-const-bin_attr-cxl-v1-1-5afa23fe2a52@weissschuh.net
> https://lore.kernel.org/r/20250125-sysfs-const-bin_attr-dmi-v2-0-ece1895936f4@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-drm-v1-0-210f2b36b9bf@weissschuh.net
> https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-fsi-v1-1-b717f76a0146@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-habanalabs-v1-1-b35463197efb@weissschuh.net
> https://lore.kernel.org/r/20241222-sysfs-const-bin_attr-input-v1-1-1229dbe5ae71@weissschuh.net
> https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-mokvar-v1-1-d5a3d1fff8d1@weissschuh.net
> https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-pcmcia-v1-1-ebb82e47d834@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-powerpc-v1-0-bbed8906f476@weissschuh.net
> https://lore.kernel.org/r/20250114-sysfs-const-bin_attr-qemu_fw_cfg-v1-1-76f525a3ee72@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-rapidio-v1-1-0f47f4719683@weissschuh.net
> https://lore.kernel.org/r/20241122-sysfs-const-bin_attr-rci2-v1-1-3db1ec9aa203@weissschuh.net
>
> Do you want to take these directly?
Thanks, I'll pick them up next week.
> Then I can send the removal of the transition machinery.
Please send that now so I can queue that up too.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Current state of the 'const bin_attribute' constification
2025-02-14 16:36 Current state of the 'const bin_attribute' constification Thomas Weißschuh
2025-02-15 7:49 ` Greg Kroah-Hartman
@ 2025-02-20 15:08 ` Greg Kroah-Hartman
1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2025-02-20 15:08 UTC (permalink / raw)
To: Thomas Weißschuh; +Cc: Rafael J. Wysocki, linux-kernel
On Fri, Feb 14, 2025 at 05:36:19PM +0100, Thomas Weißschuh wrote:
> Hi Greg,
>
> most of the patches for the 'const bin_attribute' work have gone in
> through the maintainer trees. A few series have not been picked up:
>
> https://lore.kernel.org/r/20250114-sysfs-const-bin_attr-cxl-v1-1-5afa23fe2a52@weissschuh.net
> https://lore.kernel.org/r/20250125-sysfs-const-bin_attr-dmi-v2-0-ece1895936f4@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-drm-v1-0-210f2b36b9bf@weissschuh.net
> https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-fsi-v1-1-b717f76a0146@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-habanalabs-v1-1-b35463197efb@weissschuh.net
> https://lore.kernel.org/r/20241222-sysfs-const-bin_attr-input-v1-1-1229dbe5ae71@weissschuh.net
> https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-mokvar-v1-1-d5a3d1fff8d1@weissschuh.net
> https://lore.kernel.org/r/20241215-sysfs-const-bin_attr-pcmcia-v1-1-ebb82e47d834@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-powerpc-v1-0-bbed8906f476@weissschuh.net
> https://lore.kernel.org/r/20250114-sysfs-const-bin_attr-qemu_fw_cfg-v1-1-76f525a3ee72@weissschuh.net
> https://lore.kernel.org/r/20241216-sysfs-const-bin_attr-rapidio-v1-1-0f47f4719683@weissschuh.net
> https://lore.kernel.org/r/20241122-sysfs-const-bin_attr-rci2-v1-1-3db1ec9aa203@weissschuh.net
>
> Do you want to take these directly?
I've taken all of these now, please let me know if I've missed any.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-20 15:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 16:36 Current state of the 'const bin_attribute' constification Thomas Weißschuh
2025-02-15 7:49 ` Greg Kroah-Hartman
2025-02-20 15:08 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox