build: Update kernel to v6.12

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2024-12-13 11:55:35 +00:00
parent 2fc4de6c65
commit 6ddbd60d9d
3 changed files with 715 additions and 306 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@ build_custom_linux() {
ARCH=$(uname -m) ARCH=$(uname -m)
SRCDIR=$PWD SRCDIR=$PWD
LINUX_CUSTOM_DIR="$WORKLOADS_DIR/linux-custom" LINUX_CUSTOM_DIR="$WORKLOADS_DIR/linux-custom"
LINUX_CUSTOM_BRANCH="ch-6.2" LINUX_CUSTOM_BRANCH="ch-6.12"
LINUX_CUSTOM_URL="https://github.com/cloud-hypervisor/linux.git" LINUX_CUSTOM_URL="https://github.com/cloud-hypervisor/linux.git"
checkout_repo "$LINUX_CUSTOM_DIR" "$LINUX_CUSTOM_URL" "$LINUX_CUSTOM_BRANCH" checkout_repo "$LINUX_CUSTOM_DIR" "$LINUX_CUSTOM_URL" "$LINUX_CUSTOM_BRANCH"