All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@google.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, dsahern@kernel.org, horms@kernel.org,
	kuni1840@gmail.com, netdev@vger.kernel.org
Subject: Re: [PATCH v3 net-next 00/15] neighbour: Convert RTM_GETNEIGH to RCU and make pneigh RTNL-free.
Date: Thu, 17 Jul 2025 23:50:26 +0000	[thread overview]
Message-ID: <175279622650.2114222.281952232273235731.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250716221221.442239-1-kuniyu@google.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.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



      parent reply	other threads:[~2025-07-17 23:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-16 22:08 [PATCH v3 net-next 00/15] neighbour: Convert RTM_GETNEIGH to RCU and make pneigh RTNL-free Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 01/15] neighbour: Make neigh_valid_get_req() return ndmsg Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 02/15] neighbour: Move two validations from neigh_get() to neigh_valid_get_req() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 03/15] neighbour: Allocate skb in neigh_get() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 04/15] neighbour: Move neigh_find_table() to neigh_get() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 05/15] neighbour: Split pneigh_lookup() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 06/15] neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 07/15] neighbour: Free pneigh_entry after RCU grace period Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 08/15] neighbour: Annotate access to struct pneigh_entry.{flags,protocol} Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 09/15] neighbour: Convert RTM_GETNEIGH to RCU Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 10/15] neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 11/15] neighbour: Use rcu_dereference() in pneigh_get_{first,next}() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 12/15] neighbour: Remove __pneigh_lookup() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 13/15] neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup() Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 14/15] neighbour: Protect tbl->phash_buckets[] with a dedicated mutex Kuniyuki Iwashima
2025-07-16 22:08 ` [PATCH v3 net-next 15/15] neighbour: Update pneigh_entry in pneigh_create() Kuniyuki Iwashima
2025-07-17 23: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=175279622650.2114222.281952232273235731.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.