Message ID | 20220913145330.2998212-1-zhiquan1.li@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-sgx-owner@kernel.org> 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 80F39C6FA82 for <linux-sgx@archiver.kernel.org>; Tue, 13 Sep 2022 15:47:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231804AbiIMPrU (ORCPT <rfc822;linux-sgx@archiver.kernel.org>); Tue, 13 Sep 2022 11:47:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236645AbiIMPqz (ORCPT <rfc822;linux-sgx@vger.kernel.org>); Tue, 13 Sep 2022 11:46:55 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4719E1EC41 for <linux-sgx@vger.kernel.org>; Tue, 13 Sep 2022 07:49:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663080585; x=1694616585; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=7Z7QKKyNpsr/laiu0tCTIQ0QjuVj1vMlIp7Yj5J3198=; b=OvCXeEW1NyYeFi1/nYjh27+l1WY8frK6EFMSJh2nXD3xbQ3n5DUEdIQg V0XU+upbjuPqrNw07m4vx93Bq1CVHiGkfwUV+SeCpwhzog4qxgcCpQ75a xez1r1OQ/idd1ZKzGRp2/3PRjXcuOk4m9huYkADdul9zBCWaZ0a5wxX9I 63c7ts84Yb8bUvWKyxxaMPnwojaailqmmCm6r5Js2kMf8gLICoBKalb/q kUSbnIR07DhSGsta1gVSFRApfakjc/2knHRQiAuI6Q9XcrS0/KRZZUf2Y M6YLwAqy1y4KdnpjdFBlNbTwoUK/A5+529xWQs0320wajpbhvBvoS+1yz g==; X-IronPort-AV: E=McAfee;i="6500,9779,10469"; a="324400064" X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="324400064" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2022 07:47:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,313,1654585200"; d="scan'208";a="649680524" Received: from zhiquan-linux-dev.bj.intel.com ([10.238.155.101]) by orsmga001.jf.intel.com with ESMTP; 13 Sep 2022 07:47:51 -0700 From: Zhiquan Li <zhiquan1.li@intel.com> To: linux-sgx@vger.kernel.org, tony.luck@intel.com, jarkko@kernel.org, dave.hansen@linux.intel.com, tglx@linutronix.de, bp@alien8.de Cc: seanjc@google.com, kai.huang@intel.com, fan.du@intel.com, cathy.zhang@intel.com, zhiquan1.li@intel.com Subject: [PATCH v8 0/3] x86/sgx: fine grained SGX MCA behavior Date: Tue, 13 Sep 2022 22:53:27 +0800 Message-Id: <20220913145330.2998212-1-zhiquan1.li@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-sgx.vger.kernel.org> X-Mailing-List: linux-sgx@vger.kernel.org |
Series | x86/sgx: fine grained SGX MCA behavior | expand |