From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751622AbbI0QbL (ORCPT ); Sun, 27 Sep 2015 12:31:11 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:33417 "EHLO mail-ob0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbbI0QbI (ORCPT ); Sun, 27 Sep 2015 12:31:08 -0400 MIME-Version: 1.0 In-Reply-To: References: <1443218539-7610-1-git-send-email-matt@codeblueprint.co.uk> <1443218539-7610-2-git-send-email-matt@codeblueprint.co.uk> <20150926055643.GA25877@gmail.com> <0568D1D7-B6AA-437C-ADCE-A86D7A2E4722@zytor.com> <20150926195755.GC3144@codeblueprint.co.uk> From: Andy Lutomirski Date: Sun, 27 Sep 2015 09:30:48 -0700 Message-ID: Subject: Re: [PATCH 1/2] x86/efi: Map EFI memmap entries in-order at runtime To: "H. Peter Anvin" Cc: Denys Vlasenko , Leif Lindholm , Thomas Gleixner , Borislav Petkov , stable , Andrew Morton , Matthew Garrett , Ingo Molnar , Brian Gerst , Dave Young , "linux-efi@vger.kernel.org" , Ard Biesheuvel , Linus Torvalds , Peter Jones , Matt Fleming , Matt Fleming , Borislav Petkov , "Lee, Chun-Yi" , "linux-kernel@vger.kernel.org" , James Bottomley 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 Sep 26, 2015 1:19 PM, "H. Peter Anvin" wrote: > > Sadly a lot of firmware is known to fail in that configuration :( That was very much our guest choice. > Why can't we map everything completely 1:1 (VA = PA) and call the setVA thing but pass it literally the identity. Firmwares that need it to be called will work, and firmwares that fail to update all offsets will be fine because there's nothing to update. --Andy