From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 08978C433F5 for ; Mon, 2 May 2022 18:09:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hrGN2QvnvoogpnO8J3wDqhLXam5SrBTQoX34BG8PzC4=; b=ijtJMtEzqgWSoC jtlH/CfYwQDnWAOB4sN+6/wCllAZNWIlhofCC+SbaPmmE0VAE/MKiHet2z3amVWQDMQ0gpX2udGY4 /Y+EIt1RlPgPaWvmYfilQWPLweb6EErFeRR2g4ZPPpOuz5L1pxTmgJvxlAmSCUXH1M1L2xKrTeeYF 8KuQvf72R+9GltOF+2XRL8QEphdP9mt7eJFba/ppSEfnata0utMOiRVjsXZ4q8EYEGtYk6wVNFTMX aIt2exIavzwU8DrYn1pGGvV1/+kOBABsnWikFg6pXGQeDSzA+hd61iD1Yif0Q0ZXJelQmyEgtCTot PW0sSsIvahNvFnu3SWFw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlaTH-0028pQ-FJ; Mon, 02 May 2022 18:08:31 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlaTD-0028oz-Qj for linux-arm-kernel@lists.infradead.org; Mon, 02 May 2022 18:08:29 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 038B4B81896; Mon, 2 May 2022 18:08:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 587C2C385AC; Mon, 2 May 2022 18:08:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651514904; bh=AIZfpmMXV7aBgF8mEs9CKybKyqea+iHrJTfw+3yuRfU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hqmKUpMN6wHUEcSmX3QIdTRvUdftdsWeU1kVGa+6IsUsooocap7rfIGaVLVFTj9E0 SYS/66qKjrioWocACR/fM+z5c8mkhTvzcB6CsRnZZp4LkatGEe92hIWQsIRaACp5Wp Llw7TDrhCNuaFEolwVabCLDl2Lr5SJI0Pg9PoFxSRebuofy3qo3OiQDIfxQNokzgA7 MqLYPzcNG4GHDRVT9qxWj6iaxH5s3uptSgZZMNVI6kwra0RtiwxMYUGF/er4l3YLOY vI8vLxOjgKruA0rD7BrwNoalNm4S3e86OnbIlxJZ6ft4rqotMRkJlZvRi/UWwbJcsJ pd35JwamnpKQQ== Date: Mon, 2 May 2022 11:08:22 -0700 From: Eric Biggers To: Nathan Huckleberry Cc: linux-crypto@vger.kernel.org, linux-fscrypt.vger.kernel.org@google.com, Herbert Xu , "David S. Miller" , linux-arm-kernel@lists.infradead.org, Paul Crowley , Sami Tolvanen , Ard Biesheuvel Subject: Re: [PATCH v5 6/8] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL Message-ID: References: <20220427003759.1115361-1-nhuck@google.com> <20220427003759.1115361-7-nhuck@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220502_110828_097445_E2AFBB0F X-CRM114-Status: GOOD ( 14.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, May 01, 2022 at 01:43:23PM -0700, Eric Biggers wrote: > > diff --git a/include/crypto/polyval.h b/include/crypto/polyval.h > > index b14c38aa9166..bf64fb6c665f 100644 > > --- a/include/crypto/polyval.h > > +++ b/include/crypto/polyval.h > > @@ -8,10 +8,19 @@ > > #ifndef _CRYPTO_POLYVAL_H > > #define _CRYPTO_POLYVAL_H > > > > +#include > > doesn't appear to be needed here. > It looks like the issue is that this patch removes from crypto/polyval-generic.c. If you just don't do that, then it won't be needed here. - Eric _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel