From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754788AbdKNUHm (ORCPT ); Tue, 14 Nov 2017 15:07:42 -0500 Received: from mga06.intel.com ([134.134.136.31]:48165 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756425AbdKNUFK (ORCPT ); Tue, 14 Nov 2017 15:05:10 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,396,1505804400"; d="scan'208";a="176206833" Date: Tue, 14 Nov 2017 22:05:05 +0200 From: Jarkko Sakkinen To: Sean Christopherson Cc: intel-sgx-kernel-dev@lists.01.org, linux-kernel@vger.kernel.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: <20171114200448.52yohrd7ifwvnlgb@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> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1510679109.23727.6.camel@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 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