mbox series

[net,0/6] bnxt_en: Misc. bug fixes.

Message ID 1556245915-5430-1-git-send-email-michael.chan@broadcom.com
Headers show
Series bnxt_en: Misc. bug fixes. | expand

Message

Michael Chan April 26, 2019, 2:31 a.m. UTC
6 miscellaneous bug fixes covering several issues in error code paths,
a setup issue for statistics DMA, and an improvement for setting up
multicast address filters.

Please queue these for stable as well.
Patch #5 (bnxt_en: Fix statistics context reservation logic) is for the
most recent 5.0 stable only.  Thanks.

Michael Chan (5):
  bnxt_en: Improve multicast address setup logic.
  bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error
    conditions.
  bnxt_en: Pass correct extended TX port statistics size to firmware.
  bnxt_en: Fix statistics context reservation logic.
  bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().

Vasundhara Volam (1):
  bnxt_en: Free short FW command HWRM memory in error path in
    bnxt_init_one()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 53 +++++++++++++++++++------------
 1 file changed, 32 insertions(+), 21 deletions(-)

Comments

David Miller April 27, 2019, 9:01 p.m. UTC | #1
From: Michael Chan <michael.chan@broadcom.com>
Date: Thu, 25 Apr 2019 22:31:49 -0400

> 6 miscellaneous bug fixes covering several issues in error code paths,
> a setup issue for statistics DMA, and an improvement for setting up
> multicast address filters.
> 
> Please queue these for stable as well.
> Patch #5 (bnxt_en: Fix statistics context reservation logic) is for the
> most recent 5.0 stable only.  Thanks.

Series applied and queued up for -stable, thanks.