From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 035FAC43470 for ; Thu, 1 Apr 2021 09:46:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C155B6108F for ; Thu, 1 Apr 2021 09:46:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234027AbhDAJpo (ORCPT ); Thu, 1 Apr 2021 05:45:44 -0400 Received: from mga05.intel.com ([192.55.52.43]:16502 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233852AbhDAJpb (ORCPT ); Thu, 1 Apr 2021 05:45:31 -0400 IronPort-SDR: L9P/PWLPD921TjlKKesixATkX+qwTKL3NVun37Yw4Ybgybw/Zd4zM9CNEWyFT1L6MQN0hUWefH cJIBpOA7tqXA== X-IronPort-AV: E=McAfee;i="6000,8403,9940"; a="277394217" X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="277394217" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 02:45:30 -0700 IronPort-SDR: blAQuc4E3rWTURQ0eEQXFFV0+ZBWAGQGoqNBDIhYSlOdhkdsiBOd6dP5nPkf5LUZw0KAYDU+Hf C2qb5BPCe2yg== X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="517276254" Received: from aemorris-mobl.amr.corp.intel.com (HELO khuang2-desk.gar.corp.intel.com) ([10.254.67.39]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 02:45:26 -0700 Date: Thu, 1 Apr 2021 22:45:24 +1300 From: Kai Huang To: Kai Huang Cc: Boris Petkov , , , , , , , , , , , , , , Subject: Re: [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests Message-Id: <20210401224524.629afce712a1f012316b6dfc@intel.com> In-Reply-To: <20210331215345.cad098cfcfcaabf489243807@intel.com> References: <0c38ced8c8e5a69872db4d6a1c0dabd01e07cad7.1616136308.git.kai.huang@intel.com> <20210326150320.GF25229@zn.tnic> <20210331141032.db59586da8ba2cccf7b46f77@intel.com> <20210331195138.2af97ec1bb4b5e4202f2600d@intel.com> <3889C4C6-48E2-4C97-A074-180EB18BDA29@alien8.de> <20210331215345.cad098cfcfcaabf489243807@intel.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Mar 2021 21:53:45 +1300 Kai Huang wrote: > On Wed, 31 Mar 2021 09:44:39 +0200 Boris Petkov wrote: > > On March 31, 2021 8:51:38 AM GMT+02:00, Kai Huang wrote: > > >How about adding explanation to Documentation/x86/sgx.rst? > > > > Sure, and then we should point users at it. The thing is also indexed by search engines so hopefully people will find it. > > Thanks. Will do and send out new patch for review. > Hi Boris, I have sent out the updated patch, with documentation added. I also added changelog in the patch. please help to take a look. Thanks!