Is the last blank in the output of grub-fstester a reliable feature ?

2023-03-05 Thread Thomas Schmitt
Hi, i am working on a patch to let GRUB delay the execution of a ISO 9660 SUSP CE hop until the current SUSP area is consumed. Currently it hops immediately which is wrongly relying on implementation details of the ISO producer. SUSP 1.12 specs are clear. Linux obeys them. The code works but the

Re: [PATCH v2] tpm: Disable tpm verifier if tpm is not present

2023-03-05 Thread Michael Chang via Grub-devel
On Fri, Mar 03, 2023 at 07:19:56PM +0100, Daniel Kiper wrote: > On Fri, Mar 03, 2023 at 12:18:19PM +0800, Michael Chang wrote: > > On Thu, Mar 02, 2023 at 07:59:00PM +0100, Daniel Kiper wrote: > > > On Tue, Feb 28, 2023 at 11:22:14AM +0800, Michael Chang via Grub-devel > > > wrote: > > > > On Thu,

Re: [PATCH 03/14] protectors: Add TPM2 Key Protector

2023-03-05 Thread Gary Lin via Grub-devel
On Wed, Feb 22, 2023 at 07:41:38AM -0500, James Bottomley wrote: > On Wed, 2023-02-22 at 15:00 +0800, Gary Lin via Grub-devel wrote: > > +GRUB_MOD_INIT (tpm2) > > +{ > > +  grub_tpm2_protector_init_cmd = > > +    grub_register_extcmd ("tpm2_key_protector_init", > > + grub_tp