Re: [PATCH v2 bpf-next] bpfilter: Fix mismatch in function argument types

From: Martin KaFai Lau
Date: Thu Jul 19 2018 - 11:49:26 EST


On Thu, Jul 19, 2018 at 03:56:59PM +0800, YueHaibing wrote:
> Fix following warning:
> net/ipv4/bpfilter/sockopt.c:28:5: error: symbol 'bpfilter_ip_set_sockopt' redeclared with different type
> net/ipv4/bpfilter/sockopt.c:34:5: error: symbol 'bpfilter_ip_get_sockopt' redeclared with different type
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
LGTM. Missing a Fixes tag though.

Fixes: d2ba09c17a06 ("net: add skeleton of bpfilter kernel module")
Acked-by: Martin KaFai Lau <kafai@xxxxxx>