Re: [PATCH v3] net/sock: Update sk rcu iterator macro.

From: David Miller
Date: Tue Oct 24 2017 - 05:47:12 EST


From: Tim Hansen <devtimhansen@xxxxxxxxx>
Date: Mon, 23 Oct 2017 15:35:58 -0400

> Mark hlist node in sk rcu iterator as protected by the rcu.
> hlist_next_rcu accomplishes this and silences the warnings
> sparse throws.
>
> Found with make C=1 net/ipv4/udp.o on linux-next tag
> next-20171009.
>
> Signed-off-by: Tim Hansen <devtimhansen@xxxxxxxxx>

Applied.