linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Roland Dreier <roland@purestorage.com>,
	Ben Hutchings <ben.hutchings@codethink.co.uk>,
	LKML <linux-kernel@vger.kernel.org>,
	stable@vger.kernel.org, matt@codeblueprint.co.uk, bp@suse.de,
	Andrew Morton <akpm@linux-foundation.org>,
	Andy Lutomirski <luto@amacapital.net>,
	luto@kernel.org, Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	bp@alien8.de, brgerst@gmail.com, davej@codemonkey.org.uk,
	dvlasenk@redhat.com, "H. Peter Anvin" <hpa@zytor.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Peter Zijlstra <peterz@infradead.org>,
	sai.praneeth.prakhya@intel.com, sds@tycho.nsa.gov,
	Thomas Gleixner <tglx@linutronix.de>,
	toshi.kani@hp.com, linux-efi@vger.kernel.org,
	Ingo Molnar <mingo@kernel.org>,
	Yazen.Ghannam@amd.com
Subject: Re: [PATCH 4.4 103/105] Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers"
Date: Fri, 24 Aug 2018 13:06:07 -0700	[thread overview]
Message-ID: <20180824200607.GA18715@roeck-us.net> (raw)
In-Reply-To: <20180824191749.GA15489@kroah.com>

On Fri, Aug 24, 2018 at 09:17:49PM +0200, Greg Kroah-Hartman wrote:
> On Fri, Aug 24, 2018 at 10:08:28AM -0700, Roland Dreier wrote:
> > > See
> > > <https://lore.kernel.org/lkml/1512686629.18523.217.camel@codethink.co.uk/T/#u>.
> > 
> > Thanks!  I'm not using SGI UV and I'm not using kexec, so I guess I
> > sidestepped most of those issues.  Greg, I think we need to unrevert
> > the cpa->pfn change (otherwise the L1TF fix probably gets pretty
> > messy) and I guess pull in the other patches that Ben mentions.
> 
> Ok, so what patch should be reverted?  I'm seeing other reports of
> problems all around this same area, but I can't figure out exactly what
> to do.
> 
> Guenter, any ideas?
> 
I think we'll need to reapply 87e2bd898d3a ("x86/mm/pat: Ensure cpa->pfn only
contains page frame numbers"), and possibly apply d367cef0a7f0 ("x86/mm/pat:
Fix boot crash when 1GB pages are not supported by the CPU"). Both require
conflict resolutions, but they are quite straightforward. I am not sure
about the other EFI patches.

I am going to send the backports as RFT in a minute. Problem is that I don't
have an EFI system at hand and can not test if this fixes the problem
(or maybe introduces a new one), so someone will need to step in and do
those tests.

Guenter

      parent reply	other threads:[~2018-08-24 20:06 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20171215092305.994559179@linuxfoundation.org>
2017-12-15  9:44 ` [PATCH 4.4 013/105] efi: Move some sysfs files to be read-only by root Greg Kroah-Hartman
2017-12-15  9:45 ` [PATCH 4.4 101/105] Revert "x86/efi: Build our own page table structures" Greg Kroah-Hartman
2017-12-15  9:45 ` [PATCH 4.4 102/105] Revert "x86/efi: Hoist page table switching code into efi_call_virt()" Greg Kroah-Hartman
2017-12-15  9:45 ` [PATCH 4.4 103/105] Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers" Greg Kroah-Hartman
2018-08-23  0:48   ` Roland Dreier
2018-08-23  6:12     ` Greg Kroah-Hartman
2018-08-23 16:37       ` Roland Dreier
2018-08-24 14:54         ` Matt Fleming
2018-08-24 16:45     ` Ben Hutchings
2018-08-24 17:08       ` Roland Dreier
2018-08-24 19:17         ` Greg Kroah-Hartman
2018-08-24 20:04           ` Roland Dreier
2018-08-24 20:10             ` Guenter Roeck
2018-08-24 20:16               ` Roland Dreier
2018-08-24 20:32                 ` Guenter Roeck
2018-08-31  6:24                   ` Guillaume Tucker
2018-08-31 16:02                     ` Greg Kroah-Hartman
2018-08-24 21:19             ` Guenter Roeck
2018-08-25 13:52             ` Guenter Roeck
2018-08-25 15:07               ` Greg Kroah-Hartman
2018-08-26  2:30                 ` Guenter Roeck
2018-08-29 19:58                   ` Roland Dreier
2018-08-30 12:10                     ` Greg Kroah-Hartman
2018-08-24 20:06           ` Guenter Roeck [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180824200607.GA18715@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=Yazen.Ghannam@amd.com \
    --cc=akpm@linux-foundation.org \
    --cc=ard.biesheuvel@linaro.org \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=bp@alien8.de \
    --cc=bp@suse.de \
    --cc=brgerst@gmail.com \
    --cc=davej@codemonkey.org.uk \
    --cc=dvlasenk@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hpa@zytor.com \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=luto@kernel.org \
    --cc=matt@codeblueprint.co.uk \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=roland@purestorage.com \
    --cc=sai.praneeth.prakhya@intel.com \
    --cc=sds@tycho.nsa.gov \
    --cc=stable@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=toshi.kani@hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).