selftest/bpf: Adjust expected verifier errors
authorAndrei Matei <andreimatei1@gmail.com>
Wed, 4 Aug 2021 17:09:13 +0000 (20:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Aug 2021 07:05:24 +0000 (09:05 +0200)
commit5abcd138cbd82587b4f99f40a89e8db09ac2aa90
treeee211995391f59dc19672f2cac33dfbc34d3c51b
parent83bbf953f66c10494666d38d5159bd17969ab9d7
selftest/bpf: Adjust expected verifier errors

commit a680cb3d8e3f4f84205720b90c926579d04eedb6 upstream

The verifier errors around stack accesses have changed slightly in the
previous commit (generally for the better).

Signed-off-by: Andrei Matei <andreimatei1@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210207011027.676572-3-andreimatei1@gmail.com
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/bpf/verifier/basic_stack.c
tools/testing/selftests/bpf/verifier/calls.c
tools/testing/selftests/bpf/verifier/const_or.c
tools/testing/selftests/bpf/verifier/helper_access_var_len.c
tools/testing/selftests/bpf/verifier/int_ptr.c
tools/testing/selftests/bpf/verifier/raw_stack.c
tools/testing/selftests/bpf/verifier/stack_ptr.c
tools/testing/selftests/bpf/verifier/unpriv.c
tools/testing/selftests/bpf/verifier/var_off.c