commit | e4b0f23145cf1899f39c7ccf5e5c91f53d6f191d | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Thu Apr 18 23:06:13 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Apr 18 23:06:13 2019 -0700 |
tree | 8d124cfc44c879002549e45292802827a7cec018 | |
parent | 80695946737dff4cfc1ecdefd4ebf300f132d8ee [diff] |
bpf: remove global variables Move three global variables protected by bpf_verifier_lock into 'struct bpf_verifier_env' to allow parallel verification. Signed-off-by: Alexei Starovoitov <ast@kernel.org>