Message ID | 20220126003801.1736586-1-kuba@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | ethernet: fix some esoteric drivers after netdev->dev_addr constification | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 25 Jan 2022 16:37:55 -0800 you wrote: > Looking at recent fixes for drivers which don't get included with > allmodconfig builds I thought it's worth grepping for more instances of: > > dev->dev_addr\[.*\] = > > This set contains the fixes. > > [...] Here is the summary with links: - [net,v2,1/6] ethernet: 3com/typhoon: don't write directly to netdev->dev_addr https://git.kernel.org/netdev/net/c/007c95120d1b - [net,v2,2/6] ethernet: tundra: don't write directly to netdev->dev_addr https://git.kernel.org/netdev/net/c/14ba66a60fbf - [net,v2,3/6] ethernet: broadcom/sb1250-mac: don't write directly to netdev->dev_addr https://git.kernel.org/netdev/net/c/7f6ec2b2f01b - [net,v2,4/6] ethernet: i825xx: don't write directly to netdev->dev_addr https://git.kernel.org/netdev/net/c/98ef22bbae78 - [net,v2,5/6] ethernet: 8390/etherh: don't write directly to netdev->dev_addr https://git.kernel.org/netdev/net/c/5518c5246ba6 - [net,v2,6/6] ethernet: seeq/ether3: don't write directly to netdev->dev_addr https://git.kernel.org/netdev/net/c/8eb86fc2f490 You are awesome, thank you!