aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa
diff options
context:
space:
mode:
authorJeremy Kerr2021-09-08 12:13:10 +0800
committerDavid S. Miller2021-09-08 11:29:16 +0100
commit581edcd0c8a076eba2ec9e20db50921ee80f5cbc (patch)
tree008fe6a555e92ab5c6ea9a568f8e728517a458d9 /drivers/net/dsa
parentd9ea761fdd197351890418acd462c51f241014a7 (diff)
mctp: perform route destruction under RCU read lock
The kernel test robot reports: [ 843.509974][ T345] ============================= [ 843.524220][ T345] WARNING: suspicious RCU usage [ 843.538791][ T345] 5.14.0-rc2-00606-g889b7da23abf #1 Not tainted [ 843.553617][ T345] ----------------------------- [ 843.567412][ T345] net/mctp/route.c:310 RCU-list traversed in non-reader section!! - we're missing the rcu read lock acquire around the destruction path. This change adds the acquire/release - the path is already atomic, and we're using the _rcu list iterators. Reported-by: kernel test robot <oliver.sang@intel.com> Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa')
0 files changed, 0 insertions, 0 deletions