From: patchwork-bot+netdevbpf@kernel•org
To: Jakub Kicinski <kuba@kernel•org>
Cc: davem@davemloft•net, netdev@vger•kernel.org
Subject: Re: [PATCH net-next 1/2] ethernet: use eth_hw_addr_set() for dev->addr_len cases
Date: Tue, 05 Oct 2021 12:30:07 +0000 [thread overview]
Message-ID: <163343700784.31035.8586148715068113446.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211004160522.1974052-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 4 Oct 2021 09:05:21 -0700 you wrote:
> Convert all Ethernet drivers from memcpy(... dev->addr_len)
> to eth_hw_addr_set():
>
> @@
> expression dev, np;
> @@
> - memcpy(dev->dev_addr, np, dev->addr_len)
> + eth_hw_addr_set(dev, np)
>
> [...]
Here is the summary with links:
- [net-next,1/2] ethernet: use eth_hw_addr_set() for dev->addr_len cases
https://git.kernel.org/netdev/net-next/c/a05e4c0af490
- [net-next,2/2] net: usb: use eth_hw_addr_set() for dev->addr_len cases
https://git.kernel.org/netdev/net-next/c/49ed8dde3715
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:[~2021-10-05 12:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-04 16:05 [PATCH net-next 1/2] ethernet: use eth_hw_addr_set() for dev->addr_len cases Jakub Kicinski
2021-10-04 16:05 ` [PATCH net-next 2/2] net: usb: " Jakub Kicinski
2021-10-04 22:18 ` [PATCH net-next 1/2] ethernet: " Andrew Lunn
2021-10-04 22:56 ` Jakub Kicinski
2021-10-05 12:30 ` 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=163343700784.31035.8586148715068113446.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=kuba@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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