From ab690f25e8c1f2a89ef0171ad29451ad3fd2fc4c Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 7 Mar 2024 16:04:49 +0100 Subject: [PATCH] ci: uprev kernel to 6.6.21 Including new https://patchwork.freedesktop.org/series/126031/ from 6.8 to get rid of spammed logs with: ``` TU: warning: Failed to set BO metadata with DRM_MSM_GEM_INFO: -22 ``` Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/image-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index c244ac0304e..8fe5c205091 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -32,7 +32,7 @@ variables: ALPINE_X86_64_BUILD_TAG: "20240208-libclc-5" ALPINE_X86_64_LAVA_SSH_TAG: "20230626-v1" FEDORA_X86_64_BUILD_TAG: "20240301-mold" - KERNEL_TAG: "v6.6.16-mesa-475e" + KERNEL_TAG: "v6.6.21-mesa-19fc" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "3cc12a2a"