Message ID | tencent_1FA6904156E8E599CAE4ABDBE80F22830106@qq.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b74344cbede22fdfc1366348b3d576eac0131380 |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next,v4] docs/bpf: Update btf selftests program and add link | expand |
On Tue, Nov 22, 2022 at 08:50:42AM +0800, Rong Tao wrote: > From: Rong Tao <rongtao@cestc.cn> > > commit c64779e24e88("selftests/bpf: Merge most of test_btf into > test_progs") rename selftests/bpf btf test from 'test_btf.c' to > 'prog_tests/btf.c'. > > Signed-off-by: Rong Tao <rongtao@cestc.cn> > --- Looks great, thanks Rong. Acked-by: David Vernet <void@manifault.com>
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Tue, 22 Nov 2022 08:50:42 +0800 you wrote: > From: Rong Tao <rongtao@cestc.cn> > > commit c64779e24e88("selftests/bpf: Merge most of test_btf into > test_progs") rename selftests/bpf btf test from 'test_btf.c' to > 'prog_tests/btf.c'. > > Signed-off-by: Rong Tao <rongtao@cestc.cn> > > [...] Here is the summary with links: - [bpf-next,v4] docs/bpf: Update btf selftests program and add link https://git.kernel.org/bpf/bpf-next/c/b74344cbede2 You are awesome, thank you!
diff --git a/Documentation/bpf/btf.rst b/Documentation/bpf/btf.rst index cf8722f96090..7cd7c5415a99 100644 --- a/Documentation/bpf/btf.rst +++ b/Documentation/bpf/btf.rst @@ -1062,4 +1062,9 @@ format.:: 7. Testing ========== -Kernel bpf selftest `test_btf.c` provides extensive set of BTF-related tests. +The kernel BPF selftest `tools/testing/selftests/bpf/prog_tests/btf.c`_ +provides an extensive set of BTF-related tests. + +.. Links +.. _tools/testing/selftests/bpf/prog_tests/btf.c: + https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/tools/testing/selftests/bpf/prog_tests/btf.c