netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] ethernet: fix some esoteric drivers after netdev->dev_addr constification
@ 2022-01-25 22:23 Jakub Kicinski
  2022-01-25 22:23 ` [PATCH net 1/3] ethernet: 3com/typhoon: don't write directly to netdev->dev_addr Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jakub Kicinski @ 2022-01-25 22:23 UTC (permalink / raw)
  To: davem; +Cc: netdev, dave, Jakub Kicinski

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.

Jakub Kicinski (3):
  ethernet: 3com/typhoon: don't write directly to netdev->dev_addr
  ethernet: tundra: don't write directly to netdev->dev_addr
  ethernet: broadcom/sb1250-mac: don't write directly to
    netdev->dev_addr

 drivers/net/ethernet/3com/typhoon.c        |  6 ++--
 drivers/net/ethernet/broadcom/sb1250-mac.c |  4 +--
 drivers/net/ethernet/tundra/tsi108_eth.c   | 35 +++++++++++-----------
 3 files changed, 23 insertions(+), 22 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-01-26  4:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 22:23 [PATCH net 0/3] ethernet: fix some esoteric drivers after netdev->dev_addr constification Jakub Kicinski
2022-01-25 22:23 ` [PATCH net 1/3] ethernet: 3com/typhoon: don't write directly to netdev->dev_addr Jakub Kicinski
2022-01-26  3:07   ` David Dillow
2022-01-25 22:23 ` [PATCH net 2/3] ethernet: tundra: " Jakub Kicinski
2022-01-25 22:23 ` [PATCH net 3/3] ethernet: broadcom/sb1250-mac: " Jakub Kicinski
2022-01-25 22:28 ` [PATCH net 0/3] ethernet: fix some esoteric drivers after netdev->dev_addr constification Jakub Kicinski
2022-01-25 23:59   ` Arnd Bergmann
2022-01-26  0:20     ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).