Skip to content
Commit 2b76aad6 authored by Eric Dumazet's avatar Eric Dumazet Committed by Greg Kroah-Hartman
Browse files

neighbour: switch to standard rcu, instead of rcu_bh

[ Upstream commit 09eed119

 ]

rcu_bh is no longer a win, especially for objects freed
with standard call_rcu().

Switch neighbour code to no longer disable BH when not necessary.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Stable-dep-of: 5baa0433

 ("neighbour: fix data-races around n->output")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 0526933c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment