summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2023-07-07 21:34:22 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2023-07-07 21:34:33 -0600
commit0836b331a5135ad0913230904f88f2a8dbecfc5a (patch)
treefa94db0fbfc89a0ac4765198366de2626d175ea2
parentec01d46c9028cd4143827d7bc6bc27d6c662e4e1 (diff)
downloadnixpkgs-0836b331a5135ad0913230904f88f2a8dbecfc5a.tar
nixpkgs-0836b331a5135ad0913230904f88f2a8dbecfc5a.tar.gz
nixpkgs-0836b331a5135ad0913230904f88f2a8dbecfc5a.tar.bz2
nixpkgs-0836b331a5135ad0913230904f88f2a8dbecfc5a.tar.lz
nixpkgs-0836b331a5135ad0913230904f88f2a8dbecfc5a.tar.xz
nixpkgs-0836b331a5135ad0913230904f88f2a8dbecfc5a.tar.zst
nixpkgs-0836b331a5135ad0913230904f88f2a8dbecfc5a.zip
linux_5_15: drop fix-amdgpu-5_15 patch
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix8
-rw-r--r--pkgs/top-level/linux-kernels.nix1
2 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 2b46be2199a..972235c7f85 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -66,12 +66,4 @@
       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=";
-    };
-  };
 }
diff --git a/pkgs/top-level/linux-kernels.nix b/pkgs/top-level/linux-kernels.nix
index 487cf29cf71..c2492acfe9b 100644
--- a/pkgs/top-level/linux-kernels.nix
+++ b/pkgs/top-level/linux-kernels.nix
@@ -150,7 +150,6 @@ in {
       kernelPatches = [
         kernelPatches.bridge_stp_helper
         kernelPatches.request_key_helper
-        kernelPatches.fix-amdgpu-5_15
       ];
     };