commit | afaed4fca6c0e6811faf0d2acba1a97e04439342 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Wed Nov 06 13:42:36 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Nov 14 00:14:45 2019 -0800 |
tree | 846b6a6f1324805cc0a41eb40607654373303050 | |
parent | 57a7596ecdb740d61bcaa296cc67317ddcb7c59c [diff] |
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog Add a test that attaches one FEXIT program to main sched_cls networking program and two other FEXIT programs to subprograms. All three tracing programs access return values and skb->len of networking program and subprograms. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Song Liu <songliubraving@fb.com> Acked-by: Andrii Nakryiko <andriin@fb.com>