* [PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
@ 2025-03-04 20:45 T.J. Mercier
2025-03-04 22:19 ` Song Liu
2025-03-05 18:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: T.J. Mercier @ 2025-03-04 20:45 UTC (permalink / raw)
To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
Martin KaFai Lau, Eduard Zingerman, Song Liu, Yonghong Song,
John Fastabend, KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
Jonathan Corbet, Dave Marchevsky
Cc: T.J. Mercier, bpf, linux-doc, linux-kernel
This file was renamed from bpf_iter_task_vma.c.
Fixes: 45b38941c81f ("selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c")
Signed-off-by: T.J. Mercier <tjmercier@google.com>
---
Documentation/bpf/bpf_iterators.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/bpf/bpf_iterators.rst b/Documentation/bpf/bpf_iterators.rst
index 07433915aa41..7f514cb6b052 100644
--- a/Documentation/bpf/bpf_iterators.rst
+++ b/Documentation/bpf/bpf_iterators.rst
@@ -86,7 +86,7 @@ following steps:
The following are a few examples of selftest BPF iterator programs:
* `bpf_iter_tcp4.c <https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c>`_
-* `bpf_iter_task_vma.c <https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools/testing/selftests/bpf/progs/bpf_iter_task_vma.c>`_
+* `bpf_iter_task_vmas.c <https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c>`_
* `bpf_iter_task_file.c <https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/tree/tools/testing/selftests/bpf/progs/bpf_iter_task_file.c>`_
Let us look at ``bpf_iter_task_file.c``, which runs in kernel space:
--
2.48.1.711.g2feabab25a-goog
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
2025-03-04 20:45 [PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c T.J. Mercier
@ 2025-03-04 22:19 ` Song Liu
2025-03-05 18:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Song Liu @ 2025-03-04 22:19 UTC (permalink / raw)
To: T.J. Mercier
Cc: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
Martin KaFai Lau, Eduard Zingerman, Yonghong Song, John Fastabend,
KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa, Jonathan Corbet,
Dave Marchevsky, bpf, linux-doc, linux-kernel
On Tue, Mar 4, 2025 at 12:45 PM T.J. Mercier <tjmercier@google.com> wrote:
>
> This file was renamed from bpf_iter_task_vma.c.
>
> Fixes: 45b38941c81f ("selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c")
> Signed-off-by: T.J. Mercier <tjmercier@google.com>
Acked-by: Song Liu <song@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
2025-03-04 20:45 [PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c T.J. Mercier
2025-03-04 22:19 ` Song Liu
@ 2025-03-05 18:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-03-05 18:00 UTC (permalink / raw)
To: T.J. Mercier
Cc: ast, daniel, andrii, martin.lau, eddyz87, song, yonghong.song,
john.fastabend, kpsingh, sdf, haoluo, jolsa, corbet,
davemarchevsky, bpf, linux-doc, linux-kernel
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Tue, 4 Mar 2025 20:45:19 +0000 you wrote:
> This file was renamed from bpf_iter_task_vma.c.
>
> Fixes: 45b38941c81f ("selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c")
> Signed-off-by: T.J. Mercier <tjmercier@google.com>
> ---
> Documentation/bpf/bpf_iterators.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
https://git.kernel.org/bpf/bpf-next/c/7781fd0ddeb4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-05 18:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 20:45 [PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c T.J. Mercier
2025-03-04 22:19 ` Song Liu
2025-03-05 18:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).