mbox series

[Crypto,0/2] Fixes issues during driver registration

Message ID 20200316060318.20896-1-ayush.sawal@chelsio.com (mailing list archive)
Headers show
Series Fixes issues during driver registration | expand

Message

Ayush Sawal March 16, 2020, 6:03 a.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):
  chcr: Fixes a hang issue during driver registration
  chcr: 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, 27 insertions(+), 9 deletions(-)

Comments

Herbert Xu March 27, 2020, 4:54 a.m. UTC | #1
On Mon, Mar 16, 2020 at 11:33:16AM +0530, Ayush Sawal wrote:
> Patch 1: Avoid the accessing of wrong u_ctx pointer.
> Patch 2: Fixes a deadlock between rtnl_lock and uld_mutex.
> 
> Ayush Sawal (2):
>   chcr: Fixes a hang issue during driver registration
>   chcr: 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, 27 insertions(+), 9 deletions(-)

All applied.  Thanks.