diff options
| author | Alexei Starovoitov <ast@kernel.org> | 2021-10-21 04:19:02 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2021-10-23 03:23:53 +0300 |
| commit | 22a127908e747c7ede8382d5f8d4cc6c9920004f (patch) | |
| tree | 3e5cda8336b05541dd33b7888ba131c1bc910871 /include/linux | |
| parent | 4225fea1cb28370086e17e82c0f69bec2779dca0 (diff) | |
| parent | fadb7ff1a6c2c565af56b4aacdd086b067eed440 (diff) | |
| download | linux-22a127908e747c7ede8382d5f8d4cc6c9920004f.tar.xz | |
Merge branch 'Fix up bpf_jit_limit some more'
Lorenz Bauer says:
====================
Fix some inconsistencies of bpf_jit_limit on non-x86 platforms.
I've dropped exposing bpf_jit_current since we couldn't agree on
file modes, correct names, etc.
====================
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/filter.h b/include/linux/filter.h index 4a93c12543ee..ef03ff34234d 100644 --- a/include/linux/filter.h +++ b/include/linux/filter.h @@ -1051,6 +1051,7 @@ extern int bpf_jit_enable; extern int bpf_jit_harden; extern int bpf_jit_kallsyms; extern long bpf_jit_limit; +extern long bpf_jit_limit_max; typedef void (*bpf_jit_fill_hole_t)(void *area, unsigned int size); |
