From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756868AbdKNVNK (ORCPT ); Tue, 14 Nov 2017 16:13:10 -0500 Received: from mga02.intel.com ([134.134.136.20]:17559 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756774AbdKNVNB (ORCPT ); Tue, 14 Nov 2017 16:13:01 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,396,1505804400"; d="scan'208";a="173552506" Subject: Re: [intel-sgx-kernel-dev] [PATCH RFC v3 07/12] intel_sgx: driver for Intel Software Guard Extensions To: Jarkko Sakkinen References: <20171010143258.21623-1-jarkko.sakkinen@linux.intel.com> <20171010143258.21623-8-jarkko.sakkinen@linux.intel.com> <8b91bb10-de7d-c0c1-6373-7a565625525f@intel.com> <20171107184709.srgrx2aa23fupmk7@linux.intel.com> <1f0a2fc6-9018-1569-d358-42e912db5f10@intel.com> <20171114193334.26fj2txyptd5se5c@linux.intel.com> <20171114210505.wu7kf5wef5l7ujhj@linux.intel.com> Cc: linux-kernel@vger.kernel.org, intel-sgx-kernel-dev@lists.01.org, platform-driver-x86@vger.kernel.org From: Dave Hansen Message-ID: <7e134980-ecb4-8e4d-2c39-2b111bf06309@intel.com> Date: Tue, 14 Nov 2017 13:12:56 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171114210505.wu7kf5wef5l7ujhj@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/14/2017 01:05 PM, Jarkko Sakkinen wrote: > I've started writing a patch to make all this happen and it is > progressing really well. I'm planning to include this change to v6. > As it simplifies code I'm going to squash it as part of the initial > driver patch. > > How does this sound? Sounds sane to me.