[PATCH v1] emu/linux: work around systemctl kexec returning

2023-03-23 Thread Robbie Harwood
Per systemctl(1), it "is asynchronous; it will return after the reboot operation is enqueued, without waiting for it to complete". This differs from kexec(8), which calls reboot(2) and therefore does not return. When not using fallback, this confusingly results in: error trying to perform 's

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