From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0065DC43387 for ; Fri, 21 Dec 2018 17:13:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C34D121917 for ; Fri, 21 Dec 2018 17:13:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="N5DmZ5UO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390111AbeLURNL (ORCPT ); Fri, 21 Dec 2018 12:13:11 -0500 Received: from mail.skyhub.de ([5.9.137.197]:36280 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390039AbeLURNL (ORCPT ); Fri, 21 Dec 2018 12:13:11 -0500 Received: from zn.tnic (p200300EC2BD1800085E495616F32D17F.dip0.t-ipconnect.de [IPv6:2003:ec:2bd1:8000:85e4:9561:6f32:d17f]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id C6FD51EC0958; Fri, 21 Dec 2018 18:13:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1545412389; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=hnsW3A4x7x7t5AJIG7dHykcZf2R6ZevOoG9i9Wwv/PU=; b=N5DmZ5UO3fvuYikl+BWohfTtLqYgr1W3CQRHbXpqHrvPXmrLIlSFIeZo/d07mpoXRBNu3y oFwy1JIgKZvMm9Mi1q/HE+vuC3TReAjjrYh1a/mT1sXCA+FqfDFLqLlxXJX3eMk0hXPg/q MjxMNkCN86WnjqcQuWTXdhp68V9JQg0= Date: Fri, 21 Dec 2018 18:13:08 +0100 From: Borislav Petkov To: Ard Biesheuvel Cc: "Prakhya, Sai Praneeth" , Ingo Molnar , "tglx@linutronix.de" , "x86@kernel.org" , "marc.zyngier@arm.com" , "eric.snowberg@oracle.com" , "hdegoede@redhat.com" , "Hansen, Dave" , "peterz@infradead.org" , "hpa@zytor.com" , "arend.vanspriel@broadcom.com" , "julien.thierry@arm.com" , "bhsharma@redhat.com" , "jonathanh@nvidia.com" , "joe@perches.com" , "matt@codeblueprint.co.uk" , "torvalds@linux-foundation.org" , "natechancellor@gmail.com" , "luto@kernel.org" , "linux-kernel@vger.kernel.org" , "sedat.dilek@gmail.com" , "zhuyifei1999@gmail.com" , "linux-tip-commits@vger.kernel.org" Subject: Re: [tip:efi/core] x86/efi: Unmap EFI boot services code/data regions from efi_pgd Message-ID: <20181221171308.GJ1325@zn.tnic> References: <20181129171230.18699-6-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 21, 2018 at 06:02:29PM +0100, Ard Biesheuvel wrote: > As far as I can tell, the SGI x86 UV platforms still rely on this, so > we're stuck with it for the foreseeable future. What happened with the old apple laptops which couldn't handle high virtual mappings and needed 1:1? We don't care anymore? -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.