Unverified Commit f193e0b8 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

linux_5_15: apply patch to fix amdgpu

Closes #240017
parent 325188d7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -66,4 +66,12 @@
      hash = "sha256-DYPWgraXPNeFkjtuDYkFXHnCJ4yDewrukM2CCAqC2BE=";
    };
  };

  fix-amdgpu-5_15 = {
    name = "fix-amdgpu-crash";
    patch = fetchpatch {
      url = "https://lore.kernel.org/stable/20230628111636.23300-1-mario.limonciello@amd.com/raw";
      sha256 = "sha256-eAzy+bMiOJwzssOuvrMu7gmmV3PZezaDuVwwx7zNt6M=";
    };
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ in {
      kernelPatches = [
        kernelPatches.bridge_stp_helper
        kernelPatches.request_key_helper
        kernelPatches.fix-amdgpu-5_15
      ];
    };