diff options
| author | Andrii Nakryiko <andrii@kernel.org> | 2021-12-14 14:38:06 -0800 |
|---|---|---|
| committer | Andrii Nakryiko <andrii@kernel.org> | 2021-12-14 14:38:06 -0800 |
| commit | a34efe503bc55c5732e328e5191ad549eb899f31 (patch) | |
| tree | 1de4b9338ff0a0dc97601959191fd0baa920254c /net/unix/af_unix.c | |
| parent | selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests (diff) | |
| parent | libbpf: Mark bpf_object__find_program_by_title API deprecated. (diff) | |
| download | linux-a34efe503bc55c5732e328e5191ad549eb899f31.tar.gz linux-a34efe503bc55c5732e328e5191ad549eb899f31.zip | |
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/20211211003608.2764928-1-kuifeng@fb.com/
[v1] https://lore.kernel.org/bpf/20211210190855.1369060-1-kuifeng@fb.com/T/
====================
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
