On Wed, Aug 04, 2021 at 08:09:11PM +0300, Ovidiu Panait wrote:
This patchseries fixes all failing bpf verifier selftests:
root@intel-x86-64:~# ./test_verifier #1149/p XDP pkt read, pkt_meta' <= pkt_data, bad access 2 OK #1150/p XDP pkt read, pkt_data <= pkt_meta', good access OK #1151/p XDP pkt read, pkt_data <= pkt_meta', bad access 1 OK #1152/p XDP pkt read, pkt_data <= pkt_meta', bad access 2 OK Summary: 1691 PASSED, 0 SKIPPED, 0 FAILED
Andrei Matei (2): selftest/bpf: Adjust expected verifier errors selftest/bpf: Verifier tests for var-off access
Daniel Borkmann (3): bpf, selftests: Adjust few selftest result_unpriv outcomes bpf: Update selftests to reflect new error states bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Yonghong Song (1): selftests/bpf: Add a test for ptr_to_map_value on stack for helper access
Thanks for these, all now queued up.
greg k-h