Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-07 | selftests/bpf: Convert legacy prog load APIs to bpf_prog_load() | Andrii Nakryiko | 1 | -10/+9 | |
Convert all the uses of legacy low-level BPF program loading APIs (mostly bpf_load_program_xattr(), but also some bpf_verify_program()) to bpf_prog_load() uses. Signed-off-by: Andrii Nakryiko <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected] | |||||
2019-09-06 | selftests/bpf: test_progs: convert test_sockopt | Stanislav Fomichev | 1 | -0/+985 | |
Move the files, adjust includes, remove entry from Makefile & .gitignore Signed-off-by: Stanislav Fomichev <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> |