From 78c56d758d721f74b484d896cc65c0ba85c63794 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Thu, 27 Dec 2018 01:18:12 +0000 Subject: [PATCH] all-packages.nix: remove obsolete comments cgroup2 cpu controller support was merged into Linux 4.15: https://github.com/torvalds/linux/commit/22714a2ba4b55737cd7d5299db7aaf1fa8287354 --- pkgs/top-level/all-packages.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index eba2c979b42f..bda7c48682f4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14558,9 +14558,6 @@ in linux_4_19 = callPackage ../os-specific/linux/kernel/linux-4.19.nix { kernelPatches = [ kernelPatches.bridge_stp_helper - # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md - # when adding a new linux version - # kernelPatches.cpu-cgroup-v2."4.11" kernelPatches.modinst_arg_list_too_long kernelPatches.revert-vfs-dont-open-real ]; @@ -14569,9 +14566,6 @@ in linux_4_20 = callPackage ../os-specific/linux/kernel/linux-4.20.nix { kernelPatches = [ kernelPatches.bridge_stp_helper - # See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md - # when adding a new linux version - # kernelPatches.cpu-cgroup-v2."4.11" kernelPatches.modinst_arg_list_too_long kernelPatches.revert-vfs-dont-open-real ];