mbox series

[crypto/chcr,0/2] Bug fixes for libkcapi's fail tests

Message ID 20200205051842.29324-1-ayush.sawal@chelsio.com (mailing list archive)
Headers show
Series Bug fixes for libkcapi's fail tests | expand

Message

Ayush Sawal Feb. 5, 2020, 5:18 a.m. UTC
Patch1: This fixes the libkcapi's cbc(aes) aio fail case.
Patch2: This fixes the kernel panic which occurs during 
	aead asynchronous vmsplice multiple test.


Ayush Sawal (2):
  This fixes the libkcapi's cbc(aes) aio fail test cases
  This fixes the kernel panic which occurs during a libkcapi test

 drivers/crypto/chelsio/chcr_algo.c   | 25 ++++++++++++++++++++++---
 drivers/crypto/chelsio/chcr_crypto.h |  1 +
 2 files changed, 23 insertions(+), 3 deletions(-)

Comments

Herbert Xu Feb. 13, 2020, 9:24 a.m. UTC | #1
On Wed, Feb 05, 2020 at 10:48:40AM +0530, Ayush Sawal wrote:
> Patch1: This fixes the libkcapi's cbc(aes) aio fail case.
> Patch2: This fixes the kernel panic which occurs during 
> 	aead asynchronous vmsplice multiple test.
> 
> 
> Ayush Sawal (2):
>   This fixes the libkcapi's cbc(aes) aio fail test cases
>   This fixes the kernel panic which occurs during a libkcapi test
> 
>  drivers/crypto/chelsio/chcr_algo.c   | 25 ++++++++++++++++++++++---
>  drivers/crypto/chelsio/chcr_crypto.h |  1 +
>  2 files changed, 23 insertions(+), 3 deletions(-)

All applied.  Thanks.