Re: [PATCH v2] templates/linux_xen: Fix XSM entries generation

2023-09-14 Thread Daniel Kiper
On Mon, Sep 11, 2023 at 02:43:45PM +0100, Anthony PERARD via Grub-devel wrote: > It turns out that setting $xen_version in linux_entry_xsm() override > $xen_version in the loop over $reverse_sorted_xen_list. This means > that only one entry per Xen version is going to enable XSM, but all > further

Re: [PATCH] LoongArch: Eliminate cmodel compilation warnings

2023-09-14 Thread Daniel Kiper
On Tue, Aug 29, 2023 at 04:39:09PM +0200, Daniel Kiper wrote: > On Thu, Aug 24, 2023 at 09:04:01PM +0800, Xiaotian Wu wrote: > > In the configure phase, the "-mcmodel=large" CFLAGS passed the test, but > > because it has not been implemented in gcc, the following warning will > > appear > > when c

Re: [PATCH 0/4] More ls improvements

2023-09-14 Thread Daniel Kiper
On Mon, Aug 14, 2023 at 01:57:06PM -0500, Glenn Washburn wrote: > Currently when given a path to a file, ls will open the file to determine > if its is valid and then run the appropriate print function, in contrast to > directory arguments that use the directory iterator and callback on each > file

Re: [RFC PATCH] configure: Enable -fno-omit-frame-pointer for backtrace module

2023-09-14 Thread Daniel Kiper
On Mon, Aug 14, 2023 at 12:47:33AM -0500, Glenn Washburn wrote: > On Sat, 12 Aug 2023 01:57:42 +0200 > "Vladimir 'phcoder' Serbinenko" wrote: > > > Le sam. 12 août 2023, 00:22, Glenn Washburn a > > écrit : > > > > > The backtrace module is written assuming that the frame pointer is in > > > %ebp

Re: [PATCH 0/4] ZFS fixes

2023-09-14 Thread Daniel Kiper
On Sat, Jul 08, 2023 at 03:51:54PM +0200, Vladimir 'phcoder' Serbinenko wrote: > My GhostBSD partition has triggered few bugs in GRUB ZFS code. Here are the > fixes  For all patches Reviewed-by: Daniel Kiper ... Daniel ___ Grub-devel mailing list Grub-

Re: [PATCH 0/4] More ls improvements

2023-09-14 Thread Vladimir 'phcoder' Serbinenko
Le lun. 14 août 2023, 20:58, Glenn Washburn a écrit : > Currently when given a path to a file, ls will open the file to determine > if its is valid and then run the appropriate print function, in contrast to > directory arguments that use the directory iterator and callback on each > file. One is

Re: [PATCH] loader/efi/linux: Implement x86 mixed mode using legacy boot

2023-09-14 Thread Daniel Kiper
On Tue, Aug 08, 2023 at 05:42:57PM +0100, Dimitri John Ledkov wrote: > #include ascii art of can of worms here :-) > On Tue, 8 Aug 2023 at 17:27, Ard Biesheuvel wrote: > > > > On Tue, 8 Aug 2023 at 17:34, Dimitri John Ledkov > > wrote: > > > > > > On Mon, 7 Aug 2023, 13:23 Ard Biesheuvel, wrot

Re: [PATCH] loader/i386/linux: Prefer entry in long mode when booting via EFI

2023-09-14 Thread Daniel Kiper
On Mon, Aug 21, 2023 at 09:51:13PM +0200, Vladimir 'phcoder' Serbinenko wrote: > I think we need to start having options to specify which entry to use. E.g > linux --no-efi-stub /vmlinuz > This is probably needed to support other users of Linux protocol If somebody needs that thing they can add it

Re: [PATCH 0/4] EFI envblk

2023-09-14 Thread Daniel Kiper
On Wed, Jul 26, 2023 at 03:59:58PM -0500, Glenn Washburn wrote: > This patch series (for me) was motivated by the "gdb: Add more support for > debugging on EFI platforms" patch series, which allowed printing in early > EFI init of the GDB command for properly loading symbols. That approach of > hav

Re: [PATCH] loader/i386/linux: Prefer entry in long mode when booting via EFI

2023-09-14 Thread Ard Biesheuvel
On Thu, 14 Sept 2023 at 18:31, Daniel Kiper wrote: > > On Mon, Aug 21, 2023 at 09:51:13PM +0200, Vladimir 'phcoder' Serbinenko wrote: > > I think we need to start having options to specify which entry to use. E.g > > linux --no-efi-stub /vmlinuz > > This is probably needed to support other users o

Re: [RFC PATCH] configure: Enable -fno-omit-frame-pointer for backtrace module

2023-09-14 Thread Glenn Washburn
On Thu, 14 Sep 2023 17:04:08 +0200 Daniel Kiper wrote: > On Mon, Aug 14, 2023 at 12:47:33AM -0500, Glenn Washburn wrote: > > On Sat, 12 Aug 2023 01:57:42 +0200 > > "Vladimir 'phcoder' Serbinenko" wrote: > > > > > Le sam. 12 août 2023, 00:22, Glenn Washburn > > > a > > > écrit : > > > > > > > T

Re: [PATCH 0/4] More ls improvements

2023-09-14 Thread Glenn Washburn
On Thu, 14 Sep 2023 17:37:10 +0200 "Vladimir 'phcoder' Serbinenko" wrote: > Le lun. 14 août 2023, 20:58, Glenn Washburn a > écrit : > > > Currently when given a path to a file, ls will open the file to determine > > if its is valid and then run the appropriate print function, in contrast to > >

Re: [PATCH 0/4] EFI envblk

2023-09-14 Thread Glenn Washburn
Adding a few others in case interested... On Thu, 14 Sep 2023 18:47:13 +0200 Daniel Kiper wrote: > On Wed, Jul 26, 2023 at 03:59:58PM -0500, Glenn Washburn wrote: > > This patch series (for me) was motivated by the "gdb: Add more support for > > debugging on EFI platforms" patch series, which al

[PATCH] Fix XFS directory extent parsing

2023-09-14 Thread Jon DeVree
The XFS directory entry parsing code has never been completely correct for extent based directories. The parser correctly handles the case where the directory is contained in a single extent, but then mistakenly assumes the data blocks for the multiple extent case are each identical to the single e