From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH net-next 0/8] rtnetlink: more rcu conversions for rtnl_fill_ifinfo()
Date: Tue, 07 May 2024 09:40:41 +0000 [thread overview]
Message-ID: <171507484172.24942.8367903904443484222.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240503192059.3884225-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Fri, 3 May 2024 19:20:51 +0000 you wrote:
> We want to no longer rely on RTNL for "ip link show" command.
>
> This is a long road, this series takes care of some parts.
>
> Eric Dumazet (8):
> rtnetlink: do not depend on RTNL for IFLA_QDISC output
> rtnetlink: do not depend on RTNL for IFLA_IFNAME output
> rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
> net: write once on dev->allmulti and dev->promiscuity
> rtnetlink: do not depend on RTNL for many attributes
> rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
> rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
> rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
>
> [...]
Here is the summary with links:
- [net-next,1/8] rtnetlink: do not depend on RTNL for IFLA_QDISC output
https://git.kernel.org/netdev/net-next/c/698419ffb6fc
- [net-next,2/8] rtnetlink: do not depend on RTNL for IFLA_IFNAME output
https://git.kernel.org/netdev/net-next/c/8a5826813362
- [net-next,3/8] rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
https://git.kernel.org/netdev/net-next/c/ad13b5b0d1f9
- [net-next,4/8] net: write once on dev->allmulti and dev->promiscuity
https://git.kernel.org/netdev/net-next/c/55a2c86c8db3
- [net-next,5/8] rtnetlink: do not depend on RTNL for many attributes
https://git.kernel.org/netdev/net-next/c/6747a5d4990b
- [net-next,6/8] rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
https://git.kernel.org/netdev/net-next/c/6890ab31d1a3
- [net-next,7/8] rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
https://git.kernel.org/netdev/net-next/c/979aad40da92
- [net-next,8/8] rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
https://git.kernel.org/netdev/net-next/c/9cf621bd5fcb
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:[~2024-05-07 9:40 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-03 19:20 [PATCH net-next 0/8] rtnetlink: more rcu conversions for rtnl_fill_ifinfo() Eric Dumazet
2024-05-03 19:20 ` [PATCH net-next 1/8] rtnetlink: do not depend on RTNL for IFLA_QDISC output Eric Dumazet
2024-05-05 14:48 ` Simon Horman
2024-05-03 19:20 ` [PATCH net-next 2/8] rtnetlink: do not depend on RTNL for IFLA_IFNAME output Eric Dumazet
2024-05-05 14:49 ` Simon Horman
2024-05-03 19:20 ` [PATCH net-next 3/8] rtnetlink: do not depend on RTNL for IFLA_TXQLEN output Eric Dumazet
2024-05-05 14:43 ` Simon Horman
2024-05-07 9:26 ` Paolo Abeni
2024-05-07 9:35 ` Eric Dumazet
2024-05-07 16:32 ` Simon Horman
2024-05-03 19:20 ` [PATCH net-next 4/8] net: write once on dev->allmulti and dev->promiscuity Eric Dumazet
2024-05-05 14:54 ` Simon Horman
2024-05-03 19:20 ` [PATCH net-next 5/8] rtnetlink: do not depend on RTNL for many attributes Eric Dumazet
2024-05-05 14:46 ` Simon Horman
2024-05-05 15:00 ` Eric Dumazet
2024-05-05 15:06 ` Simon Horman
2024-05-05 15:14 ` Eric Dumazet
2024-05-07 16:38 ` Simon Horman
2024-05-07 16:39 ` Eric Dumazet
2024-05-07 16:55 ` Simon Horman
2024-05-03 19:20 ` [PATCH net-next 6/8] rtnetlink: do not depend on RTNL in rtnl_fill_proto_down() Eric Dumazet
2024-05-05 14:52 ` Simon Horman
2024-05-03 19:20 ` [PATCH net-next 7/8] rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb() Eric Dumazet
2024-05-05 14:53 ` Simon Horman
2024-05-03 19:20 ` [PATCH net-next 8/8] rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection Eric Dumazet
2024-05-05 14:54 ` Simon Horman
2024-05-07 9:40 ` 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=171507484172.24942.8367903904443484222.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kuba@kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).