From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932249AbeAMNQY (ORCPT + 1 other); Sat, 13 Jan 2018 08:16:24 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37210 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754901AbeAMNQX (ORCPT ); Sat, 13 Jan 2018 08:16:23 -0500 Date: Sat, 13 Jan 2018 14:16:23 +0100 From: Greg KH To: Jiri Kosina Cc: Pavel Tatashin , steven.sistare@oracle.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, jkosina@suse.cz, hughd@google.com, dave.hansen@linux.intel.com, luto@kernel.org, torvalds@linux-foundation.org Subject: Re: [PATCH 4.9] x86/pti/efi: broken conversion from efi to kernel page table Message-ID: <20180113131623.GA21957@kroah.com> References: <20180111215820.29736-1-pasha.tatashin@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri, Jan 12, 2018 at 03:27:32PM +0100, Jiri Kosina wrote: > On Thu, 11 Jan 2018, Pavel Tatashin wrote: > > > The page table order must be increased for EFI table in order to avoid a > > bug where NMI tries to change the page table to kernel page table, while > > efi page table is active. > > > > For more disccussion about this bug, see this thread: > > http://lkml.iu.edu/hypermail/linux/kernel/1801.1/00951.html > > > > Signed-off-by: Pavel Tatashin > > Reviewed-by: Steven Sistare > > Acked-by: Jiri Kosina > > We are carrying similar patch in our 4.4 codestream as well. > > Please note that this is needed only for those trees that have 67a9108ed43 > ("x86/efi: Build our own page table structures") backported to it. That > used to be in some -stable releases, and some had it reverted, so please > check that. The 4.4-stable tree reverted this patch, so I'll take the 4.4-specific patch for this that was just sent. thanks, greg k-h