The kernel patch series removing IPV6=m is out! I am quite happy about it and I hope I did not mess up :)

A lot of people were CC'ed, sorry about the noise ^^

https://lore.kernel.org/netdev/2026030[email protected]/

[PATCH 00/10 net-next] Convert CONFIG_IPV6 to built-in and remove stubs - Fernando Fernandez Mancera

@ffmancera have you checked with the #OpenWrt people? One thing that would come to my mind: We used to have embedded devices with separate kernel and rootfs partitions, where the kernel partition would have a fixed, limited size. There it would seem useful to be able to build as much as kernel modules as possible. We've had that issue before, not being able to update the kernel due to limited size.
But I'm not 100% sure if that is still the case or which (old?) devices that would affect exactly.
@ffmancera but maybe that's not a concern #OpenWrt anymore these day thanks to #mtdsplit?