From: Tom Lendacky <thomas.lendacky@amd.com>
To: linux-kernel@vger.kernel.org, x86@kernel.org,
linux-efi@vger.kernel.org, platform-driver-x86@vger.kernel.org
Cc: Ard Biesheuvel <ardb@kernel.org>,
Darren Hart <dvhart@infradead.org>,
Andy Shevchenko <andy@infradead.org>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
"H. Peter Anvin" <hpa@zytor.com>
Subject: [PATCH v3 0/2] SME EFI table updates/fixes
Date: Tue, 25 Feb 2020 14:34:00 -0600 [thread overview]
Message-ID: <cover.1582662842.git.thomas.lendacky@amd.com> (raw)
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
next reply other threads:[~2020-02-25 20:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-25 20:34 Tom Lendacky [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1582662842.git.thomas.lendacky@amd.com \
--to=thomas.lendacky@amd.com \
--cc=andy@infradead.org \
--cc=ardb@kernel.org \
--cc=bp@alien8.de \
--cc=dvhart@infradead.org \
--cc=hpa@zytor.com \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.