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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 D1A58C43381 for ; Tue, 2 Mar 2021 15:56:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E35E64F1B for ; Tue, 2 Mar 2021 15:56:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1448953AbhCBPwe (ORCPT ); Tue, 2 Mar 2021 10:52:34 -0500 Received: from mga04.intel.com ([192.55.52.120]:29018 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239662AbhCBAfE (ORCPT ); Mon, 1 Mar 2021 19:35:04 -0500 IronPort-SDR: +5S460RINKlMSk9d8lc8f8fjseZUfMVxdXWamCDzuMvjiB95H8vJJtaKiUISat76zNvwBBR2tL hbk0yuKAl8TQ== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="184202209" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="184202209" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 16:34:11 -0800 IronPort-SDR: wm68+FVE8fzTcwP9ORFXnGnBOjQIQpWxBr0qaCMzAxMqvx/ooSqFxg792i2nT5eSqem/BTBqhp /uMKKdBmUCeA== X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="427144573" Received: from yueliu2-mobl.amr.corp.intel.com ([10.252.139.111]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 16:34:03 -0800 Message-ID: <4f12b97a49f5803af06b8a8be36d8c45094a5ab1.camel@intel.com> Subject: Re: [PATCH 09/25] x86/sgx: Move ENCLS leaf definitions to sgx.h From: Kai Huang To: Sean Christopherson Cc: kvm@vger.kernel.org, linux-sgx@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, jarkko@kernel.org, luto@kernel.org, dave.hansen@intel.com, rick.p.edgecombe@intel.com, haitao.huang@intel.com, pbonzini@redhat.com, bp@alien8.de, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com Date: Tue, 02 Mar 2021 13:34:00 +1300 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, 2021-03-01 at 08:25 -0800, Sean Christopherson wrote: > On Mon, Mar 01, 2021, Kai Huang wrote: > > And because they're architectural. > > Heh, this snarky sentence can be dropped, it was a lot more clever when these > were being moved to sgx_arch.h. Sure. Reasonable to me. > > > Signed-off-by: Sean Christopherson > > Acked-by: Dave Hansen > > Acked-by: Jarkko Sakkinen > > Signed-off-by: Kai Huang > > --- > >  arch/x86/include/asm/sgx.h | 15 +++++++++++++++ > >  arch/x86/kernel/cpu/sgx/encls.h | 15 --------------- > >  2 files changed, 15 insertions(+), 15 deletions(-)