Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933965AbdLVJPM (ORCPT ); Fri, 22 Dec 2017 04:15:12 -0500 Received: from [128.1.224.119] ([128.1.224.119]:46492 "EHLO ringil.hmeau.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S934013AbdLVJO7 (ORCPT ); Fri, 22 Dec 2017 04:14:59 -0500 Date: Fri, 22 Dec 2017 20:10:46 +1100 From: Herbert Xu To: Sabrina Dubroca Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, sbrivio@redhat.com Subject: Re: [PATCH crypto] crypto: aesni - fix typo in generic_gcmaes_decrypt Message-ID: <20171222091045.GH32542@gondor.apana.org.au> References: <750b6e05579d7c186557be03acb1b6937a3f4498.1513172423.git.sd@queasysnail.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <750b6e05579d7c186557be03acb1b6937a3f4498.1513172423.git.sd@queasysnail.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 644 Lines: 15 On Wed, Dec 13, 2017 at 02:53:43PM +0100, Sabrina Dubroca wrote: > generic_gcmaes_decrypt needs to use generic_gcmaes_ctx, not > aesni_rfc4106_gcm_ctx. This is actually harmless because the fields in > struct generic_gcmaes_ctx share the layout of the same fields in > aesni_rfc4106_gcm_ctx. > > Fixes: cce2ea8d90fe ("crypto: aesni - add generic gcm(aes)") > Signed-off-by: Sabrina Dubroca > Reviewed-by: Stefano Brivio Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt