Re: [PATCH] command: Add silent mode to read command to suppress input echo

2021-09-01 Thread Daniel Kiper
On Sun, Mar 21, 2021 at 03:22:19PM -0500, Glenn Washburn wrote: > This conforms to the behavior of the -s option of the bash read command. > > docs/grub: Document the -s option for the read command. > > Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper Daniel

Re: [PATCH] fs: Allow number of blocks in block list to be optional, defaulting length to device length

2021-09-01 Thread Daniel Kiper
On Sun, Mar 21, 2021 at 01:09:10PM -0500, Glenn Washburn wrote: > This is primarily useful to do something like "loopback newdev (dev)8+" to > create a device that skips the first 4K, which may contain a container > header, eg. a non-standard RAID1 header, that grub does not recognize. This > would

Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock

2021-09-01 Thread Daniel Kiper
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: > >Good day list, > >Le jeu. 26 août 2021 à 15:26, Carlos Maiolino <[1]cmaiol...@redhat.com> > >a écrit : > > > > [..] > > Tha

Re: [PATCH] fs/xfs: Avoid unreadble filesystem if V4 superblock

2021-09-01 Thread Carlos Maiolino
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: > > >Good day list, > > >Le jeu. 26 août 2021 à 15:26, Carlos Maioli

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

2021-09-01 Thread Daniel Kiper
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. grub-fs-tester obviously intends to use UTF-8 > as character set

Re: [PATCH v3 2/6] mm: Allow dynamically requesting additional memory regions

2021-09-01 Thread Daniel Axtens
Patrick Steinhardt writes: > Currently, all platforms will set up their heap on initialization of the > platform code. While this works mostly fine, it poses some limitations > on memory management on us. Most notably, allocating big chunks of > memory in the gigabyte range would require us to pr

Re: [PATCH] i386-pc: build btrfs zstd support into separate module

2021-09-01 Thread Daniel Kiper
On Tue, Aug 31, 2021 at 03:12:28PM +0800, Michael Chang via Grub-devel wrote: > The zstd support in btrfs brings significant size increment to the > on-disk image that it can no longer fit into btrfs bootloader area and > short mbr gap. > > In order to support grub update on outstanding i386-pc set

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

2021-09-01 Thread Daniel Kiper
On Mon, Aug 30, 2021 at 04:08:07PM +0200, Erwan Velu wrote: > This patch got written by Arthur Mesh from Juniper (now at Apple Sec team). > It was extracted from > https://lists.gnu.org/archive/html/grub-devel/2015-09/msg00065.html > > Since this email, the this patch was : > - rebased against the

Re: [PATCH] i386-pc: build btrfs zstd support into separate module

2021-09-01 Thread Michael Chang via Grub-devel
On Wed, Sep 01, 2021 at 06:38:22PM +0200, Daniel Kiper wrote: > On Tue, Aug 31, 2021 at 03:12:28PM +0800, Michael Chang via Grub-devel wrote: > > The zstd support in btrfs brings significant size increment to the > > on-disk image that it can no longer fit into btrfs bootloader area and > > short m