netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net: bcmasp: bug fixes for bcmasp
@ 2024-02-15 18:27 Justin Chen
  2024-02-15 18:27 ` [PATCH 1/2] net: bcmasp: Indicate MAC is in charge of PHY PM Justin Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Justin Chen @ 2024-02-15 18:27 UTC (permalink / raw)
  To: netdev; +Cc: Justin Chen

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

Fix two bugs.

- Indicate that PM is managed by mac to prevent double pm calls. This
  doesn't lead to a crash, but waste a noticable amount of time
  suspending/resuming.

- Sanity check for OOB write was off by one. Leading to a false error
  when using the full array.

Florian Fainelli (1):
  net: bcmasp: Indicate MAC is in charge of PHY PM

Justin Chen (1):
  net: bcmasp: Sanity check is off by one

 drivers/net/ethernet/broadcom/asp2/bcmasp.c      | 6 +++---
 drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4206 bytes --]

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

end of thread, other threads:[~2024-02-18 11:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15 18:27 [PATCH 0/2] net: bcmasp: bug fixes for bcmasp Justin Chen
2024-02-15 18:27 ` [PATCH 1/2] net: bcmasp: Indicate MAC is in charge of PHY PM Justin Chen
2024-02-15 18:27 ` [PATCH 2/2] net: bcmasp: Sanity check is off by one Justin Chen
2024-02-15 22:10   ` Florian Fainelli
2024-02-18 11:40 ` [PATCH 0/2] net: bcmasp: bug fixes for bcmasp patchwork-bot+netdevbpf

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).