From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?T25kcmVqIE1vc27DocSNZWs=?= Subject: Re: [PATCH] x86/crypto: Add missing RETs Date: Sun, 1 Jul 2018 17:24:39 +0200 Message-ID: References: <20180507213755.GA32406@avx2> <1529235613.4572.7.camel@gmx.de> <20180617120012.GB16877@zn.tnic> <1529242717.4472.3.camel@gmx.de> <1529244178.4674.1.camel@gmx.de> <20180617194747.GA21160@zn.tnic> <1529289279.31745.3.camel@gmx.de> <20180623103622.GA2760@zn.tnic> <20180701131941.2dqkzg7az25qpc6b@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: bp@alien8.de, linux-crypto@vger.kernel.org, efault@gmx.de, Alexey Dobriyan , torvalds@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org, jpoimboe@redhat.com, luto@kernel.org, peterz@infradead.org, brgerst@gmail.com, hpa@zytor.com, Linux Kernel Mailing List , dvlasenk@redhat.com, h.peter.anvin@intel.com, linux-tip-commits@vger.kernel.org To: Herbert Xu Return-path: In-Reply-To: <20180701131941.2dqkzg7az25qpc6b@gondor.apana.org.au> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org ne 1. 7. 2018 o 15:20 Herbert Xu nap=C3=ADsal= (a): > > On Sat, Jun 23, 2018 at 12:36:22PM +0200, Borislav Petkov wrote: > > Lemme send a proper patch now... > > > > --- > > From: Borislav Petkov > > Date: Sun, 17 Jun 2018 13:57:42 +0200 > > Subject: [PATCH] x86/crypto: Add missing RETs > > > > Add explicit RETs to the tail calls of AEGIS and MORUS crypto algorithm= s > > otherwise they run into INT3 padding due to > > > > 51bad67ffbce ("x86/asm: Pad assembly functions with INT3 instructions= ") > > > > leading to spurious debug exceptions. > > > > Mike Galbraith took care of all the remaining callsites= . > > > > Signed-off-by: Borislav Petkov > > Patch applied. Thanks. Hi Herbert, I can see you applied this patch to your cryptodev-2.6 tree (which I believe is for the next release). Shouldn't this go into the crypto-2.6 tree so it gets into 4.18-rcX? I'm not sure, but it seems to me that it qualifies as a (potentially serious?) bug fix. Also, I think you accidentally extracted the wrong part of the e-mail as the commit message... Thanks, Ondrej