[PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers

Barry Song posted 2 patches 1 year, 11 months ago
drivers/crypto/hisilicon/zip/zip_crypto.c  | 1 +
drivers/crypto/intel/iaa/iaa_crypto_main.c | 1 +
2 files changed, 2 insertions(+)
[PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers
Posted by Barry Song 1 year, 11 months ago
From: Barry Song <v-songbaohua@oppo.com>

Fix missing CRYPTO_ALG_ASYNC cra_flags for hisilicon and intel iaa
drivers.

-V2:
 * collect Acked-by of Tom and Yang, thanks for reviewing!

Barry Song (2):
  crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
  crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags

 drivers/crypto/hisilicon/zip/zip_crypto.c  | 1 +
 drivers/crypto/intel/iaa/iaa_crypto_main.c | 1 +
 2 files changed, 2 insertions(+)

-- 
2.34.1
Re: [PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers
Posted by Herbert Xu 1 year, 11 months ago
On Thu, Feb 29, 2024 at 11:14:47PM +1300, Barry Song wrote:
> From: Barry Song <v-songbaohua@oppo.com>
> 
> Fix missing CRYPTO_ALG_ASYNC cra_flags for hisilicon and intel iaa
> drivers.
> 
> -V2:
>  * collect Acked-by of Tom and Yang, thanks for reviewing!
> 
> Barry Song (2):
>   crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
>   crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
> 
>  drivers/crypto/hisilicon/zip/zip_crypto.c  | 1 +
>  drivers/crypto/intel/iaa/iaa_crypto_main.c | 1 +
>  2 files changed, 2 insertions(+)
> 
> -- 
> 2.34.1

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Re: [PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers
Posted by Barry Song 1 year, 11 months ago
On Thu, Feb 29, 2024 at 11:15 PM Barry Song <21cnbao@gmail.com> wrote:

Hi Herbert,
Did you miss this one? hopefully, this can land in 6.9 so that
acomp_is_async() can
safely land after it. Otherwise, I might break intel/iaa and hisilicon.

Thanks
Barry

>
> From: Barry Song <v-songbaohua@oppo.com>
>
> Fix missing CRYPTO_ALG_ASYNC cra_flags for hisilicon and intel iaa
> drivers.
>
> -V2:
>  * collect Acked-by of Tom and Yang, thanks for reviewing!
>
> Barry Song (2):
>   crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
>   crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
>
>  drivers/crypto/hisilicon/zip/zip_crypto.c  | 1 +
>  drivers/crypto/intel/iaa/iaa_crypto_main.c | 1 +
>  2 files changed, 2 insertions(+)
>
> --
> 2.34.1
>