commit | 8f9081c92523328aa569d09051add79a6c0ae9ff | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Wed Dec 04 17:06:07 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Dec 04 21:34:42 2019 -0800 |
tree | 5cd0f621eb5b96126bf31cc8fec67a49d14e8e51 | |
parent | e9eeec58c992c47b394e4f829e4f81b923b0a322 [diff] |
selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees The existing fexit_bpf2bpf test covers the target progrm with callees. This patch added a test for the target program without callees. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191205010607.177904-1-yhs@fb.com