about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-07-17 22:00:59 +0200
committerVladimír Čunát <v@cunat.cz>2023-07-17 22:00:59 +0200
commit9f6bb855c25bc32ad09a92ba30acd8230f98d27e (patch)
treece4b7e5ef5c252db21e697c94323fe67822cf751 /pkgs/os-specific
parent61dfd95022a48fc2b8518bcdbf1a96503b07da94 (diff)
parent456c0392a0ebbf16b4cca1f63570c47d87de6ccf (diff)
Merge #244006: linux_rt_5_4: fix build
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 972235c7f8522..f941ca9f007ad 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -57,13 +57,4 @@
     name = "export-rt-sched-migrate";
     patch = ./export-rt-sched-migrate.patch;
   };
-
-  CVE-2023-32233 = rec {
-    name = "CVE-2023-32233";
-    patch = fetchpatch {
-      name = name + ".patch";
-      url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=c1592a89942e9678f7d9c8030efa777c0d57edab";
-      hash = "sha256-DYPWgraXPNeFkjtuDYkFXHnCJ4yDewrukM2CCAqC2BE=";
-    };
-  };
 }