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

Part of all upstream source-trees kernels we currently build.
This commit is contained in:
Maximilian Bosch 2023-07-17 18:48:19 +02:00
parent 10ff0a076b
commit 456c0392a0
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -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=";
};
};
}