linux: Remove 4.16

This version is EOL and 4.17 is already in our tree.
Additionally, remove the 4.16-based Copperhead kernel, which is unmaintained

-21
-21
pkgs/top-level/all-packages.nix
··· 13636 13636 modDirVersionArg = linux_4_14.modDirVersion + "-hardened"; 13637 13637 }); 13638 13638 13639 - linux_copperhead_stable = (linux_4_16.override { 13640 - kernelPatches = linux_4_16.kernelPatches ++ [ 13641 - kernelPatches.copperhead_4_16 13642 - kernelPatches.tag_hardened 13643 - ]; 13644 - modDirVersionArg = linux_4_16.modDirVersion + "-hardened"; 13645 - }); 13646 - 13647 13639 # linux mptcp is based on the 4.4 kernel 13648 13640 linux_mptcp = callPackage ../os-specific/linux/kernel/linux-mptcp.nix { 13649 13641 kernelPatches = ··· 13696 13688 # when adding a new linux version 13697 13689 kernelPatches.cpu-cgroup-v2."4.11" 13698 13690 kernelPatches.modinst_arg_list_too_long 13699 - ]; 13700 - }; 13701 - 13702 - linux_4_16 = callPackage ../os-specific/linux/kernel/linux-4.16.nix { 13703 - kernelPatches = 13704 - [ kernelPatches.bridge_stp_helper 13705 - # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md 13706 - # when adding a new linux version 13707 - # kernelPatches.cpu-cgroup-v2."4.11" 13708 - kernelPatches.modinst_arg_list_too_long 13709 - kernelPatches.bcm2835_mmal_v4l2_camera_driver # Only needed for 4.16! 13710 13691 ]; 13711 13692 }; 13712 13693 ··· 13924 13905 linuxPackages_4_4 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_4); 13925 13906 linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9); 13926 13907 linuxPackages_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_14); 13927 - linuxPackages_4_16 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_16); 13928 13908 linuxPackages_4_17 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_17); 13929 13909 # Don't forget to update linuxPackages_latest! 13930 13910 ··· 13977 13957 linuxPackages_latest_xen_dom0_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor (pkgs.linux_latest.override { features.xen_dom0=true; })); 13978 13958 13979 13959 linuxPackages_copperhead_lts = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux_copperhead_lts); 13980 - linuxPackages_copperhead_stable = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux_copperhead_stable); 13981 13960 13982 13961 # Samus kernels 13983 13962 linuxPackages_samus_4_12 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_samus_4_12);