From 9c5e80077237d587024aa7353492a8a703ecd34b Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Wed, 10 Jun 2026 07:47:32 -0700 Subject: [PATCH] run-vmtest: set no5lvl for the VMs There are flaky boot crashes on BPF CI: * https://github.com/kernel-patches/bpf/actions/runs/27271262414/job/80542509369 * https://github.com/kernel-patches/bpf/actions/runs/27260143782/job/80505353689 They seem to disappear with 5-level paging turned off. Add no5lvl to the boot params to mitigate. Signed-off-by: Ihor Solodrai --- run-vmtest/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-vmtest/run.sh b/run-vmtest/run.sh index e912998..d998e66 100755 --- a/run-vmtest/run.sh +++ b/run-vmtest/run.sh @@ -96,7 +96,7 @@ cat > $VMTEST_TOML <