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:
91b2db2
)
selftest/bpf: Fix link in readme
author
Andrei Matei
<andreimatei1@gmail.com>
Sun, 22 Nov 2020 02:22:04 +0000
(21:22 -0500)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Tue, 24 Nov 2020 21:59:52 +0000
(22:59 +0100)
The link was bad because of invalid rst; it was pointing to itself and
was rendering badly.
Signed-off-by: Andrei Matei <andreimatei1@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link:
https://lore.kernel.org/bpf/20201122022205.57229-1-andreimatei1@gmail.com
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 ac9eda830187b5fbeab6862bac5eeb49fb2c5ff4..3b8d8885892d9be38b3bf2700f4e1afa5d8ee500 100644
(file)
--- a/
tools/testing/selftests/bpf/README.rst
+++ b/
tools/testing/selftests/bpf/README.rst
@@
-2,7
+2,10
@@
BPF Selftest Notes
==================
General instructions on running selftests can be found in
-`Documentation/bpf/bpf_devel_QA.rst`_.
+`Documentation/bpf/bpf_devel_QA.rst`__.
+
+__ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
+
Additional information about selftest failures are
documented here.