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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0574AC433EF for ; Tue, 19 Jul 2022 17:54:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239370AbiGSRys (ORCPT ); Tue, 19 Jul 2022 13:54:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235926AbiGSRyq (ORCPT ); Tue, 19 Jul 2022 13:54:46 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A17C556B98; Tue, 19 Jul 2022 10:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658253284; x=1689789284; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=hojxaQ5OFihkCGTOyFrWAlj4BVWSXwVTfFgQyvSla68=; b=FTr+olLg3M3VKJFmp1/HXF6UakGYqhAV7fUS/RtgelCEd6J5/+FE+Rqr uyebWNgUAR7DBhBoxdYkL2SekppRV4ZyBuflQRoKZsmheAfkZSAysK7NP GPs1yK61ze+hKmXuTfpLOmovfIf4ZSQnvby2xTRT4Yg9Z2WyE1kDHErEf YoO4CvytIDXfcSAVSrx480gyBKnL/DLDc71H+mWjkvi84AbOuVt1J9twO dC1VzDeVNy97lAMmMFvdZaqPVb7COIXMa6lRe/S2V+VaGQYO3DLye/6pE JUz866Xx1khA4VRZNBVPS7+Q91fmK6iX+VynC/BJphipgadqgit3hmJLA A==; X-IronPort-AV: E=McAfee;i="6400,9594,10413"; a="266958444" X-IronPort-AV: E=Sophos;i="5.92,284,1650956400"; d="scan'208";a="266958444" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 10:54:44 -0700 X-IronPort-AV: E=Sophos;i="5.92,284,1650956400"; d="scan'208";a="687199227" Received: from twliston-mobl1.amr.corp.intel.com (HELO [10.212.132.190]) ([10.212.132.190]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 10:54:42 -0700 Message-ID: <197bba3c-acd2-eb13-4f27-7a5e914ed2e4@intel.com> Date: Tue, 19 Jul 2022 10:54:41 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] x86/sgx: Allow enclaves to use Asynchrounous Exit Notification Content-Language: en-US To: Haitao Huang , linux-kernel@vger.kernel.org, Dave Hansen Cc: Jarkko Sakkinen , Andy Lutomirski , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , linux-sgx@vger.kernel.org References: <20220705183648.3739111-1-dave.hansen@linux.intel.com> From: Dave Hansen In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oh, and, btw... I don't have any hardware that can actually test this patch. It can't be applied until I have an actual tested-by from someone with the hardware.