Re: [PATCH] util/bash-completion: Fix for bash-completion 2.12

2024-04-10 Thread Daniel Kiper
On Mon, Mar 25, 2024 at 10:11:34AM +0800, Gary Lin via Grub-devel wrote: > _split_longopt() was the bash-completion private API and removed since > bash-completion 2.12. This commit initializes the bash-completion > general variables with _init_completion() to avoid the potential > 'command not fou

Re: [PATCH] grub-fstest: Add a new command zfs-bootfs.

2024-04-10 Thread Daniel Kiper
On Fri, Mar 15, 2024 at 10:59:04PM +0300, Vladimir 'phcoder' Serbinenko wrote: > This is useful to check zfs-bootfs command. > > Signed-off-by: Vladimir Serbinenko Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https:

Re: [PATCH] Add commands for reading and writing raw bytes to CMOS

2024-04-10 Thread Daniel Kiper
On Wed, Apr 03, 2024 at 04:59:57PM -0500, Glenn Washburn wrote: > On Fri, 15 Mar 2024 22:45:53 +0300 > "Vladimir 'phcoder' Serbinenko" wrote: > > > With some coreboot configs setting a byte to a magic value > > changes behaviour on next boot. Setting bit-by-bit is > > possible but not convenient.

Re: [PATCH v5 1/2] fs/erofs: Add support for EROFS

2024-04-10 Thread Gao Xiang
Hi Gleen, Daniel, On 2024/4/5 04:56, Daniel Kiper wrote: On Wed, Mar 06, 2024 at 10:18:21AM +0800, Gao Xiang wrote: On 2024/3/4 01:15, Yifan Zhao wrote: EROFS [1] is a lightweight read-only filesystem designed for performance which has already been shipped in most Linux distributions as well a

Re: [PATCH] Enable cmos on x86 EFI

2024-04-10 Thread Daniel Kiper
On Fri, Mar 15, 2024 at 10:35:07PM +0300, Vladimir 'phcoder' Serbinenko wrote: > CMOS actually exists on most EFI platforms and in some cases used to > store useful data that makes it useful for GRUB to read/write it > > As for datetime keep using EFI API and not CMOS > > Signed-off-by: Vladimir Se

Re: [PATCH v2] acpi: Mark MADT entries as packed.

2024-04-10 Thread Daniel Kiper
On Fri, Mar 15, 2024 at 10:02:07PM +0300, Vladimir 'phcoder' Serbinenko wrote: > No alignment is guaranteed and in fact on my ia64 sapic is aligned > to 4 bytes instead of 8 and causes a trap. It affects only rarely used > lsacpi command and so went unnoticed. > > Signed-off-by: Vladimir Serbinenko