commit | 2b36047e7889b7efee22c11e17f035f721855731 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@fb.com> | Fri Jan 05 15:02:00 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Sun Jan 07 00:10:32 2018 +0100 |
tree | 0d7ec4ba60ccb884e26837f97a0ff476e2a02e9e | |
parent | 5731a879d03bdaa00265f8ebc32dfd0e65d25276 [diff] |
selftests/bpf: fix test_align since commit 82abbf8d2fc4 the verifier rejects the bit-wise arithmetic on pointers earlier. The test 'dubious pointer arithmetic' now has less output to match on. Adjust it. Fixes: 82abbf8d2fc4 ("bpf: do not allow root to mangle valid pointers") Reported-by: kernel test robot <xiaolong.ye@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>