linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers
@ 2024-02-29 10:14 Barry Song
  2024-02-29 10:14 ` [PATCH v2 1/2] crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags Barry Song
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Barry Song @ 2024-02-29 10:14 UTC (permalink / raw)
  To: davem, herbert, linux-crypto; +Cc: linux-kernel, Barry Song

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-08 11:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29 10:14 [PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers Barry Song
2024-02-29 10:14 ` [PATCH v2 1/2] crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags Barry Song
2024-02-29 10:14 ` [PATCH v2 2/2] crypto: iaa " Barry Song
2024-03-01 19:33 ` [PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers Barry Song
2024-03-08 11:25 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).