linux_testing: 6.4-rc2 -> 6.4-rc3

Dropped the Maple state patch as it is already applied now.
This commit is contained in:
Raito Bezarius 2023-05-21 23:42:12 +02:00 committed by Alyssa Ross
parent 0ee5bb202b
commit 9be9b726f4
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "6.4-rc2";
version = "6.4-rc3";
extraMeta.branch = lib.versions.majorMinor version;
# modDirVersion needs to be x.y.z, will always add .0
@ -11,7 +11,7 @@ buildLinux (args // rec {
src = fetchzip {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-CQwSN5LQxGO900QLMAXcjGhB2o+6rZgXHQ+gCJtVaeU=";
hash = "sha256-twGP2zNNkxJy32wCCMlkGtV1xco05FeW2s3wljwB1eM=";
};
# Should the testing kernels ever be built on Hydra?

View file

@ -208,7 +208,6 @@ in {
kernelPatches = [
kernelPatches.bridge_stp_helper
kernelPatches.request_key_helper
kernelPatches.make-maple-state-reusable-after-mas_empty_area
];
};
latest = packageAliases.linux_latest.kernel;