+1
-1
nixos/tests/kernel-generic.nix
+1
-1
nixos/tests/kernel-generic.nix
-10
pkgs/os-specific/linux/kernel/hardened/patches.json
-10
pkgs/os-specific/linux/kernel/hardened/patches.json
···-"url": "https://github.com/anthraxx/linux-hardened/releases/download/5.19.17-hardened1/linux-hardened-5.19.17-hardened1.patch"
-18
pkgs/os-specific/linux/kernel/linux-5.19.nix
-18
pkgs/os-specific/linux/kernel/linux-5.19.nix
···-{ lib, buildPackages, fetchurl, perl, buildLinux, nixosTests, modDirVersionArg ? null, ... } @ args:-modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
+2
-2
pkgs/os-specific/linux/zfs/default.nix
+2
-2
pkgs/os-specific/linux/zfs/default.nix
······
+5
-10
pkgs/top-level/linux-kernels.nix
+5
-10
pkgs/top-level/linux-kernels.nix
···linux_5_18 = throw "linux 5.18 was removed because it has reached its end of life upstream";···linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix rec {···linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";+linux_5_19_hardened = throw "linux 5.19 was removed because it has reached its end of life upstream";···linux_5_16 = throw "linux 5.16 was removed because it reached its end of life upstream"; # Added 2022-04-23linux_5_17 = throw "linux 5.17 was removed because it reached its end of life upstream"; # Added 2022-06-23linux_5_18 = throw "linux 5.18 was removed because it reached its end of life upstream"; # Added 2022-09-17+linux_5_19 = throw "linux 5.19 was removed because it reached its end of life upstream"; # Added 2022-11-01···linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";+linux_5_19_hardened = throw "linux 5.19 was removed because it has reached its end of life upstream";