From 8bf284e71318606c56bbd1d3be40fe23e1591410 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 12 Nov 2025 17:21:33 +0000 Subject: [PATCH] scripts: Bump Linux version to 6.16.9 Signed-off-by: Rob Bradford --- scripts/test-util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test-util.sh b/scripts/test-util.sh index f0cf93608..ede00b725 100644 --- a/scripts/test-util.sh +++ b/scripts/test-util.sh @@ -49,7 +49,7 @@ checkout_repo() { build_custom_linux() { ARCH=$(uname -m) LINUX_CUSTOM_DIR="$WORKLOADS_DIR/linux-custom" - LINUX_CUSTOM_BRANCH="ch-6.12.8" + LINUX_CUSTOM_BRANCH="ch-6.16.9" LINUX_CUSTOM_URL="https://github.com/cloud-hypervisor/linux.git" checkout_repo "$LINUX_CUSTOM_DIR" "$LINUX_CUSTOM_URL" "$LINUX_CUSTOM_BRANCH" @@ -140,7 +140,7 @@ download_hypervisor_fw() { } download_linux() { - KERNEL_TAG="ch-release-v6.12.8-20250613" + KERNEL_TAG="ch-release-v6.16.9-20251112" if [ -n "$AUTH_DOWNLOAD_TOKEN" ]; then echo "Using authenticated download from GitHub" KERNEL_URLS=$(curl --silent https://api.github.com/repos/cloud-hypervisor/linux/releases/tags/${KERNEL_TAG} \