On Thu, Nov 01, 2018 at 12:05:51AM +0100, Daniel Borkmann wrote: > The series contains two fixes in BPF core and test cases. For details > please see individual patches. Thanks! > > Daniel Borkmann (4): > bpf: fix partial copy of map_ptr when dst is scalar > bpf: don't set id on after map lookup with ptr_to_map_val return > bpf: add various test cases to test_verifier > bpf: test make sure to run unpriv test cases in test_verifier > > include/linux/bpf_verifier.h | 3 + > kernel/bpf/verifier.c | 21 +- > tools/testing/selftests/bpf/test_verifier.c | 321 > +++++++++++++++++++++++++--- > 3 files changed, 305 insertions(+), 40 deletions(-)
Applied to bpf tree, Thanks ... and we achieved very nice milestone... crossed 1000 tests in test_verifier :) Summary: 1012 PASSED, 0 SKIPPED, 0 FAILED