[PATCH bpf-next 0/3] bpf: add the missing fsession

Menglong Dong posted 3 patches 2 months, 1 week ago
There is a newer version of this series
Documentation/bpf/drgn.rst                          | 4 ++--
Documentation/bpf/libbpf/program_types.rst          | 4 ++++
kernel/bpf/verifier.c                               | 8 ++++----
tools/bpf/bpftool/Documentation/bpftool-prog.rst    | 2 +-
tools/bpf/bpftool/bash-completion/bpftool           | 2 +-
tools/bpf/bpftool/prog.c                            | 2 +-
tools/testing/selftests/bpf/prog_tests/exceptions.c | 8 ++++----
tools/testing/selftests/bpf/verifier/sleepable.c    | 2 +-
8 files changed, 18 insertions(+), 14 deletions(-)
[PATCH bpf-next 0/3] bpf: add the missing fsession
Posted by Menglong Dong 2 months, 1 week ago
Add the missing fsession attach type to the BPF docs, verifier log and
bpftool.

Menglong Dong (3):
  bpf: add missing fsession to the verifier log
  docs/bpf: add missing fsession attach type to docs
  bpftool: add missing fsession to the usage and docs of bpftool

 Documentation/bpf/drgn.rst                          | 4 ++--
 Documentation/bpf/libbpf/program_types.rst          | 4 ++++
 kernel/bpf/verifier.c                               | 8 ++++----
 tools/bpf/bpftool/Documentation/bpftool-prog.rst    | 2 +-
 tools/bpf/bpftool/bash-completion/bpftool           | 2 +-
 tools/bpf/bpftool/prog.c                            | 2 +-
 tools/testing/selftests/bpf/prog_tests/exceptions.c | 8 ++++----
 tools/testing/selftests/bpf/verifier/sleepable.c    | 2 +-
 8 files changed, 18 insertions(+), 14 deletions(-)

-- 
2.53.0
Re: [PATCH bpf-next 0/3] bpf: add the missing fsession
Posted by Leon Hwang 2 months, 1 week ago
On 8/4/26 11:14, Menglong Dong wrote:
> Add the missing fsession attach type to the BPF docs, verifier log and
> bpftool.
> 
Acked-by: Leon Hwang <leon.hwang@linux.dev>

[...]