RE: [PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage

2019-08-08 Thread Dexuan Cui
l.org; o...@aepfle.de; > a...@canonical.com; jasow...@redhat.com; vkuznets > ; marcelo.ce...@canonical.com > Subject: Re: [PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage > > From: Dexuan Cui > Date: Tue, 6 Aug 2019 05:17:44 + > > > > > This fixes a warning of &qu

Re: [PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage

2019-08-08 Thread David Miller
From: Dexuan Cui Date: Tue, 6 Aug 2019 05:17:44 + > > This fixes a warning of "suspicious rcu_dereference_check() usage" > when nload runs. > > Signed-off-by: Stephen Hemminger > Signed-off-by: Dexuan Cui Please resend with appropriate fixes tag.

RE: [PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage

2019-08-07 Thread Dexuan Cui
> From: Jakub Kicinski > Sent: Tuesday, August 6, 2019 12:13 PM > To: Dexuan Cui > > On Tue, 6 Aug 2019 05:17:44 +, Dexuan Cui wrote: > > This fixes a warning of "suspicious rcu_dereference_check() usage" > > when nload runs. > > > > Signed-off-by: Stephen Hemminger > > Signed-off-by:

Re: [PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage

2019-08-06 Thread Jakub Kicinski
On Tue, 6 Aug 2019 05:17:44 +, Dexuan Cui wrote: > This fixes a warning of "suspicious rcu_dereference_check() usage" > when nload runs. > > Signed-off-by: Stephen Hemminger > Signed-off-by: Dexuan Cui Minor change in behaviour would perhaps be worth acknowledging in the commit message

[PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage

2019-08-05 Thread Dexuan Cui
This fixes a warning of "suspicious rcu_dereference_check() usage" when nload runs. Signed-off-by: Stephen Hemminger Signed-off-by: Dexuan Cui --- drivers/net/hyperv/netvsc_drv.c | 44 +++-- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git