mbox series

[for-rc,0/2] bnxt_re bug fixes

Message ID 1542787501-1501-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series bnxt_re bug fixes | expand

Message

Selvin Xavier Nov. 21, 2018, 8:04 a.m. UTC
This includes two critical fixes in failure path during driver load.
A recent patch in bnxt_en exposed it. bnxt_en returns failure while
registering with L2 driver for our latest HW version. This causes system
hang/crash.

The bnxt_en patch is already merged to net branch. Here is the link for
the patch.
https://patchwork.ozlabs.org/patch/998151/

Please apply to for-rc branch.

Thanks,
Selvin Xavier

Selvin Xavier (2):
  RDMA/bnxt_re: Fix system hang when registration with L2 driver fails
  RDMA/bnxt_re: Avoid accessing the device structure after it is freed

 drivers/infiniband/hw/bnxt_re/main.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jason Gunthorpe Nov. 21, 2018, 9:21 p.m. UTC | #1
On Wed, Nov 21, 2018 at 12:04:59AM -0800, Selvin Xavier wrote:
> This includes two critical fixes in failure path during driver load.
> A recent patch in bnxt_en exposed it. bnxt_en returns failure while
> registering with L2 driver for our latest HW version. This causes system
> hang/crash.
> 
> The bnxt_en patch is already merged to net branch. Here is the link for
> the patch.
> https://patchwork.ozlabs.org/patch/998151/
> 
> Please apply to for-rc branch.
> 
> Thanks,
> Selvin Xavier
> 
> Selvin Xavier (2):
>   RDMA/bnxt_re: Fix system hang when registration with L2 driver fails
>   RDMA/bnxt_re: Avoid accessing the device structure after it is freed
> 
>  drivers/infiniband/hw/bnxt_re/main.c | 3 +++
>  1 file changed, 3 insertions(+)

Applied to for-rc

Thanks,
Jason