Message ID | 20220307133048.1287644-2-kpsingh@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e878ae2d1df5de4ea36e6d96c7d3ebe789aab9a5 |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next,1/2] bpf/docs: Update vmtest docs for static linking | expand |
diff --git a/tools/testing/selftests/bpf/README.rst b/tools/testing/selftests/bpf/README.rst index f7fa74448492..54410ef3fc1c 100644 --- a/tools/testing/selftests/bpf/README.rst +++ b/tools/testing/selftests/bpf/README.rst @@ -44,7 +44,7 @@ Incase 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.
vmtest.sh also supports s390x now. Signed-off-by: KP Singh <kpsingh@kernel.org> --- tools/testing/selftests/bpf/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)