Re: The Spooks won't like this
«I see the Linux kernel doesn't have the resources to fix the recent tranche of defects and will simply delete the code at risk...»
Well, not exactly true. That code is/will still (be) supported in a myriad of LTS and CIP Kernels for close to a decade. Specifically, on Kernel 6.12 this will be supported by G.K-H until ~2028 and by the Linux CIP until ~2036 (i.e. Long after the patch tsunami has passed), and that Kernel includes the offending drivers, and those drivers will stay there, and if needed be, patched until that time...So, the patches for that code are being developed as-we-speak.
I see this move more as a signal for house clean-up. Just like Windows hoards deprecated API calls without removing them* (but has no qualms dumping old driver models or architectures) , Linux hoards old driver & architecture code for ages. Is just the phylosophy of the OS. This serves as a signal/excuse to dump this code going forward without much opposition.
I wish each OS would be a tad more proactive in dumping old stuff.
* Microsoft clearly states that something marked as deprecated in version N, should be removed in N+2. But very few calls actually meet that fate, and actually is the other way around, most examples are of this rule being violated.