Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1862374ybi; Sun, 16 Jun 2019 15:28:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqy6HDnwoxbCb7wcK+m6Vr+ykGhQWhuTEjj6ZPAUJgp9IG4EGB0W3BAT9dA3MMu/vY6csn7T X-Received: by 2002:a17:902:d916:: with SMTP id c22mr80792692plz.195.1560724138979; Sun, 16 Jun 2019 15:28:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560724138; cv=none; d=google.com; s=arc-20160816; b=cBsSuZ+9WQEwoQtJWQFozlYfmqNaF36wt9wFmGt5VTYC3VLcwUByn4Gf8bD1r/Zt+h iXbPtG4Vh+Viv2pcyDhqClFE22n6WaZR9yIXVlfg5kPE2ZKWhXg4TBA2ANI7yzuX1J2R d22RdpvXXR6Odim+Cc9bCYpX8CpQD/3zS5kzX3IZTLXz/pspDhsQJ/iL/e32a1TQIdMr ZP/5BZxe0P113uFR0S4Jrdslc2YBz+n+8Pm7WwydK5i/n56mjnhI9Q9ndb+DxUchAfOl QdFz8rR8NIolGYULKYuvORyOaMbdERjweeaMjBlSC7fDgwHIMD/skXYUS2U8mZWLZa3A 2SIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=oQd5Hpi/isAc+2sO8ginUqoNaWpbksszENBw74Ogeq8=; b=dCT2Wa1ntZkEZzmmjB40GL2TnvuiYOjNRSCeIIoB9190dWEpiOzp9JQlu5Utx0EpE2 QIJOldUjcwePKyTC6ZIsI9321TJOkL+wDuUsiCZtBvSTCj8EXelH6r6NPYZ2oHkhzIoB +0lTuz+DLrYF7icor3nbAbzEmfON3krf+2A2tLXleXnydqqfmfLjMfxXsxUgGY/lwVkj d/0Qx8F7dWQK+MR6F09hoarGqhzlfErhwdVN7NyPiSWHav1thiCpovQ1kDpIqjkQ8RvK xndXzUUP9LDF10FHeo0OR6IbUVHvLzEnXLFdrIaBZM3XA2005p6VZSMtF5HD86P7sdD6 bZdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z11si8362767pjn.72.2019.06.16.15.28.44; Sun, 16 Jun 2019 15:28:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727482AbfFPW2c (ORCPT + 99 others); Sun, 16 Jun 2019 18:28:32 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:42141 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725811AbfFPW2c (ORCPT ); Sun, 16 Jun 2019 18:28:32 -0400 Received: from p5b06daab.dip0.t-ipconnect.de ([91.6.218.171] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hcddU-0000Ux-NY; Mon, 17 Jun 2019 00:28:28 +0200 Date: Mon, 17 Jun 2019 00:28:27 +0200 (CEST) From: Thomas Gleixner To: Andy Lutomirski cc: Dave Hansen , Marius Hillenbrand , kvm list , LKML , Kernel Hardening , Linux-MM , Alexander Graf , David Woodhouse , the arch/x86 maintainers , Peter Zijlstra Subject: Re: [RFC 00/10] Process-local memory allocations for hiding KVM secrets In-Reply-To: Message-ID: References: <20190612170834.14855-1-mhillenb@amazon.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1576819727-1560724108=:1760" X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1576819727-1560724108=:1760 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Sun, 16 Jun 2019, Andy Lutomirski wrote: > On Fri, Jun 14, 2019 at 7:21 AM Thomas Gleixner wrote: > > On Wed, 12 Jun 2019, Andy Lutomirski wrote: > > > > > > Fair warning: Linus is on record as absolutely hating this idea. He might > > > change his mind, but it’s an uphill battle. > > > > Yes I know, but as a benefit we could get rid of all the GSBASE horrors in > > the entry code as we could just put the percpu space into the local PGD. > > > > I have personally suggested this to Linus on a couple of occasions, > and he seemed quite skeptical. The only way to find out is the good old: numbers talk .... So someone has to bite the bullet, implement it and figure out whether it's bollocks or not. :) Thanks, tglx --8323329-1576819727-1560724108=:1760--