From: Ying Xue <[email protected]>
Date: Wed, 15 Jun 2016 14:10:57 +0800
> When run tipcTS&tipcTC test suite, the following complaint appears:
...
> The warning appears as rtnl_dereference() is wrongly used in
> tipc_l2_send_msg() under RCU read lock protection. Instead the proper
> usage should be that rcu_dereference_rtnl() is called here.
>
> Fixes: 5b7066c3dd24 ("tipc: stricter filtering of packets in bearer layer")
> Acked-by: Jon Maloy <[email protected]>
> Signed-off-by: Ying Xue <[email protected]>
Applied.