From: Alexei Starovoitov Date: Thu, 21 Oct 2021 22:11:06 +0000 (-0700) Subject: Merge branch 'Add bpf_skc_to_unix_sock() helper' X-Git-Tag: v5.16-rc1~159^2~2^2~45 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=549beec028ad05ab911a584e9da3c51288544528;p=tomoyo%2Ftomoyo-test1.git Merge branch 'Add bpf_skc_to_unix_sock() helper' Hengqi Chen says: ==================== This patch set adds a new BPF helper bpf_skc_to_unix_sock(). The helper is used in tracing programs to cast a socket pointer to a unix_sock pointer. v2->v3: - Use abstract socket in selftest (Alexei) - Run checkpatch script over patches (Andrii) v1->v2: - Update selftest, remove trailing spaces changes (Song) ==================== Signed-off-by: Alexei Starovoitov --- 549beec028ad05ab911a584e9da3c51288544528