From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuni1840@gmail.com>
Cc: davem@davemloft.net, dsahern@kernel.org, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
kuniyu@google.com, netdev@vger.kernel.org
Subject: Re: [PATCH v3 net-next 00/15] ipv6: Drop RTNL from mcast.c and anycast.c
Date: Wed, 09 Jul 2025 01:50:25 +0000 [thread overview]
Message-ID: <175202582576.190635.16190055003928339339.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250702230210.3115355-1-kuni1840@gmail.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 2 Jul 2025 16:01:17 -0700 you wrote:
> From: Kuniyuki Iwashima <kuniyu@google.com>
>
> This is a prep series for RCU conversion of RTM_NEWNEIGH, which needs
> RTNL during neigh_table.{pconstructor,pdestructor}() touching IPv6
> multicast code.
>
> Currently, IPv6 multicast code is protected by lock_sock() and
> inet6_dev->mc_lock, and RTNL is not actually needed.
>
> [...]
Here is the summary with links:
- [v3,net-next,01/15] ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().
https://git.kernel.org/netdev/net-next/c/fb60b74e4e5b
- [v3,net-next,02/15] ipv6: mcast: Replace locking comments with lockdep annotations.
https://git.kernel.org/netdev/net-next/c/818ae1a5ecb4
- [v3,net-next,03/15] ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().
https://git.kernel.org/netdev/net-next/c/dbd40f318cf2
- [v3,net-next,04/15] ipv6: mcast: Remove mca_get().
https://git.kernel.org/netdev/net-next/c/d22faae8c555
- [v3,net-next,05/15] ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().
https://git.kernel.org/netdev/net-next/c/e01b193e0b50
- [v3,net-next,06/15] ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.
https://git.kernel.org/netdev/net-next/c/1767bb2d47b7
- [v3,net-next,07/15] ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.
https://git.kernel.org/netdev/net-next/c/2ceb71ce7d34
- [v3,net-next,08/15] ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().
https://git.kernel.org/netdev/net-next/c/1e589db3892e
- [v3,net-next,09/15] ipv6: mcast: Don't hold RTNL for MCAST_ socket options.
https://git.kernel.org/netdev/net-next/c/e6e14d582dd2
- [v3,net-next,10/15] ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.
https://git.kernel.org/netdev/net-next/c/49b8223fa9c1
- [v3,net-next,11/15] ipv6: anycast: Don't use rtnl_dereference().
https://git.kernel.org/netdev/net-next/c/7b6b53a76fcc
- [v3,net-next,12/15] ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.
https://git.kernel.org/netdev/net-next/c/f7fdf13bf103
- [v3,net-next,13/15] ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().
https://git.kernel.org/netdev/net-next/c/976fa9b2054f
- [v3,net-next,14/15] ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.
https://git.kernel.org/netdev/net-next/c/eb1ac9ff6c4a
- [v3,net-next,15/15] ipv6: Remove setsockopt_needs_rtnl().
https://git.kernel.org/netdev/net-next/c/db38443dcd9f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-07-09 1:50 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-02 23:01 [PATCH v3 net-next 00/15] ipv6: Drop RTNL from mcast.c and anycast.c Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 01/15] ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}() Kuniyuki Iwashima
2025-07-03 7:25 ` Eric Dumazet
2025-07-02 23:01 ` [PATCH v3 net-next 02/15] ipv6: mcast: Replace locking comments with lockdep annotations Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 03/15] ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc() Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 04/15] ipv6: mcast: Remove mca_get() Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 05/15] ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec() Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 06/15] ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 07/15] ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP Kuniyuki Iwashima
2025-11-11 12:44 ` Sverdlin, Alexander
2025-11-12 3:02 ` Kuniyuki Iwashima
2025-11-12 8:02 ` Sverdlin, Alexander
2025-07-02 23:01 ` [PATCH v3 net-next 08/15] ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close() Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 09/15] ipv6: mcast: Don't hold RTNL for MCAST_ socket options Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 10/15] ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 11/15] ipv6: anycast: Don't use rtnl_dereference() Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 12/15] ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 13/15] ipv6: anycast: Unify two error paths in ipv6_sock_ac_join() Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 14/15] ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST Kuniyuki Iwashima
2025-07-09 1:40 ` Jakub Kicinski
2025-07-09 1:52 ` Kuniyuki Iwashima
2025-07-02 23:01 ` [PATCH v3 net-next 15/15] ipv6: Remove setsockopt_needs_rtnl() Kuniyuki Iwashima
2025-07-09 1:50 ` patchwork-bot+netdevbpf [this message]
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=175202582576.190635.16190055003928339339.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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.