Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3199457imu; Mon, 17 Dec 2018 15:20:38 -0800 (PST) X-Google-Smtp-Source: AFSGD/UlG+uAjwqo924JIunTg7sR1rS/OKHRw3njxxdaSgbwu98Mv67uhymzmVF743tYuGQdt4cY X-Received: by 2002:a65:520a:: with SMTP id o10mr912681pgp.276.1545088837968; Mon, 17 Dec 2018 15:20:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545088837; cv=none; d=google.com; s=arc-20160816; b=LeL6zNUWO2+zlpf7jA/hx7Lkzoc1qYm7orM5V5RcF0RWXKc6kqm0O4A1D6bsx8oHc6 V8XESBNnz3sc7WnswqKbni+9A0RryEg5N/vk2p191SqEGr4a6L2sPZSDCZ/XQj33O7DO BWsh9y9rZlfSKo+f9B18AQolPTRasZ8NXRrlJkEXEYC8/IrmsePqyiwTuNbpqomvQeAH UWdLCm2aD13NYR2kOPIabfrvrEotdgb85ae5dGsO43rjYRmrFkGmDMgwnUuiuz5ew0ko D4u42wWsFVwlkACAD+y0VwD4CXABLKvTYGcsZdj8sJ3YzJB88T0H+sOPrP7hx0NbsN01 cu2w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organization:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=q25zBa58dlC0WZMTygsIP4tCgVF+38lJeZvs+Tx4fWQ=; b=Bv839wpcsR4taL+r+Loe9whEwj2JAZjcMuQMLkglO6m7OEKAHkB5xQZGk0Qh+LC8o3 WgfTmVfzUkX35gpKZ+qYTJn1TrBQL0gmAeSrlI7zkAKgC+X0IVXNtcsaTmlXqSFWALx2 oTfFH8on9AGxMxWENYxWf4SVRR6K+UmjZrZDO4mrLIFiZeG/7xcD3ycFXqq4ss7TQzmE vZPv8qx+DXizNmSrZ6RcAq/DguQBlOuXaVdh8jHhAOY/qtUhFgQvoQ6BQmu/3t4e74/y 7sMbxhULSerFP+Qe6Lvmbk3OIVNxRGFd4mNupk0qpvm3F9NH0EHdgISZkEHUNKAKrgUA p4+w== 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 r27si12105332pgl.494.2018.12.17.15.20.22; Mon, 17 Dec 2018 15:20:37 -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 S2389522AbeLQUV7 (ORCPT + 99 others); Mon, 17 Dec 2018 15:21:59 -0500 Received: from mga12.intel.com ([192.55.52.136]:51934 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727631AbeLQUV7 (ORCPT ); Mon, 17 Dec 2018 15:21:59 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Dec 2018 12:21:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,366,1539673200"; d="scan'208";a="119204881" Received: from quwen-mobl.ccr.corp.intel.com (HELO localhost) ([10.249.254.215]) by FMSMGA003.fm.intel.com with ESMTP; 17 Dec 2018 12:21:50 -0800 Date: Mon, 17 Dec 2018 22:21:49 +0200 From: Jarkko Sakkinen To: Sean Christopherson Cc: Dave Hansen , x86@kernel.org, platform-driver-x86@vger.kernel.org, linux-sgx@vger.kernel.org, nhorman@redhat.com, npmccallum@redhat.com, serge.ayoun@intel.com, shay.katz-zamir@intel.com, haitao.huang@linux.intel.com, andriy.shevchenko@linux.intel.com, tglx@linutronix.de, kai.svahn@intel.com, mark.shanahan@intel.com, luto@amacapital.net, Suresh Siddha , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Darren Hart , Andy Shevchenko , "open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)" Subject: Re: [PATCH v17 18/23] platform/x86: Intel SGX driver Message-ID: <20181217202149.GA19053@linux.intel.com> References: <20181116010412.23967-1-jarkko.sakkinen@linux.intel.com> <20181116010412.23967-19-jarkko.sakkinen@linux.intel.com> <7d5cde02-4649-546b-0f03-2d6414bb80b5@intel.com> <20181217180102.GA12560@linux.intel.com> <20181217183613.GD12491@linux.intel.com> <20181217184333.GA26920@linux.intel.com> <20181217184858.GF12491@linux.intel.com> <20181217193322.GA29785@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181217193322.GA29785@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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 Mon, Dec 17, 2018 at 09:33:22PM +0200, Jarkko Sakkinen wrote: > On Mon, Dec 17, 2018 at 10:48:58AM -0800, Sean Christopherson wrote: > > On Mon, Dec 17, 2018 at 08:43:33PM +0200, Jarkko Sakkinen wrote: > > > On Mon, Dec 17, 2018 at 10:36:13AM -0800, Sean Christopherson wrote: > > > > I'm pretty sure doing mmget() would result in circular dependencies and > > > > a zombie enclave. In the do_exit() case where a task is abruptly killed: > > > > > > > > - __mmput() is never called because the enclave holds a ref > > > > - sgx_encl_release() is never be called because its VMAs hold refs > > > > - sgx_vma_close() is never called because __mmput()->exit_mmap() is > > > > blocked and the process itself is dead, i.e. won't unmap anything. > > > > > > Right, it does, you are absolutely right. Tried it and removed the > > > commit already. > > > > > > Well, what we came up from your suggestion i.e. setting mm to NULL > > > and checking that is very subtle change and does not have any such > > > circular dependencies. We'll go with that. > > > > We can't set mm to NULL as we need it to unregister the notifier, and > > I'm fairly certain attempting to unregister in the release callback > > will deadlock. > > Noticed that too. mmu_notifier_unregister() requires a valid mm. Both branches updated... /Jarkko