Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@google.com>
Cc: davem@davemloft.net, dsahern@kernel.org, edumazet@google.com,
	idosch@nvidia.com, kuba@kernel.org, pabeni@redhat.com,
	horms@kernel.org, kuni1840@gmail.com, netdev@vger.kernel.org
Subject: Re: [PATCH v3 net-next 00/15] ip6mr: No RTNL for RTNL_FAMILY_IP6MR rtnetlink.
Date: Tue, 09 Jun 2026 00:20:25 +0000	[thread overview]
Message-ID: <178096442564.1723164.6271396560313518913.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260604224712.3209821-1-kuniyu@google.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  4 Jun 2026 22:46:18 +0000 you wrote:
> This series is the IPv6 version of
> 
>   https://lore.kernel.org/netdev/20260228221800.1082070-1-kuniyu@google.com/
> 
> and removes RTNL from ip6mr rtnetlink handlers.
> 
> After this series, there are a few RTNL left in net/ipv6/ip6mr.c
> and such users will be converted to per-netns RTNL in another
> series.
> 
> [...]

Here is the summary with links:
  - [v3,net-next,01/15] selftest: net: Extend ipmr.c for IP6MR.
    https://git.kernel.org/netdev/net-next/c/e02bf5e7aa4a
  - [v3,net-next,02/15] ip6mr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.
    https://git.kernel.org/netdev/net-next/c/364568de4e7f
  - [v3,net-next,03/15] ip6mr: Use MAXMIFS in mr6_msgsize().
    https://git.kernel.org/netdev/net-next/c/36be7d7c5ded
  - [v3,net-next,04/15] ip6mr: Allocate skb earlier in ip6mr_rtm_getroute().
    https://git.kernel.org/netdev/net-next/c/c2f5fd21aca4
  - [v3,net-next,05/15] ip6mr: Convert ip6mr_rtm_getroute() to RCU.
    https://git.kernel.org/netdev/net-next/c/76ea2ba2297e
  - [v3,net-next,06/15] ip6mr: Convert ip6mr_rtm_dumproute() to RCU.
    https://git.kernel.org/netdev/net-next/c/3bcf206012b2
  - [v3,net-next,07/15] net: Remove rtnl_held of struct fib_dump_filter.
    https://git.kernel.org/netdev/net-next/c/a543cb49e603
  - [v3,net-next,08/15] ip6mr: Free mr_table after RCU grace period.
    https://git.kernel.org/netdev/net-next/c/2c309a863dd6
  - [v3,net-next,09/15] ip6mr: Call fib_rules_unregister() without RTNL.
    https://git.kernel.org/netdev/net-next/c/4becf0124675
  - [v3,net-next,10/15] ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables().
    https://git.kernel.org/netdev/net-next/c/7395fccf6b4c
  - [v3,net-next,11/15] ip6mr: Move unregister_netdevice_many() out of ip6mr_free_table().
    https://git.kernel.org/netdev/net-next/c/33e6984fe5d4
  - [v3,net-next,12/15] ip6mr: Convert ip6mr_net_exit_batch() to ->exit_rtnl().
    https://git.kernel.org/netdev/net-next/c/2a798e8c71b5
  - [v3,net-next,13/15] ip6mr: Remove RTNL in ip6mr_rules_init() and ip6mr_net_init().
    https://git.kernel.org/netdev/net-next/c/2290727b2fdb
  - [v3,net-next,14/15] ip6mr: Replace RTNL with a dedicated mutex for MFC.
    https://git.kernel.org/netdev/net-next/c/a4c98421720a
  - [v3,net-next,15/15] ip6mr: Define net->ipv6.{ip6mr_notifier_ops,ipmr_seq} under CONFIG_IPV6_MROUTE.
    https://git.kernel.org/netdev/net-next/c/5499868699ee

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  parent reply	other threads:[~2026-06-09  0:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-04 22:46 [PATCH v3 net-next 00/15] ip6mr: No RTNL for RTNL_FAMILY_IP6MR rtnetlink Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 01/15] selftest: net: Extend ipmr.c for IP6MR Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 02/15] ip6mr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole} Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 03/15] ip6mr: Use MAXMIFS in mr6_msgsize() Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 04/15] ip6mr: Allocate skb earlier in ip6mr_rtm_getroute() Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 05/15] ip6mr: Convert ip6mr_rtm_getroute() to RCU Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 06/15] ip6mr: Convert ip6mr_rtm_dumproute() " Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 07/15] net: Remove rtnl_held of struct fib_dump_filter Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 08/15] ip6mr: Free mr_table after RCU grace period Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 09/15] ip6mr: Call fib_rules_unregister() without RTNL Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 10/15] ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables() Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 11/15] ip6mr: Move unregister_netdevice_many() out of ip6mr_free_table() Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 12/15] ip6mr: Convert ip6mr_net_exit_batch() to ->exit_rtnl() Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 13/15] ip6mr: Remove RTNL in ip6mr_rules_init() and ip6mr_net_init() Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 14/15] ip6mr: Replace RTNL with a dedicated mutex for MFC Kuniyuki Iwashima
2026-06-04 22:46 ` [PATCH v3 net-next 15/15] ip6mr: Define net->ipv6.{ip6mr_notifier_ops,ipmr_seq} under CONFIG_IPV6_MROUTE Kuniyuki Iwashima
2026-06-09  0:20 ` patchwork-bot+netdevbpf [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-04-07 21:19 [PATCH v3 net-next 00/15] ip6mr: No RTNL for RTNL_FAMILY_IP6MR rtnetlink Kuniyuki Iwashima
2026-04-08  1:42 ` Jakub Kicinski
2026-04-08  3:48   ` Kuniyuki Iwashima
2026-04-08  3:50     ` Kuniyuki Iwashima

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178096442564.1723164.6271396560313518913.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=kuni1840@gmail.com \
    --cc=kuniyu@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox