diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 2b16bf48aab61a1fcd6b7a8ac61e22ce202e6f1d..642ce03f19c4c047b466fd236fe55ffa772dafe1 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -1371,7 +1371,10 @@ static inline void bpf_long_memcpy(void *dst, const void *src, u32 size) /* verify correctness of eBPF program */ int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, union bpf_attr __user *uattr); + +#ifndef CONFIG_BPF_JIT_ALWAYS_ON void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth); +#endif struct btf *bpf_get_btf_vmlinux(void);