linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Barry Song <21cnbao@gmail.com>
To: davem@davemloft.net, herbert@gondor.apana.org.au,
	linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Barry Song <v-songbaohua@oppo.com>
Subject: [PATCH v2 0/2] [PATCH v2 0/2] crypto: fix missing CRYPTO_ALG_ASYNC for async drivers
Date: Thu, 29 Feb 2024 23:14:47 +1300	[thread overview]
Message-ID: <20240229101449.227921-1-21cnbao@gmail.com> (raw)

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


             reply	other threads:[~2024-02-29 10:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 10:14 Barry Song [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240229101449.227921-1-21cnbao@gmail.com \
    --to=21cnbao@gmail.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v-songbaohua@oppo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).