Re: [tipc-discussion] [PATCH] tipc: fix suspicious RCU usage

2016-06-15 Thread David Miller
From: Ying Xue 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_derefer

[tipc-discussion] [PATCH] tipc: fix suspicious RCU usage

2016-06-15 Thread Ying Xue
When run tipcTS&tipcTC test suite, the following complaint appears: [ 56.926168] === [ 56.926169] [ INFO: suspicious RCU usage. ] [ 56.926171] 4.7.0-rc1+ #160 Not tainted [ 56.926173] --- [ 56.926174] net/tipc/bearer.c:408 suspiciou

Re: [tipc-discussion] [PATCH] tipc: fix suspicious RCU usage

2016-06-07 Thread Jon Maloy
> -Original Message- > From: Ying Xue [mailto:ying@windriver.com] > Sent: Tuesday, 07 June, 2016 12:12 > To: ma...@donjonn.com; erik.hu...@ericsson.com > Cc: Jon Maloy; Ying Xue; tipc-discussion@lists.sourceforge.net > Subject: [PATCH] tipc: fix suspicious RCU usage > > When run tipcT

[tipc-discussion] [PATCH] tipc: fix suspicious RCU usage

2016-06-07 Thread Ying Xue
When run tipcTS&tipcTC test suite, the following complaint appears: [ 56.926168] === [ 56.926169] [ INFO: suspicious RCU usage. ] [ 56.926171] 4.7.0-rc1+ #160 Not tainted [ 56.926173] --- [ 56.926174] net/tipc/bearer.c:408 suspiciou