Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-06-25 Thread Daniel Kiper
On Tue, Jun 25, 2024 at 02:42:31PM +0800, Gary Lin wrote: > On Mon, Jun 24, 2024 at 07:28:14PM +0200, Daniel Kiper wrote: > > On Thu, Mar 07, 2024 at 04:59:05PM +0800, Gary Lin via Grub-devel wrote: > > > On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > > > > Hey, > > > > > > > --8<-

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-06-24 Thread Gary Lin via Grub-devel
On Mon, Jun 24, 2024 at 07:28:14PM +0200, Daniel Kiper wrote: > On Thu, Mar 07, 2024 at 04:59:05PM +0800, Gary Lin via Grub-devel wrote: > > On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > > > Hey, > > > > > --8<-- > > > > > > And I have attached the Coverity report. All issues repo

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-06-24 Thread Daniel Kiper
On Thu, Mar 07, 2024 at 04:59:05PM +0800, Gary Lin via Grub-devel wrote: > On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > > Hey, > > > --8<-- > > > > And I have attached the Coverity report. All issues reported there have > > to be fixed. If you cannot fix an issue you have to expl

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-04-07 Thread Gary Lin via Grub-devel
On Thu, Apr 04, 2024 at 11:03:47PM +0200, Daniel Kiper wrote: > On Thu, Mar 07, 2024 at 04:59:05PM +0800, Gary Lin via Grub-devel wrote: > > On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > > > Hey, > > > > > --8<-- > > > > > > And I have attached the Coverity report. All issues repo

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-04-04 Thread Daniel Kiper
On Thu, Mar 07, 2024 at 04:59:05PM +0800, Gary Lin via Grub-devel wrote: > On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > > Hey, > > > --8<-- > > > > And I have attached the Coverity report. All issues reported there have > > to be fixed. If you cannot fix an issue you have to expl

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-03-07 Thread Gary Lin via Grub-devel
On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > Hey, > --8<-- > > And I have attached the Coverity report. All issues reported there have > to be fixed. If you cannot fix an issue you have to explain why you > cannot do that and what is potential impact on the code stability, > se

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-02-22 Thread Daniel Kiper
On Wed, Feb 21, 2024 at 04:10:14PM +0800, Gary Lin via Grub-devel wrote: > On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > > Hey, > > > > Adding Patrick... > > > > On Mon, Feb 05, 2024 at 03:39:33PM +0800, Gary Lin wrote: > > > GIT repo for v9: https://github.com/lcp/grub2/tree/tpm2

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-02-21 Thread Gary Lin via Grub-devel
On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > Hey, > > Adding Patrick... > > On Mon, Feb 05, 2024 at 03:39:33PM +0800, Gary Lin wrote: > > GIT repo for v9: https://github.com/lcp/grub2/tree/tpm2-unlock-v9 > > > > This patch series is based on "Automatic TPM Disk Unlock"(*1) post

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-02-08 Thread Daniel Kiper
Hey, Adding Patrick... On Mon, Feb 05, 2024 at 03:39:33PM +0800, Gary Lin wrote: > GIT repo for v9: https://github.com/lcp/grub2/tree/tpm2-unlock-v9 > > This patch series is based on "Automatic TPM Disk Unlock"(*1) posted by > Hernan Gatta to introduce the key protector framework and TPM2 stack >