Re: [PATCH v4] tpm: Document UEFI event log quirks
From: Jarkko Sakkinen <hidden>
Date: 2019-08-01 17:43:18
Also in:
linux-integrity, lkml
From: Jarkko Sakkinen <hidden>
Date: 2019-08-01 17:43:18
Also in:
linux-integrity, lkml
On Wed, Jul 31, 2019 at 01:39:48PM -0600, Jonathan Corbet wrote:
On Fri, 12 Jul 2019 18:44:32 +0300 Jarkko Sakkinen [off-list ref] wrote:quoted
There are some weird quirks when it comes to UEFI event log. Provide a brief introduction to TPM event log mechanism and describe the quirks and how they can be sorted out. Signed-off-by: Jarkko Sakkinen <redacted> --- v4: - Unfortanely -> Unfortunately v3: - Add a section for refs and use a bullet list to enumerate them. - Remove an invalid author info. v2: - Fix one typo. - Refine the last paragraph to better explain how the two halves of the event log are concatenated. Documentation/security/tpm/index.rst | 1 + Documentation/security/tpm/tpm_event_log.rst | 55 ++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 Documentation/security/tpm/tpm_event_log.rstI've applied this, thanks. Before I could do so, though, I had to edit the headers, which read:quoted
Content-Type: text/plain; charset=y"git am" *really* doesn't like "charset=y". I think this is something that git send-email likes to do occasionally, don't know why...
Thank you! /Jarkko