]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Add bpf_skc_to_unix_sock() helper'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 21 Oct 2021 22:11:06 +0000 (15:11 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 21 Oct 2021 22:11:07 +0000 (15:11 -0700)
commit7e25b3488bc703fad17d18182e3066ac5727d03a
tree5c5883585f14f1ee79e8ea39a28d06255ceb3578
parent5865b01bd78538079f25d0a9546e94480495ae0d
parenteba97dfc71cba4169a995c7c3d1d575393dcf6c7
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 <ast@kernel.org>