host framenix: linux 6.8-rc4 -> 6.8-rc5

allows dropping the drm buddy patch
This commit is contained in:
Trolli Schmittlauch 2024-02-21 18:57:07 +01:00
parent 10f78e86bf
commit 346b7afd65

View file

@ -24,10 +24,10 @@ in
argsOverride = rec {
src = pkgs.fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-sLypPyMhFhamhQOWDIkzZ5cVrWfoZDb3prJaESD6UU0=";
hash = "sha256-cC6UbYUFBkAiD70lBDE94aE4UQ2ryYQftIppJy48Pto=";
};
version = "6.8-rc4";
modDirVersion = "6.8.0-rc4";
version = "6.8-rc5";
modDirVersion = "6.8.0-rc5";
};
});
# revert some commits that introduced the clourful graphics artefacts flickering,
@ -39,12 +39,6 @@ in
hash = "sha256-FeKIQ0eLP4yq1WcMaf8Dp0c+DuqOdeuBQU07dFswzD4=";
};
}
{name = "drm/buddy: Fix alloc_range() error handling code";
patch = pkgs.fetchpatch {
url = "https://cgit.freedesktop.org/drm/drm-misc/patch/?id=8746c6c9dfa31d269c65dd52ab42fde0720b7d91";
hash = "sha256-Ir7TDLspbYilTJr6aVVb8urIYI2N2vZwI5ayp7laaGw=";
};
}
];
boot.kernelParams = [