diff options
author | Andrii Nakryiko <[email protected]> | 2021-12-14 14:38:06 -0800 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2021-12-14 14:38:06 -0800 |
commit | a34efe503bc55c5732e328e5191ad549eb899f31 (patch) | |
tree | 1de4b9338ff0a0dc97601959191fd0baa920254c /net/unix/sysctl_net_unix.c | |
parent | c164b8b40422ef5c643d08bbc63280e1e1610573 (diff) | |
parent | 0da2596f343c0b234344ec47d51cbce3bde23dea (diff) |
Merge branch 'Stop using bpf_object__find_program_by_title API'
Kui-Feng Lee says:
====================
bpf_object__find_program_by_title is going to be deprecated since
v0.7. Replace all use cases with bpf_object__find_program_by_name if
possible, or use bpf_object__for_each_program to iterate over
programs, matching section names.
V3 fixes a broken test case, fexit_bpf2bpf, in selftests/bpf, using
bpf_obj__for_each_program API instead.
[v2] https://lore.kernel.org/bpf/[email protected]/
[v1] https://lore.kernel.org/bpf/[email protected]/T/
====================
Signed-off-by: Andrii Nakryiko <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions