Unverified Commit 456c0392 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

linux/patches: drop obsolete CVE-2023-32233 patch

Part of all upstream source-trees kernels we currently build.
parent 10ff0a07
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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=";
    };
  };
}