Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bpf/docs: Update list of architectures supported.

vmtest.sh also supports s390x now.

Signed-off-by: KP Singh <kpsingh@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220307133048.1287644-2-kpsingh@kernel.org

authored by

KP Singh and committed by
Andrii Nakryiko
e878ae2d 5ad0a415

+1 -1
+1 -1
tools/testing/selftests/bpf/README.rst
··· 44 44 If you want to change pahole and llvm, you can change `PATH` environment 45 45 variable in the beginning of script. 46 46 47 - .. note:: The script currently only supports x86_64. 47 + .. note:: The script currently only supports x86_64 and s390x architectures. 48 48 49 49 Additional information about selftest failures are 50 50 documented here.