All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Breno Leitao <leitao@debian.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, andrew+netdev@lunn.ch,
	dsahern@kernel.org, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, eric.dumazet@gmail.com,
	kuniyu@amazon.com, ushankar@purestorage.com
Subject: Re: [PATCH net v5 0/2] net: core: improvements to device lookup by hardware address.
Date: Thu, 20 Feb 2025 03:10:34 +0000	[thread overview]
Message-ID: <174002103449.825980.9357598791735948646.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250218-arm_fix_selftest-v5-0-d3d6892db9e1@debian.org>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 18 Feb 2025 05:49:29 -0800 you wrote:
> The first patch adds a new dev_getbyhwaddr() helper function for
> finding devices by hardware address when the rtnl lock is held. This
> prevents PROVE_LOCKING warnings that occurred when rtnl lock was held
> but the RCU read lock wasn't. The common address comparison logic is
> extracted into dev_comp_addr() to avoid code duplication.
> 
> The second coverts arp_req_set_public() to the new helper.
> 
> [...]

Here is the summary with links:
  - [net,v5,1/2] net: Add non-RCU dev_getbyhwaddr() helper
    https://git.kernel.org/netdev/net/c/4b5a28b38c4a
  - [net,v5,2/2] arp: switch to dev_getbyhwaddr() in arp_req_set_public()
    https://git.kernel.org/netdev/net/c/4eae0ee0f1e6

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-02-20  3:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18 13:49 [PATCH net v5 0/2] net: core: improvements to device lookup by hardware address Breno Leitao
2025-02-18 13:49 ` [PATCH net v5 1/2] net: Add non-RCU dev_getbyhwaddr() helper Breno Leitao
2025-02-18 13:49 ` [PATCH net v5 2/2] arp: switch to dev_getbyhwaddr() in arp_req_set_public() Breno Leitao
2025-02-20  3:10 ` 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=174002103449.825980.9357598791735948646.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=eric.dumazet@gmail.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=kuniyu@amazon.com \
    --cc=leitao@debian.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=ushankar@purestorage.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.