Loading pkgs/os-specific/linux/kernel/patches.nix +8 −0 Original line number Diff line number Diff line Loading @@ -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="; }; }; } pkgs/top-level/linux-kernels.nix +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ in { kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper kernelPatches.fix-amdgpu-5_15 ]; }; Loading Loading
pkgs/os-specific/linux/kernel/patches.nix +8 −0 Original line number Diff line number Diff line Loading @@ -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="; }; }; }
pkgs/top-level/linux-kernels.nix +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ in { kernelPatches = [ kernelPatches.bridge_stp_helper kernelPatches.request_key_helper kernelPatches.fix-amdgpu-5_15 ]; }; Loading