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 B4EF2C4332F for ; Fri, 30 Sep 2022 12:22:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230472AbiI3MWz (ORCPT ); Fri, 30 Sep 2022 08:22:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231658AbiI3MWu (ORCPT ); Fri, 30 Sep 2022 08:22:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD872112659; Fri, 30 Sep 2022 05:22:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7C76862303; Fri, 30 Sep 2022 12:22:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B4F1C433D6; Fri, 30 Sep 2022 12:22:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664540566; bh=CHzO+vNuepBFU9kUufWG3FjCziAEyCBNZhdDpOTDwcA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sEaYmnjyImRc3xSCs/ev9HdSjc/3w6DenXCVwQhLuYJq5/z9iAZsKSrYohc5x3p8S LT7IyWlt/51GzynNiChJgwTGAx+rLylsUB6KUEcRJqWbg2TJFq+SL6etpyDtMSlGU4 FiOR4whdMNKJnl1QdJhF5u8mpAogTM6sSVnt6Pfk= Date: Fri, 30 Sep 2022 14:22:44 +0200 From: Greg Kroah-Hartman To: Sathyanarayanan Kuppuswamy Cc: Wander Lairson Costa , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, Shuah Khan , Jonathan Corbet , "H . Peter Anvin" , "Kirill A . Shutemov" , Tony Luck , Kai Huang , Isaku Yamahata , marcelo.cerri@canonical.com, tim.gardner@canonical.com, khalid.elmously@canonical.com, philip.cox@canonical.com, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v14 2/3] virt: Add TDX guest driver Message-ID: References: <20220928215535.26527-1-sathyanarayanan.kuppuswamy@linux.intel.com> <20220928215535.26527-3-sathyanarayanan.kuppuswamy@linux.intel.com> <665a4db2-a342-43ba-38a0-715c34709729@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <665a4db2-a342-43ba-38a0-715c34709729@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Thu, Sep 29, 2022 at 11:11:47AM -0700, Sathyanarayanan Kuppuswamy wrote: > > > On 9/29/22 11:02 AM, Wander Lairson Costa wrote: > >> +#define TDX_GUEST_DEVICE "tdx-guest" > > nit: I think now we can use KBUILD_MODNAME, can't we? > > > > Yes. We can use it. But I thought user can use this macro > and avoid hard coding the device name. What user? Please use KBUILD_MODNAME now instead. thanks, greg k-h