commit | 1cbbcfbbd56efd994d643428c69467fe3c8ab672 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sun Jan 06 00:54:38 2019 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Jan 05 21:32:38 2019 -0800 |
tree | 576851fb11b2246f784da4ef3716fd441037ceaf | |
parent | d3bd7413e0ca40b60cf60d4003246d067cafdeda [diff] |
bpf: add various test cases for alu op on mixed dst register types Add couple of test_verifier tests to check sanitation of alu op insn with pointer and scalar type coming from different paths. This also includes BPF insns of the test reproducer provided by Jann Horn. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>