From: Alexei Starovoitov Date: Fri, 13 Nov 2020 02:39:28 +0000 (-0800) Subject: Merge branch 'bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP' X-Git-Tag: io_uring-5.11-2020-12-23~79^2~259^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=904709f63b893b275a6d84654b47b0f81b3ca38e;p=linux-2.6-block.git 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 --- 904709f63b893b275a6d84654b47b0f81b3ca38e