Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755993Ab3FGQsi (ORCPT ); Fri, 7 Jun 2013 12:48:38 -0400 Received: from mga09.intel.com ([134.134.136.24]:39309 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754981Ab3FGQsg (ORCPT ); Fri, 7 Jun 2013 12:48:36 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,823,1363158000"; d="scan'208";a="349911572" Subject: Re: [PATCH] Fix prototype definitions of sha256_transform_asm, sha512_transform_asm From: Tim Chen To: Herbert Xu Cc: "H. Peter Anvin" , "David S.Miller" , Jussi Kivilinna , Jim Kukunas , Kirk Yap , David Cote , James Guilford , Wajdi Feghali , linux-kernel , linux-crypto@vger.kernel.org In-Reply-To: <20130425130404.GA29292@gondor.apana.org.au> References: <1364331519.27102.10.camel@schen9-DESK> <1366403112.27102.112.camel@schen9-DESK> <20130425130404.GA29292@gondor.apana.org.au> Content-Type: text/plain; charset="UTF-8" Date: Fri, 07 Jun 2013 09:47:54 -0700 Message-ID: <1370623674.27102.376.camel@schen9-DESK> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1039 Lines: 30 On Thu, 2013-04-25 at 21:04 +0800, Herbert Xu wrote: > On Fri, Apr 19, 2013 at 01:25:12PM -0700, Tim Chen wrote: > > Herbert, > > > > This is a follow on patch to the optimized sha256 and sha512 patch series that's just > > merged into the crypto-dev. Let me know if you prefer me to respin the > > patch series. > > > > This patch corrects the prototype of sha256_transform_asm and > > sha512_transform_asm function pointer declaration to static. It also > > fixes a typo in sha512_ssse3_final function that affects the computation > > of upper 64 bits of the buffer size. > > Thanks, I've folded this into the original patches in order to > maintain bisectability. Hi Herbert, Wonder if you had a chance to merge this patch? I think it is not in the latest crypto-dev. Thanks. Tim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/