From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f51.google.com ([209.85.167.51]:43539 "EHLO mail-lf1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726508AbeHXUoO (ORCPT ); Fri, 24 Aug 2018 16:44:14 -0400 Received: by mail-lf1-f51.google.com with SMTP id h64-v6so5704118lfi.10 for ; Fri, 24 Aug 2018 10:08:42 -0700 (PDT) MIME-Version: 1.0 References: <20171215092305.994559179@linuxfoundation.org> <20171215092311.347628971@linuxfoundation.org> <1535129126.2902.36.camel@codethink.co.uk> In-Reply-To: <1535129126.2902.36.camel@codethink.co.uk> From: Roland Dreier Date: Fri, 24 Aug 2018 10:08:28 -0700 Message-ID: Subject: Re: [PATCH 4.4 103/105] Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers" To: Ben Hutchings , Greg Kroah-Hartman Cc: LKML , stable@vger.kernel.org, matt@codeblueprint.co.uk, bp@suse.de, Andrew Morton , Andy Lutomirski , luto@kernel.org, Ard Biesheuvel , bp@alien8.de, brgerst@gmail.com, davej@codemonkey.org.uk, dvlasenk@redhat.com, "H. Peter Anvin" , Linus Torvalds , Peter Zijlstra , sai.praneeth.prakhya@intel.com, sds@tycho.nsa.gov, Thomas Gleixner , toshi.kani@hp.com, linux-efi@vger.kernel.org, Ingo Molnar , Yazen.Ghannam@amd.com Content-Type: text/plain; charset="UTF-8" Sender: stable-owner@vger.kernel.org List-ID: > See > . 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. - R.