From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751944AbdBBUtv (ORCPT ); Thu, 2 Feb 2017 15:49:51 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:55313 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751823AbdBBUtt (ORCPT ); Thu, 2 Feb 2017 15:49:49 -0500 Subject: Re: [REGRESSION][v4.9.y][v4.10.y] x86/efi: Only map RAM into EFI page tables if in mixed-mode To: Laura Abbott , 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: Joseph Salisbury Message-ID: <4ff32ae9-ccb9-6ad9-8ea7-2f1fc17468d1@canonical.com> Date: Thu, 2 Feb 2017 15:49:45 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/2017 03:36 PM, Laura Abbott wrote: > 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 Thanks for the suggestion, Laura. Ard also pointed to the same patch. I'll have it tested and report back. Thanks again, Joe