Re: [PATCH bpf-next v9 08/11] libbpf: add fsession support
From: Andrii Nakryiko
Date: Tue Jan 13 2026 - 20:24:38 EST
On Sat, Jan 10, 2026 at 6:12 AM Menglong Dong <menglong8.dong@xxxxxxxxx> wrote:
>
> Add BPF_TRACE_FSESSION to libbpf and bpftool.
>
> Signed-off-by: Menglong Dong <dongml2@xxxxxxxxxxxxxxx>
> ---
> v5:
> - remove the handling of BPF_TRACE_SESSION in legacy fallback path for
> BPF_RAW_TRACEPOINT_OPEN
> - use fsession terminology consistently
> ---
> tools/bpf/bpftool/common.c | 1 +
I know it's a trivial change, but we don't normally mix libbpf and
bpftool changes, can you split it into a separate patch?
> tools/lib/bpf/bpf.c | 1 +
> tools/lib/bpf/libbpf.c | 3 +++
> 3 files changed, 5 insertions(+)
[...]