From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755202AbeAMNxb (ORCPT + 1 other); Sat, 13 Jan 2018 08:53:31 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43548 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755056AbeAMNxa (ORCPT ); Sat, 13 Jan 2018 08:53:30 -0500 Date: Sat, 13 Jan 2018 14:53:29 +0100 From: Greg KH To: Pavel Tatashin Cc: Steve Sistare , Linux Kernel Mailing List , Thomas Gleixner , mingo@redhat.com, hpa@zytor.com, x86@kernel.org, Jiri Kosina , Hugh Dickins , dave.hansen@linux.intel.com, Andy Lutomirski , Linus Torvalds Subject: Re: [4.4] broken conversion from efi to kernel page table Message-ID: <20180113135329.GA28839@kroah.com> References: <20180111190746.15426-1-pasha.tatashin@oracle.com> <20180113131807.GA17515@kroah.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 Sat, Jan 13, 2018 at 08:35:05AM -0500, Pavel Tatashin wrote: > Hi Greg, > > Make sure you apply: > [PATCH 4.4 v2] x86/pti/efi: broken conversion from efi to kernel page table > > It is the same patch but fixes a compiling issue when compiled > without: CONFIG_PAGE_TABLE_ISOLATION Ah, thanks, now fixed up. In the future, any stable patches should be at least cc: stable@vger.kernel.org, which is why I missed the v2 as it was burried in my inbox. I'm still trying to dig all of the crap out of there at the moment, it's a mess... thanks again, greg k-h