@@ -197,14 +197,6 @@ in {
197
197
] ;
198
198
} ;
199
199
200
- linux_6_11 = callPackage ../os-specific/linux/kernel/mainline.nix {
201
- branch = "6.11" ;
202
- kernelPatches = [
203
- kernelPatches . bridge_stp_helper
204
- kernelPatches . request_key_helper
205
- ] ;
206
- } ;
207
-
208
200
linux_6_12 = callPackage ../os-specific/linux/kernel/mainline.nix {
209
201
branch = "6.12" ;
210
202
kernelPatches = [
299
291
linux_5_15_hardened = hardenedKernelFor kernels . linux_5_15 { } ;
300
292
linux_6_1_hardened = hardenedKernelFor kernels . linux_6_1 { } ;
301
293
linux_6_6_hardened = hardenedKernelFor kernels . linux_6_6 { } ;
302
- linux_6_11_hardened = hardenedKernelFor kernels . linux_6_11 { } ;
303
294
linux_6_12_hardened = hardenedKernelFor kernels . linux_6_12 { } ;
304
295
linux_6_13_hardened = hardenedKernelFor kernels . linux_6_13 { } ;
305
296
312
303
linux_6_8 = throw "linux 6.8 was removed because it has reached its end of life upstream" ;
313
304
linux_6_9 = throw "linux 6.9 was removed because it has reached its end of life upstream" ;
314
305
linux_6_10 = throw "linux 6.10 was removed because it has reached its end of life upstream" ;
306
+ linux_6_11 = throw "linux 6.11 was removed because it has reached its end of life upstream" ;
315
307
316
308
linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option" ;
317
309
323
315
linux_6_8_hardened = throw "linux 6.8 was removed because it has reached its end of life upstream" ;
324
316
linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream" ;
325
317
linux_6_10_hardened = throw "linux 6.10 was removed because it has reached its end of life upstream" ;
318
+ linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream" ;
326
319
} ) ) ;
327
320
/* Linux kernel modules are inherently tied to a specific kernel. So
328
321
rather than provide specific instances of those packages for a
677
670
linux_5_15 = recurseIntoAttrs ( packagesFor kernels . linux_5_15 ) ;
678
671
linux_6_1 = recurseIntoAttrs ( packagesFor kernels . linux_6_1 ) ;
679
672
linux_6_6 = recurseIntoAttrs ( packagesFor kernels . linux_6_6 ) ;
680
- linux_6_11 = recurseIntoAttrs ( packagesFor kernels . linux_6_11 ) ;
681
673
linux_6_12 = recurseIntoAttrs ( packagesFor kernels . linux_6_12 ) ;
682
674
linux_6_13 = recurseIntoAttrs ( packagesFor kernels . linux_6_13 ) ;
683
675
} // lib . optionalAttrs config . allowAliases {
689
681
linux_6_8 = throw "linux 6.8 was removed because it reached its end of life upstream" ; # Added 2024-08-02
690
682
linux_6_9 = throw "linux 6.9 was removed because it reached its end of life upstream" ; # Added 2024-08-02
691
683
linux_6_10 = throw "linux 6.10 was removed because it reached its end of life upstream" ; # Added 2024-10-23
684
+ linux_6_11 = throw "linux 6.11 was removed because it reached its end of life upstream" ; # Added 2025-03-23
692
685
} ;
693
686
694
687
rtPackages = {
719
712
linux_5_15_hardened = recurseIntoAttrs ( packagesFor kernels . linux_5_15_hardened ) ;
720
713
linux_6_1_hardened = recurseIntoAttrs ( packagesFor kernels . linux_6_1_hardened ) ;
721
714
linux_6_6_hardened = recurseIntoAttrs ( packagesFor kernels . linux_6_6_hardened ) ;
722
- linux_6_11_hardened = recurseIntoAttrs ( packagesFor kernels . linux_6_11_hardened ) ;
723
715
linux_6_12_hardened = recurseIntoAttrs ( packagesFor kernels . linux_6_12_hardened ) ;
724
716
linux_6_13_hardened = recurseIntoAttrs ( packagesFor kernels . linux_6_13_hardened ) ;
725
717
743
735
linux_6_7_hardened = throw "linux 6.7 was removed because it has reached its end of life upstream" ;
744
736
linux_6_8_hardened = throw "linux 6.8 was removed because it has reached its end of life upstream" ;
745
737
linux_6_9_hardened = throw "linux 6.9 was removed because it has reached its end of life upstream" ;
738
+ linux_6_11_hardened = throw "linux 6.11 was removed because it has reached its end of life upstream" ;
746
739
linux_xanmod_tt = throw "linux_xanmod_tt was removed because upstream no longer offers this option" ;
747
740
} ) ;
748
741
0 commit comments