Skip to content

Commit

Permalink
linux: drop 3.12 and 4.1
Browse files Browse the repository at this point in the history
Support ends before 17.09 is released:
https://www.kernel.org/category/releases.html
  • Loading branch information
globin committed Mar 23, 2017
1 parent f92d080 commit 37f7470
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
18 changes: 0 additions & 18 deletions pkgs/os-specific/linux/kernel/linux-3.12.nix

This file was deleted.

18 changes: 0 additions & 18 deletions pkgs/os-specific/linux/kernel/linux-4.1.nix

This file was deleted.

25 changes: 0 additions & 25 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -11537,29 +11537,6 @@ with pkgs;
];
};

linux_3_12 = callPackage ../os-specific/linux/kernel/linux-3.12.nix {
kernelPatches = with kernelPatches;
[ bridge_stp_helper
]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill
kernelPatches.mips_ext3_n32
];
};

linux_4_1 = callPackage ../os-specific/linux/kernel/linux-4.1.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.DCCP_double_free_vulnerability_CVE-2017-6074
]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill
kernelPatches.mips_ext3_n32
];
};

linux_4_4 = callPackage ../os-specific/linux/kernel/linux-4.4.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
Expand Down Expand Up @@ -11787,8 +11764,6 @@ with pkgs;
linuxPackages_mptcp = linuxPackagesFor pkgs.linux_mptcp;
linuxPackages_rpi = linuxPackagesFor pkgs.linux_rpi;
linuxPackages_3_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_10);
linuxPackages_3_12 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_12);
linuxPackages_4_1 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_1);
linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4);
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
linuxPackages_4_10 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_10);
Expand Down

1 comment on commit 37f7470

@vcunat
Copy link
Member

@vcunat vcunat commented on 37f7470 Nov 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ATM 4.1 shows projected EOL May, 2018, so I think we could have it on master for another half year, assuming there's demand for it...

Please sign in to comment.