mbox series

[net,0/3] net: fix mcast RCU splats

Message ID cover.1732270911.git.pabeni@redhat.com (mailing list archive)
Headers show
Series net: fix mcast RCU splats | expand

Message

Paolo Abeni Nov. 22, 2024, 11:02 a.m. UTC
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(-)