From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751701AbdKTWVY (ORCPT ); Mon, 20 Nov 2017 17:21:24 -0500 Received: from mga09.intel.com ([134.134.136.24]:34930 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751620AbdKTWVW (ORCPT ); Mon, 20 Nov 2017 17:21:22 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,430,1505804400"; d="scan'208";a="151586024" Date: Tue, 21 Nov 2017 00:21:19 +0200 From: Jarkko Sakkinen To: Sean Christopherson Cc: linux-kernel@vger.kernel.org, intel-sgx-kernel-dev@lists.01.org, platform-driver-x86@vger.kernel.org Subject: Re: [intel-sgx-kernel-dev] [PATCH v5 08/11] intel_sgx: in-kernel launch enclave Message-ID: <20171120222119.mgu3opl7giqxdtpy@linux.intel.com> References: <20171113194528.28557-1-jarkko.sakkinen@linux.intel.com> <20171113194528.28557-9-jarkko.sakkinen@linux.intel.com> <1510679109.23727.6.camel@intel.com> <20171114200448.52yohrd7ifwvnlgb@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171114200448.52yohrd7ifwvnlgb@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 14, 2017 at 10:05:05PM +0200, Jarkko Sakkinen wrote: > On Tue, Nov 14, 2017 at 09:05:09AM -0800, Sean Christopherson wrote: > > Unless there is some conflict you are worried about, "signing_key.pem" is > > preferable as the default name so that the key is ignored via the top-level > > .gitignore.  The intel_sgx dir should have also a .gitignore to exclude the > > other LE related output files: > > > > drivers/platform/x86/intel_sgx/le/enclave/sgx_le.ss > > drivers/platform/x86/intel_sgx/le/enclave/sgxsign > > drivers/platform/x86/intel_sgx/le/sgx_le_proxy > > OK, I'll add these to the .gitignore. > > /Jarkko I did the signing_key.pem change to v6. Not sure if I update .gitignore for that version. /Jarkko