[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aRvmrtvwVju-mMI9@gondor.apana.org.au>
Date: Tue, 18 Nov 2025 11:23:26 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Eric Biggers <ebiggers@...nel.org>
Cc: linux-crypto@...r.kernel.org, Colin Ian King <coking@...dia.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 0/2] crypto: Fix memcpy_sglist()
On Sat, Nov 15, 2025 at 03:08:15PM -0800, Eric Biggers wrote:
> This series rewrites memcpy_sglist() to fix the bug where it called
> functions that could fail and ignored errors.
>
> This series is targeting crypto/master.
While this is a worthwhile improvement, I don't think it's a bug
fix. The only error that can actually happen is if you call
memcpy_tosglist from hard IRQ context.
Since there isn't any such usage in the current kernel, this is
purely an enhancement.
So I will be putting this into cryptodev and not crypto.
Thanks,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists