From: Eric Dumazet <[email protected]>
Date: Tue, 02 Feb 2016 17:55:01 -0800

> From: Eric Dumazet <[email protected]>
> 
> Silence lockdep false positive about rcu_dereference() being
> used in the wrong context.
> 
> First one should use rcu_dereference_protected() as we own the spinlock.
> 
> Second one should be a normal assignation, as no barrier is needed.
> 
> Fixes: 18367681a10bd ("ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.")
> Reported-by: Dave Jones <[email protected]>
> Signed-off-by: Eric Dumazet <[email protected]>

Applied and queued up for -stable, thanks.

Reply via email to