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 <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35737>
This commit is contained in:
Valentine Burley 2025-06-25 10:51:31 +02:00 committed by Marge Bot
parent 29eb30c747
commit e2ac66efdd

View file

@ -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"