Re: submenu fails to see variables

2021-09-07 Thread Olaf Hering
On Mon, Sep 06, Vladimir 'phcoder' Serbinenko wrote: > Le lun. 6 sept. 2021 à 12:49, Olaf Hering a écrit : > For some reason global variables are not seen in a submenu {} section. > Does anyone happen to know why this behavior is useful? > You need to export variable to make it visible in

Re: submenu fails to see variables

2021-09-07 Thread Dimitri John Ledkov
On Tue, Sep 7, 2021 at 10:30 AM Olaf Hering wrote: > > On Mon, Sep 06, Vladimir 'phcoder' Serbinenko wrote: > > > Le lun. 6 sept. 2021 à 12:49, Olaf Hering a écrit : > > For some reason global variables are not seen in a submenu {} section. > > Does anyone happen to know why this behavior

Re: [PATCH v2] kern/efi: Adding efi-watchdog command

2021-09-07 Thread Erwan Velu
Daniel, anything more about this V2 before I prepare the V3 ? Le ven. 3 sept. 2021 à 08:34, Erwan Velu a écrit : > Le 03/09/2021 à 04:09, Michael Chang a écrit : > [...] > > I'd suggest to move this efi-watchdog command registration to > > grub_register_core_commands() in grub-core/kern/corecmd.

[URGENT] The XFS support was broken in the GRUB 2.06 and 2.11

2021-09-07 Thread Daniel Kiper
Hi, Erwan Velu reported and posted a patch for the XFS issue which was introduced in the GRUB 2.06. In some cases it is impossible to read the XFS filesystem without the patch. So, please pick it up from the GRUB git repository if you are using 2.06 or 2.11 (development version). This is the commi

Re: [PATCH v2] kern/efi: Adding efi-watchdog command

2021-09-07 Thread Daniel Kiper
On Tue, Sep 07, 2021 at 01:20:05PM +0200, Erwan Velu wrote: > Daniel, anything more about this V2 before I prepare the V3 ? I will be looking at it this week. Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/

Re: [PATCH v2] kern/efi: Adding efi-watchdog command

2021-09-07 Thread Erwan Velu
Thanks ! Le mar. 7 sept. 2021 à 20:01, Daniel Kiper a écrit : > On Tue, Sep 07, 2021 at 01:20:05PM +0200, Erwan Velu wrote: > > Daniel, anything more about this V2 before I prepare the V3 ? > > I will be looking at it this week. > > Daniel > ___ Grub-d

Re: [PATCH] tests: Let xorriso fixely assume UTF-8 as local character set

2021-09-07 Thread Glenn Washburn
On Wed, 1 Sep 2021 15:11:38 +0200 Daniel Kiper wrote: > On Fri, Aug 27, 2021 at 11:05:06PM +0200, Thomas Schmitt wrote: > > iso9660_test fails if the effective locale is not UTF-8. This > > happens because xorriso needs to convert file names and FSLABEL to > > UCS-2 when preparing a Joliet tree.

Where is the testing? (was: Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock)

2021-09-07 Thread Glenn Washburn
On Thu, 2 Sep 2021 10:56:49 +0200 Carlos Maiolino wrote: > On Wed, Sep 01, 2021 at 02:40:57PM +0200, Daniel Kiper wrote: > > CC-ing Javier... > > > > On Mon, Aug 30, 2021 at 01:48:50PM +0200, Carlos Maiolino wrote: > > > Hi. > > > On Mon, Aug 30, 2021 at 11:18:31AM +0200, Erwan Velu wrote: > > >