From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f46.google.com ([209.85.167.46]:37176 "EHLO mail-lf1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727392AbeH2X4l (ORCPT ); Wed, 29 Aug 2018 19:56:41 -0400 Received: by mail-lf1-f46.google.com with SMTP id j8-v6so5302454lfb.4 for ; Wed, 29 Aug 2018 12:58:14 -0700 (PDT) MIME-Version: 1.0 References: <20171215092305.994559179@linuxfoundation.org> <20171215092311.347628971@linuxfoundation.org> <1535129126.2902.36.camel@codethink.co.uk> <20180824191749.GA15489@kroah.com> <35e0f79b-6fac-5027-6377-67dbe2a293b9@roeck-us.net> <20180825150723.GA10230@kroah.com> In-Reply-To: From: Roland Dreier Date: Wed, 29 Aug 2018 12:58:00 -0700 Message-ID: Subject: Re: [PATCH 4.4 103/105] Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers" To: Guenter Roeck Cc: Greg Kroah-Hartman , Ben Hutchings , 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: > > Perhaps just the patch that Andi posted to the stable list helps out > > here? > > > > For reference: > > https://www.spinics.net/lists/stable/msg253357.html > > That would be the most straightforward and simple fix, so I would prefer > to go with it if it works. Sorry for being slow, it turned out to take a slightly bigger stack of patches to get everything working. I agree, Andi's simple fix is better anyway. - R.