commit | 3615bdf6d9b19db12b1589861609b4f1c6a8d303 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Brucker <[email protected]> | Tue Dec 08 19:01:54 2020 +0100 |
committer | Alexei Starovoitov <[email protected]> | Thu Dec 10 13:11:30 2020 -0800 |
tree | d61558b9834317e1f0496d94d383b77dc0c4816d | |
parent | 77ce220c0549dcc3db8226c61c60e83fc59dfafc [diff] |
selftests/bpf: Fix "dubious pointer arithmetic" test The verifier trace changed following a bugfix. After checking the 64-bit sign, only the upper bit mask is known, not bit 31. Update the test accordingly. Signed-off-by: Jean-Philippe Brucker <[email protected]> Acked-by: John Fastabend <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>