Messages in this thread |  | | Date | Wed, 3 Jan 2018 22:50:09 -0800 | | From | Andi Kleen <> | | Subject | Re: [PATCH v2 06/12] x86/retpoline/crypto: Convert xen assembler indirect jumps |
| |
> > 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 <linux/linkage.h> > > #include <asm/frame.h> > > +#include <asm/jump-asm.h> > > 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
|  |