On 1/8/21 2:09 PM, Andrii Nakryiko wrote:
BPF interpreter uses extra input argument, so re-casts __bpf_call_base into __bpf_call_base_args. Avoid compiler warning about incompatible function prototypes by casting to void * first. Reported-by: kernel test robot <l...@intel.com> Fixes: 1ea47e01ad6e ("bpf: add support for bpf_call to interpreter") Signed-off-by: Andrii Nakryiko <and...@kernel.org>
Acked-by: Yonghong Song <y...@fb.com>