about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-05-02 08:49:39 -0400
committerTim Steinbach <tim@nequissimus.com>2017-05-02 08:49:39 -0400
commitb5169fd2771d60a359af7263d84453adc0b5dbfb (patch)
tree14e9e438ab54f6d8142f456817f2cd13e04082e3 /pkgs/top-level
parentd7501b986a5d0f5a6ebe020d5f8bbb7c9d65b1ca (diff)
downloadnixlib-b5169fd2771d60a359af7263d84453adc0b5dbfb.tar
nixlib-b5169fd2771d60a359af7263d84453adc0b5dbfb.tar.gz
nixlib-b5169fd2771d60a359af7263d84453adc0b5dbfb.tar.bz2
nixlib-b5169fd2771d60a359af7263d84453adc0b5dbfb.tar.lz
nixlib-b5169fd2771d60a359af7263d84453adc0b5dbfb.tar.xz
nixlib-b5169fd2771d60a359af7263d84453adc0b5dbfb.tar.zst
nixlib-b5169fd2771d60a359af7263d84453adc0b5dbfb.zip
linux: Add cgroups patches for 4.9, 4.10, 4.11
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 67014b02d9c2..d7ba2652fe17 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11716,10 +11716,7 @@ with pkgs;
     kernelPatches =
       [ kernelPatches.bridge_stp_helper
         kernelPatches.p9_fixes
-        # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
-        # when adding a new linux version
-        # !!! 4.7 patch doesn't apply, 4.9 patch not up yet, will keep checking
-        # kernelPatches.cpu-cgroup-v2."4.7"
+        kernelPatches.cpu-cgroup-v2."4.9"
         kernelPatches.modinst_arg_list_too_long
       ]
       ++ lib.optionals ((platform.kernelArch or null) == "mips")
@@ -11733,10 +11730,7 @@ with pkgs;
     kernelPatches =
       [ kernelPatches.bridge_stp_helper
         kernelPatches.p9_fixes
-        # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
-        # when adding a new linux version
-        # !!! 4.7 patch doesn't apply, 4.9 patch not up yet, will keep checking
-        # kernelPatches.cpu-cgroup-v2."4.7"
+        kernelPatches.cpu-cgroup-v2."4.10"
         kernelPatches.modinst_arg_list_too_long
       ]
       ++ lib.optionals ((platform.kernelArch or null) == "mips")
@@ -11752,8 +11746,7 @@ with pkgs;
         kernelPatches.p9_fixes
         # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
         # when adding a new linux version
-        # !!! 4.7 patch doesn't apply, 4.9 patch not up yet, will keep checking
-        # kernelPatches.cpu-cgroup-v2."4.7"
+        kernelPatches.cpu-cgroup-v2."4.11"
         kernelPatches.modinst_arg_list_too_long
       ]
       ++ lib.optionals ((platform.kernelArch or null) == "mips")