Merge branch 'bpf-kselftest-improvements'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 27 Feb 2018 04:11:23 +0000 (20:11 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 27 Feb 2018 04:11:24 +0000 (20:11 -0800)
commit6f1b5a2b58d8470e5a8b25ab29f5fdb4616ffff8
treec29881120083e22acbc01c27966d735a32af8a40
parent3808b51911fe1a2bf8d6f4f2836d4c51aa29a6fd
parentb33eb735836224e55cd8182aff9bbb7ddc17f38b
Merge branch 'bpf-kselftest-improvements'

Daniel Borkmann says:

====================
First one unifies the often repeated rlimit handling and the
second one enables and adds run-time tests for BPF tail calls
which provides useful coverage in particular for JITs.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>