netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] net: fix mcast RCU splats
@ 2024-11-22 11:02 Paolo Abeni
  2024-11-22 11:02 ` [PATCH net 1/3] ipmr: add debug check for mr table cleanup Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paolo Abeni @ 2024-11-22 11:02 UTC (permalink / raw)
  To: netdev
  Cc: Eric Dumazet, David S. Miller, Jakub Kicinski, Simon Horman,
	stefan.wiehler

This series addresses the RCU splat triggered by the forwarding
mroute tests.

The first patch does not address any specific issue, but makes the
following ones more clear. Patch 2 and 3 address the issue for ipv6 and
ipv4 respectively.

Paolo Abeni (3):
  ipmr: add debug check for mr table cleanup
  ip6mr: fix tables suspicious RCU usage
  ipmr: fix tables suspicious RCU usage

 net/ipv4/ipmr.c  | 51 ++++++++++++++++++++++++++++++++++++------------
 net/ipv6/ip6mr.c | 47 +++++++++++++++++++++++++++++++++-----------
 2 files changed, 74 insertions(+), 24 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-25 19:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22 11:02 [PATCH net 0/3] net: fix mcast RCU splats Paolo Abeni
2024-11-22 11:02 ` [PATCH net 1/3] ipmr: add debug check for mr table cleanup Paolo Abeni
2024-11-22 13:04   ` Paolo Abeni
2024-11-25  7:38   ` kernel test robot
2024-11-25  9:53   ` kernel test robot
2024-11-25 19:49   ` kernel test robot
2024-11-22 11:02 ` [PATCH net 2/3] ip6mr: fix tables suspicious RCU usage Paolo Abeni
2024-11-22 11:02 ` [PATCH net 3/3] ipmr: " Paolo Abeni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).