From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753911AbbCISgi (ORCPT ); Mon, 9 Mar 2015 14:36:38 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:45220 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbbCISgg (ORCPT ); Mon, 9 Mar 2015 14:36:36 -0400 MIME-Version: 1.0 In-Reply-To: References: <1425909943-14687-1-git-send-email-dvlasenk@redhat.com> <54FDDB90.9010706@zytor.com> From: Andy Lutomirski Date: Mon, 9 Mar 2015 11:36:14 -0700 Message-ID: Subject: Re: [PATCH] x86: entry_32.S: change ESPFIX test to not touch PT_OLDSS(%esp) To: Linus Torvalds Cc: "H. Peter Anvin" , Denys Vlasenko , Steven Rostedt , Ingo Molnar , Borislav Petkov , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , "the arch/x86 maintainers" , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 9, 2015 at 11:16 AM, Linus Torvalds wrote: > On Mon, Mar 9, 2015 at 11:04 AM, Andy Lutomirski wrote: >> >> One option would be to change the NMI entry code to move itself down 8 >> bytes if this happens (came from kernel mode or sp == sp0 - 12, >> perhaps). > > Hmm. That whole code currently depends on the stack setup being just a > single instruction (the move to esp). And that simplifies things, I'd > like to keep it that way. > > I'd *much* rather just keep the 8-byte padding. What was so > problematic with that? It worked. It's been around forever. Removing > it is the bug. Let's at least fix it, then. processor.h has: #define INIT_TSS { \ .x86_tss = { \ .sp0 = sizeof(init_stack) + (long)&init_stack, \ (moved in -tip) That's bogus, and this bogosity is why I broke 32-bit -next in the first place: I assumed it was correct. I'll get it if no one beats me to it. --Andy > > Linus -- Andy Lutomirski AMA Capital Management, LLC