Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753221AbbDAQsP (ORCPT ); Wed, 1 Apr 2015 12:48:15 -0400 Received: from mail.skyhub.de ([78.46.96.112]:48955 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753163AbbDAQsL (ORCPT ); Wed, 1 Apr 2015 12:48:11 -0400 Date: Wed, 1 Apr 2015 18:46:12 +0200 From: Borislav Petkov To: Denys Vlasenko Cc: Ingo Molnar , Linus Torvalds , Steven Rostedt , "H. Peter Anvin" , Andy Lutomirski , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/asm/head/64: Use __BOOT_TSS instead of literal 0x20 Message-ID: <20150401164612.GF18371@pd.tnic> References: <1427899858-7165-1-git-send-email-dvlasenk@redhat.com> <1427899858-7165-2-git-send-email-dvlasenk@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1427899858-7165-2-git-send-email-dvlasenk@redhat.com> 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 Content-Length: 1498 Lines: 46 On Wed, Apr 01, 2015 at 04:50:58PM +0200, Denys Vlasenko wrote: > No code changes. > > Signed-off-by: Denys Vlasenko > CC: Linus Torvalds > CC: Steven Rostedt > CC: Ingo Molnar > CC: Borislav Petkov > CC: "H. Peter Anvin" > CC: Andy Lutomirski > CC: Oleg Nesterov > CC: Frederic Weisbecker > CC: Alexei Starovoitov > CC: Will Drewry > CC: Kees Cook > CC: x86@kernel.org > CC: linux-kernel@vger.kernel.org > --- > arch/x86/boot/compressed/head_64.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S > index 90c1521..b0c0d16 100644 > --- a/arch/x86/boot/compressed/head_64.S > +++ b/arch/x86/boot/compressed/head_64.S > @@ -165,7 +165,7 @@ ENTRY(startup_32) > /* After gdt is loaded */ > xorl %eax, %eax > lldt %ax > - movl $0x20, %eax > + movl $__BOOT_TSS, %eax > ltr %ax Acked-by: Borislav Petkov -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/