From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751985AbdBBUgT (ORCPT ); Thu, 2 Feb 2017 15:36:19 -0500 Received: from mail-yw0-f180.google.com ([209.85.161.180]:33166 "EHLO mail-yw0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbdBBUgR (ORCPT ); Thu, 2 Feb 2017 15:36:17 -0500 Subject: Re: [REGRESSION][v4.9.y][v4.10.y] x86/efi: Only map RAM into EFI page tables if in mixed-mode To: Joseph Salisbury , matt@codeblueprint.co.uk References: <31c63945-fa81-de18-941b-9021f3d9f16c@canonical.com> Cc: waiman.long@hpe.com, ard.biesheuvel@linaro.org, Borislav Petkov , Linus Torvalds , tytso@mit.edu, Arnd Bergmann , Greg KH , scott.norton@hpe.com, doug.hatch@hpe.com, "stable@vger.kernel.org" , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-efi@vger.kernel.org, LKML From: Laura Abbott Message-ID: Date: Thu, 2 Feb 2017 12:36:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <31c63945-fa81-de18-941b-9021f3d9f16c@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/2017 12:17 PM, Joseph Salisbury wrote: > Hi Matt, > > A kernel bug report was opened against Ubuntu [0]. After a kernel > bisect, it was found that reverting the following commit resolved this bug: > > commit 1297667083d5442aafe3e337b9413bf02b114edb > Author: Matt Fleming > Date: Mon Sep 19 13:09:09 2016 +0100 > > x86/efi: Only map RAM into EFI page tables if in mixed-mode > > > The regression was introduced as of v4.8-rc8. It also still affects > current mainline. > > I was hoping to get your feedback, since you are the patch author. Do > you think gathering any additional data will help diagnose this issue, > or would it be best to submit a revert request? > > > Thanks, > > Joe > > [0] http://pad.lv/1659340 > > > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > You might try https://marc.info/?l=linux-kernel&m=148553171703761 which fixed https://bugzilla.redhat.com/show_bug.cgi?id=1384238 Thanks, Laura