summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLorenz Bauer <lmb@cloudflare.com>2021-09-22 14:11:52 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2021-09-28 10:28:37 +0300
commit8a98ae12fbefdb583a7696de719a1d57e5e940a2 (patch)
treeb03a979d216d3ae792ae7a325b2ab558e0395ae2 /MAINTAINERS
parent37cb28ec7d3a36a5bace7063a3dba633ab110f8b (diff)
downloadlinux-8a98ae12fbefdb583a7696de719a1d57e5e940a2.tar.xz
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
When introducing CAP_BPF, bpf_jit_charge_modmem() was not changed to treat programs with CAP_BPF as privileged for the purpose of JIT memory allocation. This means that a program without CAP_BPF can block a program with CAP_BPF from loading a program. Fix this by checking bpf_capable() in bpf_jit_charge_modmem(). Fixes: 2c78ee898d8f ("bpf: Implement CAP_BPF") Signed-off-by: Lorenz Bauer <lmb@cloudflare.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20210922111153.19843-1-lmb@cloudflare.com
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions