All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next] docs/bpf: Update btf test programe code
@ 2022-11-20  7:57 Rong Tao
  2022-11-20 17:29 ` David Vernet
  0 siblings, 1 reply; 4+ messages in thread
From: Rong Tao @ 2022-11-20  7:57 UTC (permalink / raw)
  To: ast
  Cc: Rong Tao, Daniel Borkmann, Andrii Nakryiko, Martin KaFai Lau,
	Song Liu, Yonghong Song, John Fastabend, KP Singh,
	Stanislav Fomichev, Hao Luo, Jiri Olsa, Jonathan Corbet,
	open list:BPF [GENERAL] (Safe Dynamic Programs and Tools),
	open list:DOCUMENTATION, open list

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>
---
 Documentation/bpf/btf.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/bpf/btf.rst b/Documentation/bpf/btf.rst
index cf8722f96090..59ccd9bad1e0 100644
--- a/Documentation/bpf/btf.rst
+++ b/Documentation/bpf/btf.rst
@@ -1062,4 +1062,5 @@ format.::
 7. Testing
 ==========
 
-Kernel bpf selftest `test_btf.c` provides extensive set of BTF-related tests.
+Kernel bpf selftest `prog_tests/btf.c` provides extensive set of BTF-related
+tests.
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] docs/bpf: Update btf test programe code
  2022-11-20  7:57 [PATCH bpf-next] docs/bpf: Update btf test programe code Rong Tao
@ 2022-11-20 17:29 ` David Vernet
  2022-11-21  2:07   ` [PATCH bpf-next] docs/bpf: Update btf selftests program and add link Rong Tao
  0 siblings, 1 reply; 4+ messages in thread
From: David Vernet @ 2022-11-20 17:29 UTC (permalink / raw)
  To: Rong Tao
  Cc: ast, Rong Tao, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, Song Liu, Yonghong Song, John Fastabend,
	KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
	Jonathan Corbet,
	open list:BPF [GENERAL] (Safe Dynamic Programs and Tools),
	open list:DOCUMENTATION, open list

On Sun, Nov 20, 2022 at 03:57:51PM +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>
> ---
>  Documentation/bpf/btf.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/bpf/btf.rst b/Documentation/bpf/btf.rst
> index cf8722f96090..59ccd9bad1e0 100644
> --- a/Documentation/bpf/btf.rst
> +++ b/Documentation/bpf/btf.rst
> @@ -1062,4 +1062,5 @@ format.::
>  7. Testing
>  ==========
>  
> -Kernel bpf selftest `test_btf.c` provides extensive set of BTF-related tests.
> +Kernel bpf selftest `prog_tests/btf.c` provides extensive set of BTF-related

s/Kernel bpf selftest/The kernel BPF selftest

s/provide extensive/provides an extensive

> +tests.

Thanks for adjusting this. Could you please mirror what prog_lsm.rst
does [0], and add a link to the file in the linux.git repo?

[0]: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/Documentation/bpf/prog_lsm.rst#n134

> -- 
> 2.38.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH bpf-next] docs/bpf: Update btf selftests program and add link
  2022-11-20 17:29 ` David Vernet
@ 2022-11-21  2:07   ` Rong Tao
  2022-11-21  7:29     ` David Vernet
  0 siblings, 1 reply; 4+ messages in thread
From: Rong Tao @ 2022-11-21  2:07 UTC (permalink / raw)
  To: void
  Cc: andrii, ast, bpf, corbet, daniel, haoluo, john.fastabend, jolsa,
	kpsingh, linux-doc, linux-kernel, martin.lau, rongtao, rtoax,
	sdf, song, yhs

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>
---
 Documentation/bpf/btf.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/bpf/btf.rst b/Documentation/bpf/btf.rst
index cf8722f96090..dca0b0e9dd35 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.
+Kernel bpf selftest `tools/testing/selftests/bpf/prog_tests/btf.c`_ provides
+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
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] docs/bpf: Update btf selftests program and add link
  2022-11-21  2:07   ` [PATCH bpf-next] docs/bpf: Update btf selftests program and add link Rong Tao
@ 2022-11-21  7:29     ` David Vernet
  0 siblings, 0 replies; 4+ messages in thread
From: David Vernet @ 2022-11-21  7:29 UTC (permalink / raw)
  To: Rong Tao
  Cc: andrii, ast, bpf, corbet, daniel, haoluo, john.fastabend, jolsa,
	kpsingh, linux-doc, linux-kernel, martin.lau, rongtao, sdf, song,
	yhs

On Mon, Nov 21, 2022 at 10:07:34AM +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>
> ---

Please send this out as a v2 patch, as described in [0].

[0]: https://www.kernel.org/doc/html/latest/process/submitting-patches.html

>  Documentation/bpf/btf.rst | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/bpf/btf.rst b/Documentation/bpf/btf.rst
> index cf8722f96090..dca0b0e9dd35 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.
> +Kernel bpf selftest `tools/testing/selftests/bpf/prog_tests/btf.c`_ provides

You added the hyperlink, but don't seem to have applied my other
suggestions. Please do so in v2.

> +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
> -- 
> 2.38.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-21  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-20  7:57 [PATCH bpf-next] docs/bpf: Update btf test programe code Rong Tao
2022-11-20 17:29 ` David Vernet
2022-11-21  2:07   ` [PATCH bpf-next] docs/bpf: Update btf selftests program and add link Rong Tao
2022-11-21  7:29     ` David Vernet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.