* [PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
@ 2025-12-21 7:00 SungRock Jung
2025-12-22 19:12 ` Yonghong Song
2025-12-31 21:50 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: SungRock Jung @ 2025-12-21 7:00 UTC (permalink / raw)
To: Jonathan Corbet, Alexei Starovoitov
Cc: bpf, linux-doc, linux-kernel, SungRock Jung
LWT_SEG6LOCAL no longer supports test_run starting from v6.11
so remove it from the list of program types supported by BPF_PROG_RUN.
Add TRACING and NETFILTER to reflect the
current set of program types that implement test_run support.
Signed-off-by: SungRock Jung <tjdfkr2421@gmail.com>
---
Documentation/bpf/bpf_prog_run.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/bpf/bpf_prog_run.rst b/Documentation/bpf/bpf_prog_run.rst
index 4868c909d..81ef768c7 100644
--- a/Documentation/bpf/bpf_prog_run.rst
+++ b/Documentation/bpf/bpf_prog_run.rst
@@ -34,11 +34,12 @@ following types:
- ``BPF_PROG_TYPE_LWT_IN``
- ``BPF_PROG_TYPE_LWT_OUT``
- ``BPF_PROG_TYPE_LWT_XMIT``
-- ``BPF_PROG_TYPE_LWT_SEG6LOCAL``
- ``BPF_PROG_TYPE_FLOW_DISSECTOR``
- ``BPF_PROG_TYPE_STRUCT_OPS``
- ``BPF_PROG_TYPE_RAW_TRACEPOINT``
- ``BPF_PROG_TYPE_SYSCALL``
+- ``BPF_PROG_TYPE_TRACING``
+- ``BPF_PROG_TYPE_NETFILTER``
When using the ``BPF_PROG_RUN`` command, userspace supplies an input context
object and (for program types operating on network packets) a buffer containing
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
2025-12-21 7:00 [PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN SungRock Jung
@ 2025-12-22 19:12 ` Yonghong Song
2025-12-31 21:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Yonghong Song @ 2025-12-22 19:12 UTC (permalink / raw)
To: SungRock Jung, Jonathan Corbet, Alexei Starovoitov
Cc: bpf, linux-doc, linux-kernel
On 12/20/25 11:00 PM, SungRock Jung wrote:
> LWT_SEG6LOCAL no longer supports test_run starting from v6.11
> so remove it from the list of program types supported by BPF_PROG_RUN.
>
> Add TRACING and NETFILTER to reflect the
> current set of program types that implement test_run support.
>
> Signed-off-by: SungRock Jung <tjdfkr2421@gmail.com>
Thanks. I cross-checked the kernel and the patch LGTM.
Acked-by: Yonghong Song <yonghong.song@linux.dev>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
2025-12-21 7:00 [PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN SungRock Jung
2025-12-22 19:12 ` Yonghong Song
@ 2025-12-31 21:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-12-31 21:50 UTC (permalink / raw)
To: SungRock Jung; +Cc: corbet, ast, bpf, linux-doc, linux-kernel
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Sun, 21 Dec 2025 07:00:41 +0000 you wrote:
> LWT_SEG6LOCAL no longer supports test_run starting from v6.11
> so remove it from the list of program types supported by BPF_PROG_RUN.
>
> Add TRACING and NETFILTER to reflect the
> current set of program types that implement test_run support.
>
> Signed-off-by: SungRock Jung <tjdfkr2421@gmail.com>
>
> [...]
Here is the summary with links:
- Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
https://git.kernel.org/bpf/bpf-next/c/17c736a7b58a
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-12-31 21:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21 7:00 [PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN SungRock Jung
2025-12-22 19:12 ` Yonghong Song
2025-12-31 21:50 ` 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