commit | ea54ffdc69265eae5ac9da8c6a840806302c63af | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Thu Apr 18 23:11:31 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Apr 18 23:11:31 2019 -0700 |
tree | 870fd318a08ad13dd65949d3dff9d9246c9ce5be | |
parent | e4b0f23145cf1899f39c7ccf5e5c91f53d6f191d [diff] |
bpf: drop bpf_verifier_lock Drop bpf_verifier_lock for root to avoid being DoS-ed by unprivileged. The BPF verifier is now fully parallel. All unpriv users are still serialized by bpf_verifier_lock to avoid exhausting kernel memory by running N parallel verifications. Signed-off-by: Alexei Starovoitov <ast@kernel.org>