Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1040297imu; Tue, 11 Dec 2018 11:39:39 -0800 (PST) X-Google-Smtp-Source: AFSGD/U75+qRfJVbsoDe8E2zBgc4O07PONHQmfSQ35Hb2fsYCJINRF+wr8HGlU6hB8ge5DqTHobC X-Received: by 2002:a17:902:28aa:: with SMTP id f39mr17388969plb.297.1544557179708; Tue, 11 Dec 2018 11:39:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544557179; cv=none; d=google.com; s=arc-20160816; b=sVnhLfoi4WGWzXK4zAVy6hrQVkWUBWhu51JlxTmGnPf/ySPJUJ2vSo5tM5RI+hqJuD AE/5EqNlOiV0zBR8nSH83hhDa4jDPRR6Pq/6kvtUHhrHTtaHwdfDdp9bZAPLixq5hCiM n0txeuyFegLBlsP6bO/lXc1kr9jDlSAsjkltqAd97ZS2bveTamP0GIXFuVzv5AACPpGf 0AxcFiLULhYdcnJY+T7u7vOa5WL4E6rVEjmZSwXDIYztURAyYo3E3yuAchri0Uemom9R YFAhQU5TwalF0QN+00pp8n3qzs0Wfp/o2w34DtLpD2QfNycW+cm5YjBM4+AJsM5lm6f6 19TA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=gwJBrYT9Hx0iutkF/3miQAgJVmSGoY439CCZ+JNHtTo=; b=SX0+xZGB/Ubhl6CeVMNhs4z+F1b/aEL1uk6LAFKAMT9+BUdbc0f7BsBrLWC08A3x0Q od2eVn0kP+Xb+iKSpoOtoQJkynAx+DRHzbLq5TFbZF0BFGSh2pgHQNyjzTOvuvOCkIGv qTMAUInOqjDd3AFYbV60E+Iai1PQiweCtuUbVNHiIGiMaBBT/ldYU8mdCwWBesfhJGLq oinBQUryOHjLuYYXWFYemTfZPt1rC11F9XVjBPM29S0FXi/H7MYpammxIoagMX8U3Hfq 65Uf9zoogUt8zdRJ/r1csHSttCG/fmzhc0d+KVQFiJrrnjdUZDbaPaKd64ZiKjHiCIMX hQrQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bi6si12882170plb.279.2018.12.11.11.39.25; Tue, 11 Dec 2018 11:39:39 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726812AbeLKSlF (ORCPT + 99 others); Tue, 11 Dec 2018 13:41:05 -0500 Received: from mga07.intel.com ([134.134.136.100]:29382 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726551AbeLKSlD (ORCPT ); Tue, 11 Dec 2018 13:41:03 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 10:40:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,343,1539673200"; d="scan'208";a="97946756" Received: from sjchrist-coffee.jf.intel.com (HELO linux.intel.com) ([10.54.74.154]) by orsmga007.jf.intel.com with ESMTP; 11 Dec 2018 10:40:56 -0800 Date: Tue, 11 Dec 2018 10:40:56 -0800 From: Sean Christopherson To: Andy Lutomirski Cc: Josh Triplett , Thomas Gleixner , Ingo Molnar , Borislav Petkov , X86 ML , Jarkko Sakkinen , Dave Hansen , Peter Zijlstra , "H. Peter Anvin" , LKML , linux-sgx@vger.kernel.org, Haitao Huang , Jethro Beekman , "Dr. Greg Wettstein" Subject: Re: [RFC PATCH v3 0/4] x86: Add exception fixup for SGX ENCLU Message-ID: <20181211184056.GF14731@linux.intel.com> References: <20181210232141.5425-1-sean.j.christopherson@intel.com> <20181210232449.GA11843@localhost> <20181211165253.GB14731@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 11, 2018 at 09:58:19AM -0800, Andy Lutomirski wrote: > > On Dec 11, 2018, at 8:52 AM, Sean Christopherson wrote: > > > >> On Tue, Dec 11, 2018 at 07:41:27AM -0800, Andy Lutomirski wrote: > >> > >> > >>>> On Dec 10, 2018, at 3:24 PM, Josh Triplett wrote: > >>>> > >>>> On Mon, Dec 10, 2018 at 03:21:37PM -0800, Sean Christopherson wrote: > >>>> At that point I realized it's a hell of a lot easier to simply provide > >>>> an IOCTL via /dev/sgx that allows userspace to register a per-process > >>>> ENCLU exception handler. At a high level, the basic idea is the same > >>>> as the vDSO approach: provide a hardcoded fixup handler for ENCLU and > >>>> attempt to fixup select unhandled exceptions that occurred in user code. > >>> > >>> So, on the one hand, this is *absolutely* much cleaner than the VDSO > >>> approach. On the other hand, this is global process state and has some > >>> of the same problems as a signal handler as a result. > >> > >> I liked the old version better for this reason > > > > This isn't fundamentally different than forcing all EENTER calls through > > the vDSO, which is also per-process. Technically this is more flexible > > in that regard since userspace gets to choose where their one ENCLU gets > > to reside. Userspace can have per-enclave entry flows so long as the > > actual ENLU[EENTER] is common, same as vDSO. > > Right. The problem is that user libraries have a remarkably hard time > agreeing on where their one copy of anything lives. Ah, so vDSO is the mean parent that takes away their kids' toys because thay haven't learned to share :)