Skip to content

Commit af320fb

Browse files
iii-iAlexei Starovoitov
authored andcommitted
selftests/bpf: Fix s390x vmlinux path
After commit edd4a86 ("s390/boot: get rid of startup archive") there is no more compressed/ subdirectory. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Link: https://lore.kernel.org/r/20230129190501.1624747-8-iii@linux.ibm.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
1 parent 63d7b53 commit af320fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/vmtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ s390x)
1313
QEMU_BINARY=qemu-system-s390x
1414
QEMU_CONSOLE="ttyS1"
1515
QEMU_FLAGS=(-smp 2)
16-
BZIMAGE="arch/s390/boot/compressed/vmlinux"
16+
BZIMAGE="arch/s390/boot/vmlinux"
1717
;;
1818
x86_64)
1919
QEMU_BINARY=qemu-system-x86_64

0 commit comments

Comments
 (0)