diff options
author | Alexei Starovoitov <ast@kernel.org> | 2019-04-19 16:44:55 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-04-23 01:50:43 +0200 |
commit | 45a73c17bfb92c3ceebedc80a750ef2c2931c26b (patch) | |
tree | b87c6007123c872988d8939f8206a8ec8907bb39 /sound/soc/cirrus | |
parent | bpf: remove global variables (diff) | |
download | linux-45a73c17bfb92c3ceebedc80a750ef2c2931c26b.tar.xz linux-45a73c17bfb92c3ceebedc80a750ef2c2931c26b.zip |
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>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'sound/soc/cirrus')
0 files changed, 0 insertions, 0 deletions