Unverified Commit 70386b02 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

kernelPatches.rust_1_77-6_8,kernelPatches.rust_1_77-6_9: update

Some changes were made when this patch was committed to rust-next.
Most importantly, the minimum rustc version was updated from 1.77.0 to
1.77.1, and if we use the latest version of the patch, we'll be able
to cleanly apply the 1.78.0 patch.

rust-next gets force pushed sometimes[1], so we shouldn't fetch from
it in a FOD, hence we now have rust-1.77-6.8.patch in-tree, but this
will save us from having rust-1.78.patch in-tree, which we can fetch
from lore.

[1]: https://github.com/Rust-for-Linux/linux/activity?ref=rust-next
parent 0b5a256e
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -82,11 +82,7 @@

  rust_1_77-6_8 = {
    name = "rust-1.77.patch";
    patch = fetchurl {
      name = "rust-1.77.patch";
      url = "https://lore.kernel.org/rust-for-linux/20240217002717.57507-1-ojeda@kernel.org/raw";
      hash = "sha256-0KW9nHpJeMSDssCPXWZbrN8kxq5bA434t+XuPfwslUc=";
    };
    patch = ./rust-1.77-6.8.patch;
  };

  rust_1_77-6_9 = {
+799 −0

File added.

Preview size limit exceeded, changes collapsed.

+81 −78

File changed.

Preview size limit exceeded, changes collapsed.