Re: [PATCHv2 09/29] x86/tdx: Detect TDX at early kernel decompression time
From: Thomas Gleixner
Date: Tue Feb 01 2022 - 17:33:32 EST
On Mon, Jan 24 2022 at 18:01, Kirill A. Shutemov wrote:
> +++ b/arch/x86/boot/compressed/tdx.c
> @@ -0,0 +1,29 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * tdx.c - Early boot code for TDX
Please get rid of this filename reference here. It's pointless and stale
once this file is renamed.
> index 000000000000..12bede46d048
> --- /dev/null
> +++ b/arch/x86/include/asm/shared/tdx.h
> @@ -0,0 +1,7 @@
Lacks a SPDX identifier
Thanks,
tglx