On Fri, Apr 19, 2019 at 11:24 AM Alexei Starovoitov <ast@xxxxxxxxxx> wrote: > > Allow the bpf verifier to run in parallel for root. > > Alexei Starovoitov (2): > bpf: remove global variables > bpf: drop bpf_verifier_lock > > include/linux/bpf_verifier.h | 5 +++++ > kernel/bpf/verifier.c | 33 ++++++++++++++++++--------------- > 2 files changed, 23 insertions(+), 15 deletions(-) > > -- > 2.20.0 > lgtm, for the set: Acked-by: Andrii Nakryiko <andriin@xxxxxx>