VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Lorenz Bauer <lmb@cloudflare.com> 2021-10-14 15:25:53 +0100 committer: Alexei Starovoitov <ast@kernel.org> 2021-10-22 17:23:53 -0700 commit: fadb7ff1a6c2c565af56b4aacdd086b067eed440 parent: 5d63ae908242f028bd10860cba98450d11c079b8
Commit Summary:
bpf: Prevent increasing bpf_jit_limit above max
Diffstat:
1 file changed, 1 insertion, 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);