Re: [PATCH net-next 0/5] net: remove direct netdev->dev_addr writes
From: Joe Perches <joe@perches.com>
Date: 2021-10-09 15:43:27
From: Joe Perches <joe@perches.com>
Date: 2021-10-09 15:43:27
On Sat, 2021-10-09 at 11:00 +0000, patchwork-bot+netdevbpf@kernel.org wrote:
This series was applied to netdev/net-next.git (master) by David S. Miller [off-list ref]: On Fri, 8 Oct 2021 10:59:08 -0700 you wrote:quoted
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount of VLANs...") introduced a rbtree for faster Ethernet address look up. To maintain netdev->dev_addr in this tree we need to make all the writes to it got through appropriate helpers. This series contains top 5 conversions in terms of LoC required to bring the driver into compliance.
[]
- [net-next,3/5] ethernet: tulip: remove direct netdev->dev_addr writes https://git.kernel.org/netdev/net-next/c/ca8793175564
This one appears defective.