From e2ac66efddf105fbfdcd92367e8dea118c1c4fbf Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 25 Jun 2025 10:51:31 +0200 Subject: [PATCH] ci: Uprev kernel to enable Multi-Gen LRU Update the kernel to enable CONFIG_LRU_GEN. This is the only change from the previous kernel build. Mutli-gen LRU improves how Linux handles high memory pressure, which allows Cuttlefish to boot on devices with limited RAM. Signed-off-by: Valentine Burley 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 f4dce219aa6..59a3aa34c74 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -34,7 +34,7 @@ variables: FEDORA_X86_64_BUILD_TAG: "20250611-rust" - KERNEL_TAG: "v6.14-mesa-0e36" + KERNEL_TAG: "v6.14-mesa-4277" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "95bf62c" FIRMWARE_TAG: "36f9bbfa"