Re: [PATCH v2 00/11] Automatic Disk Unlock with TPM2

2023-03-24 Thread Glenn Washburn
On 3/24/23 09:06, Gary Lin wrote: On Fri, Mar 24, 2023 at 03:22:43AM +, Glenn Washburn wrote: Hi Gary, Hi Glenn, Usually a v2 series will also include what changed from v1 -> v2 and subsequent versions will keep the changelog. Also, for such a large series, using --range-diff with git fo

Re: [PATCH v2 00/11] Automatic Disk Unlock with TPM2

2023-03-24 Thread Gary Lin via Grub-devel
On Fri, Mar 24, 2023 at 03:22:43AM +, Glenn Washburn wrote: > Hi Gary, > Hi Glenn, > Usually a v2 series will also include what changed from v1 -> v2 and > subsequent versions will keep the changelog. Also, for such a large series, > using --range-diff with git format-patch can be helpful for

Re: [PATCH v2 00/11] Automatic Disk Unlock with TPM2

2023-03-23 Thread Glenn Washburn
Hi Gary, Usually a v2 series will also include what changed from v1 -> v2 and subsequent versions will keep the changelog. Also, for such a large series, using --range-diff with git format-patch can be helpful for reviewers (it will include here the exact changes to each patch from the last v

[PATCH v2 00/11] Automatic Disk Unlock with TPM2

2023-03-22 Thread Gary Lin via Grub-devel
This patch series is based on "Automatic TPM Disk Unlock"(*1) posted by Hernan Gatta to introduce the key protector framework and TPM2 stack to GRUB2, and this could be a useful feature for the systems to implement full disk encryption. To support TPM 2.0 Key File format(*2), patch 1~6 are grabbed