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 <lkp@xxxxxxxxx> Fixes: 1ea47e01ad6e ("bpf: add support for bpf_call to interpreter") Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx>
Acked-by: Yonghong Song <yhs@xxxxxx>