]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 13 Nov 2020 02:39:28 +0000 (18:39 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 13 Nov 2020 02:39:57 +0000 (18:39 -0800)
commitef85e859566a3f4b6d12d19f59e4971b55d5c04a
tree013d598a2b1901aad298f7358bc1b016e91ed85e
parent0c93e0f6e8d9a2516edff3373f4472c778db6747
parent6a3aeb43cb6e4907f9880f49492df1164b4e2a52
Merge branch 'bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP'

Martin KaFai says:

====================

This set is to allow the FENTRY/FEXIT/RAW_TP tracing program to use
bpf_sk_storage.  The first two patches are a cleanup.  The last patch is
tests.  Patch 3 has the required kernel changes to
enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP.

Please see individual patch for details.

v2:
- Rename some of the function prefix from sk_storage to bpf_sk_storage
- Use prefix check instead of substr check
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>