Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753894AbdLUSjf (ORCPT ); Thu, 21 Dec 2017 13:39:35 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:56179 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbdLUSjb (ORCPT ); Thu, 21 Dec 2017 13:39:31 -0500 Date: Thu, 21 Dec 2017 19:39:19 +0100 (CET) From: Thomas Gleixner To: "Kirill A. Shutemov" cc: LKML , x86@kernel.org, Linus Torvalds , Andy Lutomirsky , Peter Zijlstra , Dave Hansen , Borislav Petkov , Greg KH , keescook@google.com, hughd@google.com, Brian Gerst , Josh Poimboeuf , Denys Vlasenko , Rik van Riel , Boris Ostrovsky , Juergen Gross , David Laight , Eduardo Valentin , aliguori@amazon.com, Will Deacon , Vlastimil Babka , daniel.gruss@iaik.tugraz.at Subject: Re: [patch V181 00/54] x86/pti: Final XMAS release In-Reply-To: <20171221162631.y57r4f5nbeu35llz@node.shutemov.name> Message-ID: References: <20171220213503.672610178@linutronix.de> <20171221125702.raydv4i2eepzj3pu@node.shutemov.name> <20171221162631.y57r4f5nbeu35llz@node.shutemov.name> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 774 Lines: 22 On Thu, 21 Dec 2017, Kirill A. Shutemov wrote: > On Thu, Dec 21, 2017 at 03:57:02PM +0300, Kirill A. Shutemov wrote: > > On Wed, Dec 20, 2017 at 10:35:03PM +0100, Thomas Gleixner wrote: > > > The series is also available from git: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/pti > > > > The patchset looks sane in 5-level paging configuration as long as commit > > c739f930be1d ("x86/espfix/64: Fix espfix double-fault handling on 5-level > > systems") from tip/x86/urgent is applied. > > > > Tested-by: Kirill A. Shutemov > > Failed to boot with EFI. I don't think it's limited to 5-level paging. Uuurg. That's there forever. > The fix is below. Thanks for catching and fixing that. tglx