projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad0a41
)
bpf/docs: Update list of architectures supported.
author
KP Singh
<kpsingh@kernel.org>
Mon, 7 Mar 2022 13:30:48 +0000
(13:30 +0000)
committer
Andrii Nakryiko
<andrii@kernel.org>
Tue, 8 Mar 2022 06:27:13 +0000
(22:27 -0800)
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
tools/testing/selftests/bpf/README.rst
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/README.rst
b/tools/testing/selftests/bpf/README.rst
index
afe5ab2
..
eb1b754
100644
(file)
--- 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.