]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-selftests'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Oct 2016 15:35:55 +0000 (11:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Oct 2016 15:35:55 +0000 (11:35 -0400)
commit78ef04de2b2f2651d7bf69a9eb4273f4de6a4a9a
tree218c2af2722d776a1b48604f42c49cd4459c0b5f
parent7136ce8051944af16842b4c5596b3a561b19190b
parent6fd67e868e4aef50acf692c4728d22ba6ecb9fcf
Merge branch 'bpf-selftests'

Daniel Borkmann says:

====================
Move to BPF selftests

This set improves the test_verifier and test_maps suite and moves
it over to a new BPF selftest directory, so we can keep improving
it under kernel selftest umbrella. This also integrates a test
script for checking test_bpf.ko under various JIT options.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>