From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, dave@thedillows.org,
Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net 0/3] ethernet: fix some esoteric drivers after netdev->dev_addr constification
Date: Tue, 25 Jan 2022 14:23:14 -0800 [thread overview]
Message-ID: <20220125222317.1307561-1-kuba@kernel.org> (raw)
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
next reply other threads:[~2022-01-25 22:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-25 22:23 Jakub Kicinski [this message]
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
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=20220125222317.1307561-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=dave@thedillows.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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.