From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751857AbeADGuM (ORCPT + 1 other); Thu, 4 Jan 2018 01:50:12 -0500 Received: from one.firstfloor.org ([193.170.194.197]:33352 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750746AbeADGuK (ORCPT ); Thu, 4 Jan 2018 01:50:10 -0500 Date: Wed, 3 Jan 2018 22:50:09 -0800 From: Andi Kleen To: Juergen Gross Cc: Andi Kleen , tglx@linutronix.de, torvalds@linux-foundation.org, gregkh@linux-foundation.org, linux-kernel@vger.kernel.org, tim.c.chen@linux.intel.com, Andi Kleen Subject: Re: [PATCH v2 06/12] x86/retpoline/crypto: Convert xen assembler indirect jumps Message-ID: <20180104065007.mqj4ebnw5dhflxix@two.firstfloor.org> References: <20180104020019.1173-1-andi@firstfloor.org> <20180104020019.1173-7-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: > > diff --git a/arch/x86/crypto/camellia-aesni-avx2-asm_64.S b/arch/x86/crypto/camellia-aesni-avx2-asm_64.S > > index 1743e6850e00..9cd8450a2050 100644 > > --- a/arch/x86/crypto/camellia-aesni-avx2-asm_64.S > > +++ b/arch/x86/crypto/camellia-aesni-avx2-asm_64.S > > @@ -12,6 +12,7 @@ > > > > #include > > #include > > +#include > > I fail to connect this change to the patch title. > > Maybe should be part of the crypto patch? Right I moved the hunk into the wrong patch. Will fix. -Andi