On 1/8/21 2:09 PM, Andrii Nakryiko wrote:
Add bpf_patch_call_args() prototype. This function is called from BPF verifier
and only if CONFIG_BPF_JIT_ALWAYS_ON is not defined. This fixes compiler
warning about missing prototype in some kernel configurations.

Reported-by: kernel test robot <[email protected]>
Fixes: 1ea47e01ad6e ("bpf: add support for bpf_call to interpreter")
Signed-off-by: Andrii Nakryiko <[email protected]>

Acked-by: Yonghong Song <[email protected]>

Reply via email to