Re: [PATCH net-next] tun: add missing rcu annotation

From: David Miller
Date: Mon Jan 22 2018 - 09:18:21 EST


From: Jason Wang <jasowang@xxxxxxxxxx>
Date: Mon, 22 Jan 2018 10:55:38 +0800

> This patch fixes the following sparse warnings:
>
> drivers/net/tun.c:2241:15: error: incompatible types in comparison expression (different address spaces)
>
> Fixes: cd5681d7d890 ("tuntap: rename struct tun_steering_prog to struct tun_prog")
> Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
> Signed-off-by: Jason Wang <jasowang@xxxxxxxxxx>

Applied.