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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9880DC433F5 for ; Tue, 5 Oct 2021 20:38:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A75E61423 for ; Tue, 5 Oct 2021 20:38:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236576AbhJEUkt (ORCPT ); Tue, 5 Oct 2021 16:40:49 -0400 Received: from mga09.intel.com ([134.134.136.24]:35125 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236488AbhJEUkr (ORCPT ); Tue, 5 Oct 2021 16:40:47 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10128"; a="225743607" X-IronPort-AV: E=Sophos;i="5.85,349,1624345200"; d="scan'208";a="225743607" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Oct 2021 13:38:50 -0700 X-IronPort-AV: E=Sophos;i="5.85,349,1624345200"; d="scan'208";a="477832751" Received: from rriesen-ivm.amr.corp.intel.com (HELO skuppusw-mobl5.amr.corp.intel.com) ([10.209.35.74]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Oct 2021 13:38:50 -0700 Subject: Re: [PATCH v8 02/11] x86/tdx: Introduce INTEL_TDX_GUEST config option To: Josh Poimboeuf , Borislav Petkov Cc: Sathyanarayanan Kuppuswamy Natarajan , Randy Dunlap , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Paolo Bonzini , David Hildenbrand , Andrea Arcangeli , Juergen Gross , Deep Shah , VMware Inc , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , Peter H Anvin , Dave Hansen , Tony Luck , Dan Williams , Andi Kleen , Kirill Shutemov , Sean Christopherson , Linux Kernel Mailing List References: <20211005025205.1784480-1-sathyanarayanan.kuppuswamy@linux.intel.com> <20211005025205.1784480-3-sathyanarayanan.kuppuswamy@linux.intel.com> <20211005202146.s3ptxhabwyz3nacm@treble> From: "Kuppuswamy, Sathyanarayanan" Message-ID: <93c2f2dc-5843-a5e8-de3c-05d38124ad8d@linux.intel.com> Date: Tue, 5 Oct 2021 13:38:50 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211005202146.s3ptxhabwyz3nacm@treble> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/5/21 1:21 PM, Josh Poimboeuf wrote: > It would also be helpful to explain the dependencies (particularly > X86_X2APIC and SECURITY_LOCKDOWN_LSM) in the commit message. I think we no longer need CONFIG_SECURITY_LOCKDOWN_LSM. I will add some details about X2APIC dependency. -- Sathyanarayanan Kuppuswamy Linux Kernel Developer