mbox series

[net,0/2] bnxt_en: 2 Bug fixes

Message ID 20250104043849.3482067-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: 2 Bug fixes | expand

Message

Michael Chan Jan. 4, 2025, 4:38 a.m. UTC
The first patch fixes a potential memory leak when sending a FW
message for the RoCE driver.  The second patch fixes the potential
issue of DIM modifying the coalescing parameters of a ring that has
been freed.

Kalesh AP (1):
  bnxt_en: Fix possible memory leak when hwrm_req_replace fails

Michael Chan (1):
  bnxt_en: Fix DIM shutdown

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 38 ++++++++++++++++---
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c |  3 +-
 2 files changed, 35 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 7, 2025, 12:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  3 Jan 2025 20:38:46 -0800 you wrote:
> The first patch fixes a potential memory leak when sending a FW
> message for the RoCE driver.  The second patch fixes the potential
> issue of DIM modifying the coalescing parameters of a ring that has
> been freed.
> 
> Kalesh AP (1):
>   bnxt_en: Fix possible memory leak when hwrm_req_replace fails
> 
> [...]

Here is the summary with links:
  - [net,1/2] bnxt_en: Fix possible memory leak when hwrm_req_replace fails
    https://git.kernel.org/netdev/net/c/c8dafb0e4398
  - [net,2/2] bnxt_en: Fix DIM shutdown
    https://git.kernel.org/netdev/net/c/40452969a506

You are awesome, thank you!