···12837 kernelPatches = with kernelPatches; [
12838 kernelPatches.bridge_stp_helper
12839 kernelPatches.modinst_arg_list_too_long
12840- kernelPatches.cpu-cgroup-v2."4.11"
12841 kernelPatches.tag_hardened
12842 ];
12843 extraConfig = import ../os-specific/linux/kernel/hardened-config.nix {
···12915 # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
12916 # when adding a new linux version
12917 kernelPatches.cpu-cgroup-v2."4.11"
00000000000000012918 kernelPatches.modinst_arg_list_too_long
12919 ]
12920 ++ lib.optionals ((platform.kernelArch or null) == "mips")
···13112 linux = linuxPackages.kernel;
1311313114 # Update this when adding the newest kernel major version!
13115- linuxPackages_latest = linuxPackages_4_14;
13116 linux_latest = linuxPackages_latest.kernel;
1311713118 # Build the kernel modules for the some of the kernels.
···12837 kernelPatches = with kernelPatches; [
12838 kernelPatches.bridge_stp_helper
12839 kernelPatches.modinst_arg_list_too_long
012840 kernelPatches.tag_hardened
12841 ];
12842 extraConfig = import ../os-specific/linux/kernel/hardened-config.nix {
···12914 # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
12915 # when adding a new linux version
12916 kernelPatches.cpu-cgroup-v2."4.11"
12917+ kernelPatches.modinst_arg_list_too_long
12918+ ]
12919+ ++ lib.optionals ((platform.kernelArch or null) == "mips")
12920+ [ kernelPatches.mips_fpureg_emu
12921+ kernelPatches.mips_fpu_sigill
12922+ kernelPatches.mips_ext3_n32
12923+ ];
12924+ };
12925+12926+ linux_4_15 = callPackage ../os-specific/linux/kernel/linux-4.15.nix {
12927+ kernelPatches =
12928+ [ kernelPatches.bridge_stp_helper
12929+ # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
12930+ # when adding a new linux version
12931+ # kernelPatches.cpu-cgroup-v2."4.11"
12932 kernelPatches.modinst_arg_list_too_long
12933 ]
12934 ++ lib.optionals ((platform.kernelArch or null) == "mips")
···13126 linux = linuxPackages.kernel;
1312713128 # Update this when adding the newest kernel major version!
13129+ linuxPackages_latest = linuxPackages_4_15;
13130 linux_latest = linuxPackages_latest.kernel;
1313113132 # Build the kernel modules for the some of the kernels.