Benjamin Tissoires <benjamin.tissoires@redhat.com>
Wed, 18 May 2022 20:59:08 +0000 (22:59 +0200)
committer
Alexei Starovoitov <ast@kernel.org>
Sat, 21 May 2022 02:28:33 +0000 (19:28 -0700)
Tracing and syscall BPF program types are very convenient to add BPF
capabilities to subsystem otherwise not BPF capable.
When we add kfuncs capabilities to those program types, we can add
BPF features to subsystems without having to touch BPF core.