[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175279622650.2114222.281952232273235731.git-patchwork-notify@kernel.org>
Date: Thu, 17 Jul 2025 23:50:26 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Kuniyuki Iwashima <kuniyu@...gle.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, dsahern@...nel.org, horms@...nel.org, kuni1840@...il.com,
netdev@...r.kernel.org
Subject: Re: [PATCH v3 net-next 00/15] neighbour: Convert RTM_GETNEIGH to RCU
and
make pneigh RTNL-free.
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 16 Jul 2025 22:08:05 +0000 you wrote:
> This is kind of v3 of the series below [0] but without NEIGHTBL patches.
>
> Patch 1 ~ 4 and 9 come from the series to convert RTM_GETNEIGH to RCU.
>
> Other patches clean up pneigh_lookup() and convert the pneigh code to
> RCU + private mutex so that we can easily remove RTNL from RTM_NEWNEIGH
> in the later series.
>
> [...]
Here is the summary with links:
- [v3,net-next,01/15] neighbour: Make neigh_valid_get_req() return ndmsg.
https://git.kernel.org/netdev/net-next/c/caf0a753a8eb
- [v3,net-next,02/15] neighbour: Move two validations from neigh_get() to neigh_valid_get_req().
https://git.kernel.org/netdev/net-next/c/f5046fbc1b6d
- [v3,net-next,03/15] neighbour: Allocate skb in neigh_get().
https://git.kernel.org/netdev/net-next/c/3dfe0b57dcda
- [v3,net-next,04/15] neighbour: Move neigh_find_table() to neigh_get().
https://git.kernel.org/netdev/net-next/c/0e5ac19c7865
- [v3,net-next,05/15] neighbour: Split pneigh_lookup().
https://git.kernel.org/netdev/net-next/c/e804bd83c1fd
- [v3,net-next,06/15] neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.
https://git.kernel.org/netdev/net-next/c/d63382aea70a
- [v3,net-next,07/15] neighbour: Free pneigh_entry after RCU grace period.
https://git.kernel.org/netdev/net-next/c/d539d8fbd8fc
- [v3,net-next,08/15] neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.
https://git.kernel.org/netdev/net-next/c/cc03492c7b92
- [v3,net-next,09/15] neighbour: Convert RTM_GETNEIGH to RCU.
https://git.kernel.org/netdev/net-next/c/ed6e380d2d41
- [v3,net-next,10/15] neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().
https://git.kernel.org/netdev/net-next/c/32d5eaabf186
- [v3,net-next,11/15] neighbour: Use rcu_dereference() in pneigh_get_{first,next}().
https://git.kernel.org/netdev/net-next/c/b9c89fa128fa
- [v3,net-next,12/15] neighbour: Remove __pneigh_lookup().
https://git.kernel.org/netdev/net-next/c/dd103c9a5375
- [v3,net-next,13/15] neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().
https://git.kernel.org/netdev/net-next/c/b8b7ed1ea83a
- [v3,net-next,14/15] neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.
https://git.kernel.org/netdev/net-next/c/13a936bb99fb
- [v3,net-next,15/15] neighbour: Update pneigh_entry in pneigh_create().
https://git.kernel.org/netdev/net-next/c/dc2a27e524ac
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