Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-09-20 Thread Masahisa Kojima
Hi Raymond, Heinrich, Ilias, On Wed, 19 Jul 2023 at 07:11, Raymond Mao wrote: > > Hi Heinrich, > > I checkouted the 'origin/removable_medias' branch from the 'EFI U-Boot > Custodian Tree'. > Run the secureboot test suite on the sandbox locally by './test/py/test.py > --bd sandbox --build -k efi

Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-07-18 Thread Raymond Mao
Hi Heinrich, I checkouted the 'origin/removable_medias' branch from the 'EFI U-Boot Custodian Tree'. Run the secureboot test suite on the sandbox locally by './test/py/test.py --bd sandbox --build -k efi_secboot'. But there are no errors observed for 'test_signed.py'. Below is the output logs: ```

Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-07-18 Thread Raymond Mao
Hi Masahisa, Thanks for the hints. Found that I was missing 'guestfs-tools' for 'virt-make-fs'. Now I am able to reproduce the failure logs that Heinrich pointed out. Thanks! Regards, Raymond On Tue, 18 Jul 2023 at 05:03, Masahisa Kojima wrote: > Hi Raymond, > > On Tue, 18 Jul 2023 at 05:23, R

Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-07-18 Thread Heinrich Schuchardt
On 18.07.23 11:03, Masahisa Kojima wrote: Hi Raymond, On Tue, 18 Jul 2023 at 05:23, Raymond Mao wrote: Hi Heinrich, I run 'make tests' with the patches locally but no errors observed from 'test_signed.py', below are few lines from the output console: ``` test/py/tests/test_efi_secboot/test_

Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-07-18 Thread Masahisa Kojima
Hi Raymond, On Tue, 18 Jul 2023 at 05:23, Raymond Mao wrote: > > Hi Heinrich, > > I run 'make tests' with the patches locally but no errors observed from > 'test_signed.py', below are few lines from the output console: > ``` > test/py/tests/test_efi_secboot/test_signed.py

Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-07-17 Thread Raymond Mao
Hi Heinrich, I run 'make tests' with the patches locally but no errors observed from 'test_signed.py', below are few lines from the output console: ``` test/py/tests/test_efi_secboot/test_signed.py [ 90%] ``` Regards, Raymond On Sat, 15

Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-07-15 Thread Heinrich Schuchardt
On 7/9/23 10:56, Heinrich Schuchardt wrote: On 6/19/23 23:23, Raymond Mao wrote: Changes for complying to EFI spec §3.5.1.1 'Removable Media Boot Behavior'. Boot variables can be automatically generated during a removable media is probed. At the same time, unused boot variables will be detected

Re: [PATCH v10 3/4] Boot var automatic management for removable medias

2023-07-09 Thread Heinrich Schuchardt
On 6/19/23 23:23, Raymond Mao wrote: Changes for complying to EFI spec §3.5.1.1 'Removable Media Boot Behavior'. Boot variables can be automatically generated during a removable media is probed. At the same time, unused boot variables will be detected and removed. Please note that currently the

[PATCH v10 3/4] Boot var automatic management for removable medias

2023-06-19 Thread Raymond Mao
Changes for complying to EFI spec §3.5.1.1 'Removable Media Boot Behavior'. Boot variables can be automatically generated during a removable media is probed. At the same time, unused boot variables will be detected and removed. Please note that currently the function 'efi_disk_remove' has no abili