[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120328.174559.650861844028495880.davem@davemloft.net>
Date: Wed, 28 Mar 2012 17:45:59 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: mroos@...ux.ee
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: suspicious RCU usage warnings in 3.3.0
From: Meelis Roos <mroos@...ux.ee>
Date: Wed, 28 Mar 2012 11:45:48 +0300 (EEST)
> Is this the same RCU problem that was fixed after 3.3 (fix a potential
> rcu_read_lock() imbalance in rt6_fill_node())? My problem does not seem
> to be ipv6-only, most traces are from IPv6 but some for ip.
It's hard to say because the ipv6 RCU problem causes the warning to
trigger somewhere away from the ipv6 code that had the RCU locking
bug.
We essentially return back into userspace with the RCU lock held, so
the next time we go into the kernel for that thread and do RCU locking
is when we'll notice the problem.
--
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