bpf: Mark __bpf_prog_run() stack frame as non-standard
[deliverable/linux.git] / kernel / bpf / core.c
index 972d9a8e4ac4d31b03ba5d3f86db76d86ecc5707..be0abf669ced3b5b228a10d5ad6ac99576fae0f7 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/random.h>
 #include <linux/moduleloader.h>
 #include <linux/bpf.h>
+#include <linux/frame.h>
 
 #include <asm/unaligned.h>
 
@@ -649,6 +650,7 @@ load_byte:
                WARN_RATELIMIT(1, "unknown opcode %02x\n", insn->code);
                return 0;
 }
+STACK_FRAME_NON_STANDARD(__bpf_prog_run); /* jump table */
 
 bool bpf_prog_array_compatible(struct bpf_array *array,
                               const struct bpf_prog *fp)
This page took 0.024837 seconds and 5 git commands to generate.