mbox series

[net-next,0/2] Fixes issues during chcr driver registration

Message ID 20200330151853.32550-1-ayush.sawal@chelsio.com
Headers show
Series Fixes issues during chcr driver registration | expand

Message

Ayush Sawal March 30, 2020, 3:18 p.m. UTC
Patch 1: Avoid the accessing of wrong u_ctx pointer.
Patch 2: Fixes a deadlock between rtnl_lock and uld_mutex.

Ayush Sawal (2):
  Crypto: chelsio - Fixes a hang issue during driver registration
  Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutex

 drivers/crypto/chelsio/chcr_core.c  | 34 ++++++++++++++++++++++++-----
 drivers/crypto/chelsio/chcr_ipsec.c |  2 --
 2 files changed, 28 insertions(+), 8 deletions(-)

Comments

David Miller March 30, 2020, 5:33 p.m. UTC | #1
From: Ayush Sawal <ayush.sawal@chelsio.com>
Date: Mon, 30 Mar 2020 20:48:51 +0530

> Patch 1: Avoid the accessing of wrong u_ctx pointer.
> Patch 2: Fixes a deadlock between rtnl_lock and uld_mutex.

Series applied, thanks.