about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
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 /pkgs/os-specific/linux/kernel/patches.nix
parentec01d46c9028cd4143827d7bc6bc27d6c662e4e1 (diff)
linux_5_15: drop fix-amdgpu-5_15 patch
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 2b46be2199a8a..972235c7f8522 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=";
-    };
-  };
 }