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
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
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
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