This set adds two fixes for map_value_adj register type in the verifier and user space tests along with them for the BPF self test suite. For details, please see individual patches.
Thanks! Daniel Borkmann (3): bpf, verifier: fix alu ops against map_value{,_adj} register types bpf, verifier: fix rejection of unaligned access checks for map_value_adj bpf: add various verifier test cases for self-tests kernel/bpf/verifier.c | 59 +++--- tools/include/linux/filter.h | 10 ++ tools/testing/selftests/bpf/Makefile | 9 +- tools/testing/selftests/bpf/test_verifier.c | 270 +++++++++++++++++++++++++++- 4 files changed, 322 insertions(+), 26 deletions(-) -- 1.9.3