From 642a1a610fc80c28c7b2df015fa14f4d9fa113d7 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 11 Jan 2021 10:23:21 +0000 Subject: [PATCH] scripts: Update to Linux fork using latest virtio-iommu patches The ch-5.10.6 branch is rebased on top of Linux stable and includes the latest virtio-iommu support patches. Signed-off-by: Rob Bradford --- scripts/run_integration_tests_x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_integration_tests_x86_64.sh b/scripts/run_integration_tests_x86_64.sh index 578349b8d..92a7c2c71 100755 --- a/scripts/run_integration_tests_x86_64.sh +++ b/scripts/run_integration_tests_x86_64.sh @@ -105,7 +105,7 @@ LINUX_CUSTOM_DIR="$WORKLOADS_DIR/linux-custom" if [ ! -f "$VMLINUX_IMAGE" ] || [ ! -f "$VMLINUX_PVH_IMAGE" ]; then SRCDIR=$PWD pushd $WORKLOADS_DIR - time git clone --depth 1 "https://github.com/cloud-hypervisor/linux.git" -b "ch-5.10" $LINUX_CUSTOM_DIR + time git clone --depth 1 "https://github.com/cloud-hypervisor/linux.git" -b "ch-5.10.6" $LINUX_CUSTOM_DIR cp $SRCDIR/resources/linux-config-x86_64 $LINUX_CUSTOM_DIR/.config popd fi