From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Biggers Date: Mon, 09 Dec 2019 20:19:20 +0000 Subject: Re: [PATCH RESEND] KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails Message-Id: <20191209201920.GE149190@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <20190529210132.120114-1-ebiggers@kernel.org> In-Reply-To: <20190529210132.120114-1-ebiggers@kernel.org> To: keyrings@vger.kernel.org On Tue, Nov 12, 2019 at 10:09:08PM +0200, Jarkko Sakkinen wrote: > On Mon, Nov 11, 2019 at 10:20:55AM -0800, Eric Biggers wrote: > > On Mon, Oct 14, 2019 at 10:48:46PM +0300, Jarkko Sakkinen wrote: > > > On Wed, Oct 09, 2019 at 04:03:49PM -0700, Eric Biggers wrote: > > > > From: Eric Biggers > > > > > > > > No error code was being set on this error path. > > > > > > > > Fixes: ad4b1eb5fb33 ("KEYS: asym_tpm: Implement encryption operation [ver #2]") > > > > Fixes: c08fed737126 ("KEYS: Implement encrypt, decrypt and sign for software asymmetric key [ver #2]") > > > > Reviewed-by: James Morris > > > > Signed-off-by: Eric Biggers > > > > > > Cc: stable@vger.kernel.org > > > Reviewed-by: Jarkko Sakkinen > > > > > > I can pick this up to my tree given the TPM association. David? > > > > > > /Jarkko > > > > Ping. > > I can pick this up to my v5.5-rc2 PR (already sent one for rc1). > > /Jarkko Ping.