aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
diff options
context:
space:
mode:
authorKP Singh <kpsingh@kernel.org>2022-03-07 13:30:48 +0000
committerAndrii Nakryiko <andrii@kernel.org>2022-03-07 22:27:13 -0800
commite878ae2d1df5de4ea36e6d96c7d3ebe789aab9a5 (patch)
tree314ad1c0b21947d2debcf713b3e4b8a2b36d32d5 /tools/testing/selftests/bpf
parentbpf/docs: Update vmtest docs for static linking (diff)
downloadlinux-dev-e878ae2d1df5de4ea36e6d96c7d3ebe789aab9a5.tar.xz
linux-dev-e878ae2d1df5de4ea36e6d96c7d3ebe789aab9a5.zip
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
Diffstat (limited to 'tools/testing/selftests/bpf')
-rw-r--r--tools/testing/selftests/bpf/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/README.rst b/tools/testing/selftests/bpf/README.rst
index afe5ab2763bf..eb1b7541f39d 100644
--- a/tools/testing/selftests/bpf/README.rst
+++ b/tools/testing/selftests/bpf/README.rst
@@ -44,7 +44,7 @@ In case of linker errors when running selftests, try using static linking:
If you want to change pahole and llvm, you can change `PATH` environment
variable in the beginning of script.
-.. note:: The script currently only supports x86_64.
+.. note:: The script currently only supports x86_64 and s390x architectures.
Additional information about selftest failures are
documented here.