Re: [PATCH v14 2/3] virt: Add TDX guest driver

From: Greg Kroah-Hartman
Date: Fri Sep 30 2022 - 08:22:58 EST


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