All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] bnxt_en: Bug fixes
@ 2023-04-17  6:58 Michael Chan
  2023-04-17  6:58 ` [PATCH net 1/2] bnxt_en: Do not initialize PTP on older P3/P4 chips Michael Chan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Chan @ 2023-04-17  6:58 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, kuba, pabeni, gospo

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

This small series contains 2 fixes.  The first one fixes the PTP
initialization logic on older chips to avoid logging a warning.  The
second one fixes a potenial NULL pointer dereference in the driver's
aux bus unload path.

Kalesh AP (1):
  bnxt_en: Fix a possible NULL pointer dereference in unload path

Michael Chan (1):
  bnxt_en: Do not initialize PTP on older P3/P4 chips

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |  2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 19 ++++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

-- 
2.18.1


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

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

end of thread, other threads:[~2023-04-18 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17  6:58 [PATCH net 0/2] bnxt_en: Bug fixes Michael Chan
2023-04-17  6:58 ` [PATCH net 1/2] bnxt_en: Do not initialize PTP on older P3/P4 chips Michael Chan
2023-04-17  6:58 ` [PATCH net 2/2] bnxt_en: Fix a possible NULL pointer dereference in unload path Michael Chan
2023-04-18 10:40 ` [PATCH net 0/2] bnxt_en: Bug fixes patchwork-bot+netdevbpf

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.