[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/14] Automatic Disk Unlock with TPM2
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 00/14] Automatic Disk Unlock with TPM2 |
Date: |
Tue, 28 Feb 2023 18:39:22 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Feb 22, 2023 at 03:00:40PM +0800, Gary Lin via Grub-devel wrote:
> The patch series "Automatic TPM Disk Unlock" posted by Hernan Gatta
> introduces the key protector framework and TPM2 stack to GRUB2, and it's
> a useful feature for the systems to implement full disk encryption.
> However, it seems the development was stalled for a while, and I'd like
> to push it forward.
Thank you for updating this patch set. Certainly I want to have it in
the GRUB upstream. Sadly I cannot consider this as a 2.12 release
material. So, I will not review these patches immediately due to
their low priority. Though I have a few comments below...
> Patch 1~5 are Hernan Gatta's patch series(*) with a few modifications:
> - Converting 8 spaces into 1 tab
> - Merging the minor build fix from Michael Chang
> - Replacing "lu" with "PRIuGRUB_SIZE" for grub_dprintf
> - Adding "enable = efi" to the tpm2 module in grub-core/Makefile.core.def
> - Rebasing "cryptodisk: Support key protectors" to the git master
Thank you for doing all of this!
> To minimize the changes to Patch 1~5, the follow-up fixes (Patch 6~14)
> from my colleagues and me are committed separately. Those patches fix
> the problems we found while testing the original patchset.
Please merge all patches after #5 into original patch series and add
your and your colleagues SOBs to relevant patches.
And of course take into account James comments...
Daniel
- [PATCH 09/14] tpm2: declare the input arguments of TPM2 functions as const, (continued)
- [PATCH 09/14] tpm2: declare the input arguments of TPM2 functions as const, Gary Lin, 2023/02/22
- [PATCH 13/14] tpm2: allow some command parameters to be NULL, Gary Lin, 2023/02/22
- [PATCH 14/14] tpm2: remove the unnecessary variables, Gary Lin, 2023/02/22
- [PATCH 04/14] cryptodisk: Support key protectors, Gary Lin, 2023/02/22
- [PATCH 06/14] crytodisk: fix cryptodisk module looking up, Gary Lin, 2023/02/22
- [PATCH 08/14] tpm2: adjust the input parameters of TPM2_EvictControl, Gary Lin, 2023/02/22
- [PATCH 11/14] tpm2: check the command parameters of TPM2 commands, Gary Lin, 2023/02/22
- [PATCH 10/14] tpm2: resend the command on TPM_RC_RETRY, Gary Lin, 2023/02/22
- [PATCH 12/14] tpm2: pack the missing authorization command for TPM2_PCR_Read, Gary Lin, 2023/02/22
- Re: [PATCH 00/14] Automatic Disk Unlock with TPM2,
Daniel Kiper <=