[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172977903980.2249854.11365353002595095728.git-patchwork-notify@kernel.org>
Date: Thu, 24 Oct 2024 14:10:39 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kuniyuki Iwashima <kuniyu@...zon.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, courmisch@...il.com, kuni1840@...il.com,
netdev@...r.kernel.org
Subject: Re: [PATCH v1 net-next 0/9] phonet: Convert all doit() and dumpit() to
RCU.
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Thu, 17 Oct 2024 11:31:31 -0700 you wrote:
> addr_doit() and route_doit() access only phonet_device_list(dev_net(dev))
> and phonet_pernet(dev_net(dev))->routes, respectively.
>
> Each per-netns struct has its dedicated mutex, and RTNL also protects
> the structs. __dev_change_net_namespace() has synchronize_net(), so
> we have two options to convert addr_doit() and route_doit().
>
> [...]
Here is the summary with links:
- [v1,net-next,1/9] phonet: Pass ifindex to fill_addr().
https://git.kernel.org/netdev/net-next/c/08a9572be368
- [v1,net-next,2/9] phonet: Pass net and ifindex to phonet_address_notify().
https://git.kernel.org/netdev/net-next/c/68ed5c38b512
- [v1,net-next,3/9] phonet: Convert phonet_device_list.lock to spinlock_t.
https://git.kernel.org/netdev/net-next/c/42f5fe1dc4ba
- [v1,net-next,4/9] phonet: Don't hold RTNL for addr_doit().
https://git.kernel.org/netdev/net-next/c/8786e98dd0eb
- [v1,net-next,5/9] phonet: Don't hold RTNL for getaddr_dumpit().
https://git.kernel.org/netdev/net-next/c/b7d2fc9ad7fe
- [v1,net-next,6/9] phonet: Pass ifindex to fill_route().
https://git.kernel.org/netdev/net-next/c/302fc6bbcba4
- [v1,net-next,7/9] phonet: Pass net and ifindex to rtm_phonet_notify().
https://git.kernel.org/netdev/net-next/c/de51ad08b117
- [v1,net-next,8/9] phonet: Convert phonet_routes.lock to spinlock_t.
https://git.kernel.org/netdev/net-next/c/3deec3b4afb4
- [v1,net-next,9/9] phonet: Don't hold RTNL for route_doit().
https://git.kernel.org/netdev/net-next/c/17a1ac0018ae
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists