From: Ilya Leoshkevich Date: Sun, 29 Jan 2023 19:05:00 +0000 (+0100) Subject: selftests/bpf: Fix s390x vmlinux path X-Git-Tag: v6.6.17~5509^2~92^2~39^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af320fb7ddb091a401a407bb256a9abd85587624;p=platform%2Fkernel%2Flinux-rpi.git selftests/bpf: Fix s390x vmlinux path After commit edd4a8667355 ("s390/boot: get rid of startup archive") there is no more compressed/ subdirectory. Signed-off-by: Ilya Leoshkevich Link: https://lore.kernel.org/r/20230129190501.1624747-8-iii@linux.ibm.com Signed-off-by: Alexei Starovoitov --- diff --git a/tools/testing/selftests/bpf/vmtest.sh b/tools/testing/selftests/bpf/vmtest.sh index 316a56d..6850345 100755 --- a/tools/testing/selftests/bpf/vmtest.sh +++ b/tools/testing/selftests/bpf/vmtest.sh @@ -13,7 +13,7 @@ s390x) QEMU_BINARY=qemu-system-s390x QEMU_CONSOLE="ttyS1" QEMU_FLAGS=(-smp 2) - BZIMAGE="arch/s390/boot/compressed/vmlinux" + BZIMAGE="arch/s390/boot/vmlinux" ;; x86_64) QEMU_BINARY=qemu-system-x86_64