linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] SME EFI table updates/fixes
@ 2020-02-25 20:34 Tom Lendacky
  2020-02-25 20:34 ` [PATCH v3 1/2] x86/efi: Add TPM related EFI tables to unencrypted mapping checks Tom Lendacky
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Lendacky @ 2020-02-25 20:34 UTC (permalink / raw)
  To: linux-kernel, x86, linux-efi, platform-driver-x86
  Cc: Ard Biesheuvel, Darren Hart, Andy Shevchenko, Thomas Gleixner,
	Ingo Molnar, Borislav Petkov, H. Peter Anvin

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

 arch/x86/platform/efi/efi.c |  3 +++
 drivers/firmware/efi/efi.c  | 18 ++++++++++--------
 include/linux/efi.h         |  2 ++
 3 files changed, 15 insertions(+), 8 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-25 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 20:34 [PATCH v3 0/2] SME EFI table updates/fixes Tom Lendacky
2020-02-25 20:34 ` [PATCH v3 1/2] x86/efi: Add TPM related EFI tables to unencrypted mapping checks Tom Lendacky
2020-02-25 20:34 ` [PATCH v3 2/2] x86/efi: Add RNG seed EFI table to unencrypted mapping check Tom Lendacky
2020-02-25 20:38 ` [PATCH v3 0/2] SME EFI table updates/fixes Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).