From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750956AbdBCQfc (ORCPT ); Fri, 3 Feb 2017 11:35:32 -0500 Received: from mail-ot0-f194.google.com ([74.125.82.194]:36425 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828AbdBCQfa (ORCPT ); Fri, 3 Feb 2017 11:35:30 -0500 MIME-Version: 1.0 In-Reply-To: References: <31c63945-fa81-de18-941b-9021f3d9f16c@canonical.com> From: Linus Torvalds Date: Fri, 3 Feb 2017 08:35:22 -0800 X-Google-Sender-Auth: Zb4o1BX03XjRAY_5dJRzASIGKnI Message-ID: 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 Cc: Laura Abbott , Matt Fleming , Waiman Long , Ard Biesheuvel , Borislav Petkov , "Theodore Ts'o" , Arnd Bergmann , Greg KH , Scott J Norton , Douglas Hatch , "stable@vger.kernel.org" , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "the arch/x86 maintainers" , "linux-efi@vger.kernel.org" , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 3, 2017 at 6:16 AM, Joseph Salisbury wrote: > On 02/02/2017 03:36 PM, Laura Abbott wrote: >> >> You might try https://marc.info/?l=linux-kernel&m=148553171703761 >> which fixed https://bugzilla.redhat.com/show_bug.cgi?id=1384238 > > This patch resolves the bug for multiple users. Thanks again for the > pointer, Laura and Ard! .. and that patch should be in mainline now (and is marked for stable), having gotten merged with the EFI fixes pull yesterday. Linus