Skip to content

Commit 6c4e777

Browse files
d-e-s-oborkmann
authored andcommitted
bpf/docs: Update README for most recent vmtest.sh
Since commit 40b0965 ("selftests/bpf: Adjust vmtest.sh to use local kernel configuration") the vmtest.sh script no longer downloads a kernel configuration but uses the local, in-repository one. This change updates the README, which still mentions the old behavior. Signed-off-by: Daniel Müller <deso@posteo.net> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20221017232458.1272762-1-deso@posteo.net
1 parent 79d878f commit 6c4e777

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tools/testing/selftests/bpf/README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ It's now possible to run the selftests using ``tools/testing/selftests/bpf/vmtes
1414
The script tries to ensure that the tests are run with the same environment as they
1515
would be run post-submit in the CI used by the Maintainers.
1616

17-
This script downloads a suitable Kconfig and VM userspace image from the system used by
18-
the CI. It builds the kernel (without overwriting your existing Kconfig), recompiles the
19-
bpf selftests, runs them (by default ``tools/testing/selftests/bpf/test_progs``) and
20-
saves the resulting output (by default in ``~/.bpf_selftests``).
17+
This script uses the in-tree kernel configuration and downloads a VM userspace
18+
image from the system used by the CI. It builds the kernel (without overwriting
19+
your existing Kconfig), recompiles the bpf selftests, runs them (by default
20+
``tools/testing/selftests/bpf/test_progs``) and saves the resulting output (by
21+
default in ``~/.bpf_selftests``).
2122

2223
Script dependencies:
2324
- clang (preferably built from sources, https://github.com/llvm/llvm-project);
@@ -26,7 +27,7 @@ Script dependencies:
2627
- docutils (for ``rst2man``);
2728
- libcap-devel.
2829

29-
For more information on about using the script, run:
30+
For more information about using the script, run:
3031

3132
.. code-block:: console
3233

0 commit comments

Comments
 (0)