]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bpf-add-the-missing-fsession'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 12 Apr 2026 19:42:38 +0000 (12:42 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 12 Apr 2026 19:42:39 +0000 (12:42 -0700)
commit9623c3c69e51aaa096f3770655994d7a1992358d
tree064513ed2926dc3064f472f52fd0ea7fda44ceaf
parent46ffc1f78295b8fdb587b99ffc18f29e00ec3a30
parentf0e16ac716186086478836758dfb5c5df62520db
Merge branch 'bpf-add-the-missing-fsession'

Menglong Dong says:

====================
bpf: add the missing fsession

Add the missing fsession attach type to the BPF docs, verifier log and
bpftool.

Changes since v2:
- replace "FENTRY/FEXIT/FSESSION" with "Tracing" in the 1st patch
- v2: https://lore.kernel.org/all/20260408062109.386083-1-dongml2@chinatelecom.cn/

Changes since v1:
- add a missing FSESSION in bpf_check_attach_target() in the 1st patch
- v1: https://lore.kernel.org/all/20260408031416.266229-1-dongml2@chinatelecom.cn/
====================

Link: https://patch.msgid.link/20260412060346.142007-1-dongml2@chinatelecom.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>