Commit 9be9b726 authored by Raito Bezarius's avatar Raito Bezarius Committed by Alyssa Ross
Browse files

linux_testing: 6.4-rc2 -> 6.4-rc3

Dropped the Maple state patch as it is already applied now.
parent 0ee5bb20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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?
+0 −1
Original line number Diff line number Diff line
@@ -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;