commit | 2abe611c5f031f06ab783102e62c0ae9dfd93e80 | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Sat Apr 28 22:28:14 2018 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Sun Apr 29 08:45:54 2018 -0700 |
tree | 09ec3b52fe8c86ddbd49eaebe531e94ba57e4dbc | |
parent | 28dbf861deacb0321604bf1c5e1ccc34dd215669 [diff] |
tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH The test_verifier already has a few ARSH test cases. This patch adds a new test case which takes advantage of newly improved verifier behavior for bpf_get_stack and ARSH. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>