about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-07-17 18:48:19 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2023-07-17 18:48:19 +0200
commit456c0392a0ebbf16b4cca1f63570c47d87de6ccf (patch)
tree70589586963119c2b88b21a2611bb42c6a75e63e /pkgs/os-specific
parent10ff0a076bdb4ba3138cc69e39f38e6e577c4d1d (diff)
linux/patches: drop obsolete CVE-2023-32233 patch
Part of all upstream source-trees kernels we currently 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=";
-    };
-  };
 }