From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755045AbeAMNSJ (ORCPT + 1 other); Sat, 13 Jan 2018 08:18:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37360 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754891AbeAMNSI (ORCPT ); Sat, 13 Jan 2018 08:18:08 -0500 Date: Sat, 13 Jan 2018 14:18:07 +0100 From: Greg KH To: Pavel Tatashin Cc: 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: [4.4] broken conversion from efi to kernel page table Message-ID: <20180113131807.GA17515@kroah.com> References: <20180111190746.15426-1-pasha.tatashin@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180111190746.15426-1-pasha.tatashin@oracle.com> 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 Thu, Jan 11, 2018 at 02:07:45PM -0500, Pavel Tatashin wrote: > This fixes boot panics, hangs which I reported in this thread: > > http://lkml.iu.edu/hypermail/linux/kernel/1801.1/00951.html > > I have not yet verified if similar issue is applicable to newer > kernels. > > Re-sending it as a proper git send-email submission. > > Pavel Tatashin (1): > x86/pti/efi: broken conversion from efi to kernel page table > > arch/x86/include/asm/kaiser.h | 8 ++++++++ > arch/x86/realmode/init.c | 4 +++- > arch/x86/realmode/rm/trampoline_64.S | 3 ++- > 3 files changed, 13 insertions(+), 2 deletions(-) Many thanks for this work, and the patch, it's greatly appreciated. Now queued up, thanks. greg k-h