Re: [RFC,net-next, 3/5] vrf: add sysctl parameter for strict mode

From: Andrea Mayer
Date: Sat Jun 13 2020 - 18:40:39 EST


On Fri, 12 Jun 2020 10:52:27 -0700
Jakub Kicinski <kuba@xxxxxxxxxx> wrote:

> drivers/net/vrf.c:1771:49: warning: incorrect type in argument 3 (different address spaces)
> drivers/net/vrf.c:1771:49: expected void *
> drivers/net/vrf.c:1771:49: got void [noderef] <asn:1> *buffer
> drivers/net/vrf.c:1785:35: warning: incorrect type in initializer (incompatible argument 3 (different address spaces))
> drivers/net/vrf.c:1785:35: expected int ( [usertype] *proc_handler )( ... )
> drivers/net/vrf.c:1785:35: got int ( * )( ... )

Hi Jakub,
the fix will be in the next version of this patch set.

Thank you,
Andrea