commit | 00d8304553de529802430799d2b2566fd32859d4 | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@gmail.com> | Wed May 22 11:23:23 2019 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu May 23 15:55:17 2019 +0200 |
tree | 473f9c1df30dac8de3b4ada7c41cfe0a3c8e1838 | |
parent | fe121ee531d1362810bfd30f38a1b88b1d3d376c [diff] |
selftests: bpf: add zero extend checks for ALU32 and/or/xor Add three tests to test_verifier/basic_instr that make sure that the high 32-bits of the destination register is cleared after an ALU32 and/or/xor. Signed-off-by: Björn Töpel <bjorn.topel@gmail.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>