From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932746AbbJPRez (ORCPT ); Fri, 16 Oct 2015 13:34:55 -0400 Received: from mail.skyhub.de ([78.46.96.112]:49140 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754344AbbJPRex (ORCPT ); Fri, 16 Oct 2015 13:34:53 -0400 Date: Fri, 16 Oct 2015 19:34:46 +0200 From: Borislav Petkov To: Andy Lutomirski Cc: "linux-tip-commits@vger.kernel.org" , "H. Peter Anvin" , Andrew Lutomirski , Thomas Gleixner , "linux-kernel@vger.kernel.org" , Brian Gerst , Ingo Molnar , Denys Vlasenko , Peter Zijlstra , Linus Torvalds Subject: Re: [tip:x86/asm] x86/entry/32: Switch INT80 to the new C syscall path Message-ID: <20151016173446.GK31612@pd.tnic> References: <20151015180912.GJ4267@pd.tnic> <20151016105229.GF31612@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 16, 2015 at 08:59:23AM -0700, Andy Lutomirski wrote: > Wow I am incompetent. Bah, it can happen to anyone... > set_system_trap_gate(IA32_SYSCALL_VECTOR, entry_INT80_32); > > How did I not catch that in testing? Can you change that to > set_system_intr_gate and see if that helps? Yeah, that was it. Well spotted, thanks! Reported-and-tested-by: Borislav Petkov -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.