lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 22 Mar 2021 03:08:38 -0400
From:   Michael Chan <michael.chan@...adcom.com>
To:     davem@...emloft.net
Cc:     netdev@...r.kernel.org, kuba@...nel.org, gospo@...adcom.com
Subject: [PATCH net-next 0/7] bnxt_en: Error recovery improvements.

This series contains some improvements for error recovery.  The main
changes are:

1. Keep better track of the health register mappings with the
"status_reliable" flag.

2. Don't wait for firmware responses if firmware is not healthy.

3. Better retry logic of the first firmware message.

4. Set the proper flag early to let the RDMA driver know that firmware
reset has been detected.

Edwin Peer (1):
  bnxt_en: don't fake firmware response success when PCI is disabled

Michael Chan (3):
  bnxt_en: Improve the status_reliable flag in bp->fw_health.
  bnxt_en: Set BNXT_STATE_FW_RESET_DET flag earlier for the RDMA driver.
  bnxt_en: Enhance retry of the first message to the firmware.

Pavan Chebbi (1):
  bnxt_en: Improve wait for firmware commands completion

Scott Branden (1):
  bnxt_en: check return value of bnxt_hwrm_func_resc_qcaps

Vasundhara Volam (1):
  bnxt_en: Remove the read of BNXT_FW_RESET_INPROG_REG after firmware
    reset.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 108 +++++++++++++++-------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h |   9 ++
 2 files changed, 82 insertions(+), 35 deletions(-)

-- 
2.18.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ