[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1360992814.21612.0.camel@cr0>
Date: Sat, 16 Feb 2013 13:33:34 +0800
From: Cong Wang <amwang@...hat.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
jiri@...nulli.us, vyasevic@...hat.com, stephen@...workplumber.org
Subject: Re: [Patch net-next v2] netpoll: add some missing __rcu marks in
several places
On Fri, 2013-02-15 at 20:10 -0800, Eric Dumazet wrote:
> On Sat, 2013-02-16 at 11:16 +0800, Cong Wang wrote:
>
> > The reason is we don't dereference ->npinfo pointer, we just check if it
> > is NULL, so doesn't need to call rcu_dereference(). Or am I missing
> > anything?
>
> Yes you are missing that the right thing to do is to use
> rcu_access_pointer()
>
> Sparse errors should not be fixed using random RCU verbs,
> please be more careful.
Ah, I wasn't aware of that API. Will send v3.
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists