I just now wondered when after updating my laptops failed to build some DKMS for their WLAN adapters: didn't we have GCC plugins disabled for the kernels? As it is, building e.g. broadcom-wl-dkms is failing after the gcc update.
there were plans to disable them but it never happened
Obviously ;-P IMO it's a bad idea to keep them because it will regularly break user's systems the way it is now. You cannot have a modular update of gcc and kernels at the same time, there's always some time gap...
After update nvidia-dkms building failed.
fixed by #7593
Most helpful comment
Obviously ;-P IMO it's a bad idea to keep them because it will regularly break user's systems the way it is now. You cannot have a modular update of gcc and kernels at the same time, there's always some time gap...