[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250604204742.21183-1-yury.norov@gmail.com>
Date: Wed, 4 Jun 2025 16:47:39 -0400
From: Yury Norov <yury.norov@...il.com>
To: linux-kernel@...r.kernel.org,
linux-crypto@...r.kernel.org,
Steffen Klassert <steffen.klassert@...unet.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Horia Geantă <horia.geanta@....com>,
Pankaj Gupta <pankaj.gupta@....com>,
Gaurav Jain <gaurav.jain@....com>
Cc: "Yury Norov [NVIDIA]" <yury.norov@...il.com>
Subject: [PATCH 0/2] crypto: replace cpumask_next with better API
From: Yury Norov [NVIDIA] <yury.norov@...il.com>
Recently added cpumask_next_wrap() and cpumask_nth() work better than
cpumask_next(). Use them where appropriate.
Yury Norov [NVIDIA] (2):
crypto: pcrypt: Optimize pcrypt_aead_init_tfm()
crypto: caam - Fix opencoded cpumask_next_wrap() in
caam_drv_ctx_init()
crypto/pcrypt.c | 7 ++-----
drivers/crypto/caam/qi.c | 5 +----
2 files changed, 3 insertions(+), 9 deletions(-)
--
2.43.0
Powered by blists - more mailing lists