Re: [PATCH v3 0/2] SME EFI table updates/fixes

From: Ard Biesheuvel
Date: Tue Feb 25 2020 - 15:38:18 EST


On Tue, 25 Feb 2020 at 21:34, Tom Lendacky <thomas.lendacky@xxxxxxx> wrote:
>
> This patch series adds new EFI tables to the list of tables that are
> to be mapped unencrypted when SME is active
>
> - EFI TPM log and TPM final log tables
> - EFI RNG seed table
>
> ---
>
> Patches based on
> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git next
>
> and commit:
> dc235d62fc60 ("efi: Bump the Linux EFI stub major version number to #1")
>
> Changes since v2:
> - Split the patch into TPM related and RNG related patches
> - Account for the moving of the RNG seed EFI table from struct efi
> to a static variable
>
> Tom Lendacky (2):
> x86/efi: Add TPM related EFI tables to unencrypted mapping checks
> x86/efi: Add RNG seed EFI table to unencrypted mapping check
>

Thanks Tom. I'll queue these up.