From 0abcc294af5e8a618b81558a90159a1d0de3f4ef Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 3 Mar 2024 20:13:18 +0100 Subject: [PATCH] host framenix: linux 6.8-rc5 -> 6.8-rc6 - allows dropping the suspend patch - now back at an unpatched kernel --- hosts/framenix/default.nix | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/hosts/framenix/default.nix b/hosts/framenix/default.nix index 1c9e651..de3f567 100644 --- a/hosts/framenix/default.nix +++ b/hosts/framenix/default.nix @@ -24,22 +24,12 @@ in argsOverride = rec { src = pkgs.fetchurl { url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; - hash = "sha256-cC6UbYUFBkAiD70lBDE94aE4UQ2ryYQftIppJy48Pto="; + hash = "sha256-GhuvgL4gfMB6ONL8NI48WWJJAPBYT+6vFS8OwGkKz74="; }; - version = "6.8-rc5"; - modDirVersion = "6.8.0-rc5"; + version = "6.8-rc6"; + modDirVersion = "6.8.0-rc6"; }; }); - # revert some commits that introduced the clourful graphics artefacts flickering, - # at least that's the current working hypothesis in https://gitlab.freedesktop.org/drm/amd/-/issues/3097 - boot.kernelPatches = [ - {name = "[PATCH] platform/x86/amd/pmf: Fix a suspend hang on Framework 13"; - patch = pkgs.fetchpatch { - url = "https://lore.kernel.org/platform-driver-x86/20240217005216.113408-1-mario.limonciello@amd.com/raw"; - hash = "sha256-FeKIQ0eLP4yq1WcMaf8Dp0c+DuqOdeuBQU07dFswzD4="; - }; - } - ]; boot.kernelParams = [ # temporary workaround for white flickering graphics artefacts