Re: [PATCH v8 4/6] Drop gnulib no-abort.patch

2022-03-03 Thread Robbie Harwood
Glenn Washburn writes: > On Wed, 2 Mar 2022 14:08:27 -0500 > Robbie Harwood wrote: > >> Originally added in db7337a3d353a817ffe9eb4a3702120527100be9, this >> patched out all relevant invocations of abort() in gnulib. While it was >> not documented why at the time, testing suggests that there's

Re: [PATCH v8 4/6] Drop gnulib no-abort.patch

2022-03-03 Thread Glenn Washburn
On Thu, 03 Mar 2022 11:58:11 -0500 Robbie Harwood wrote: > Glenn Washburn writes: > > > On Wed, 2 Mar 2022 14:08:27 -0500 > > Robbie Harwood wrote: > > > >> Originally added in db7337a3d353a817ffe9eb4a3702120527100be9, this > >> patched out all relevant invocations of abort() in gnulib. Whil

Re: [PATCH v8 4/6] Drop gnulib no-abort.patch

2022-03-03 Thread Robbie Harwood
Glenn Washburn writes: > Robbie Harwood wrote: > >> If you have a patch that makes this work, I don't have a problem with >> it. However, I was unable to make that work in practice. > > Can you provide some specifics on what problem you were running in to? > Was it a link issue at build time? p

Load grub from grub (XEN-PVH)

2022-03-03 Thread Shaun Reitan
I run a Xen virtual environment of with PVH guests. I've built a grub2 image that loads the grub config from the guests disk so that grub can boot the correct kernel from that guests disk. This works great with distro's that use unmodified versions of grub2 but if I try to use a distro like C

Re: Load grub from grub (XEN-PVH)

2022-03-03 Thread Andy Smith
Hi Shaun, On Thu, Mar 03, 2022 at 08:59:17PM +, Shaun Reitan wrote: > if I try to use a distro like CentOS 8 I run into problems because > they look to have patched in something called blscfg and what ends > up happening is I get the error /boot/grub/i386-xen_pvh/blscfg.mod > not found. I hav

[PATCH 06/21] gfxmenu: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/gettext/gettext.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/grub-core/gettext/gettext.c b/grub-core/gettext/gettext.c index 4d02e62c1..7a1c14e4f 100644 --- a/grub-core/gettext/gettext.c +++ b/grub-core/gettext/gettext.

[PATCH 10/21] lib: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/lib/arg.c | 2 +- grub-core/lib/crypto.c| 14 ++--- grub-core/lib/efi/relocator.c | 8 +-- grub-core/lib/fdt.c | 4 +- grub-core/lib/i386/reboot.c

[PATCH 01/21] bus: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/bus/bonito.c| 22 ++--- grub-core/bus/cs5536.c| 22 ++--- grub-core/bus/pci.c | 4 +-- grub-core/bus/usb/ehci-pci.c | 6 ++-- grub-core/bus/usb/ehci.c | 8 ++--- grub-core/bus/usb/ohci

[PATCH 02/21] commands: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/commands/acpihalt.c | 6 +-- grub-core/commands/boottime.c | 2 +- grub-core/commands/cacheinfo.c| 2 +- grub-core/commands/cat.c | 6 +-- grub-core/commands/echo.c

[PATCH 19/21] video: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/video/bochs.c | 2 +- grub-core/video/capture.c | 2 +- grub-core/video/cirrus.c| 4 ++-- grub-core/video/coreboot/cbfb.c | 2 +- grub-core/video/efi_gop.c | 22 +-- grub-core/video/fb/fb

[PATCH 03/21] disk: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/disk/ahci.c | 24 grub-core/disk/ata.c | 14 +++--- grub-core/disk/cryptodisk.c | 26 +- grub-core/disk/diskfilter.c | 24 grub-core/dis

[PATCH 08/21] io: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/io/gzio.c | 2 +- grub-core/io/xzio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/io/gzio.c b/grub-core/io/gzio.c index 10156e569..4fa31ff21 100644 --- a/grub-core/io/gzio.c +++ b/grub-core/io/gzio.c @@ -1252,7 +1252,7

[PATCH 09/21] kern: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/kern/acpi.c| 2 +- grub-core/kern/arm/efi/init.c| 2 +- grub-core/kern/arm64/dl.c| 2 +- grub-core/kern/arm64/dl_helper.c | 4 ++-- grub-core/kern/command.c | 2 +- grub-core/kern/coreboot/cbtable.c|

[PATCH 11/21] loader: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/loader/arm/linux.c | 2 +- grub-core/loader/efi/appleloader.c | 2 +- grub-core/loader/i386/bsd.c | 26 grub-core/loader/i386/bsdXX.c| 10 +++--- grub-core/loader/i386/coreboot/

[PATCH 13/21] normal: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/normal/auth.c | 2 +- grub-core/normal/charset.c| 56 ++--- grub-core/normal/cmdline.c| 2 +- grub-core/normal/context.c| 4 +-- grub-core/normal/crypto.c | 20 +-- grub-core/normal/main.c | 1

[PATCH 18/21] tests: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/tests/cmdline_cat_test.c | 8 grub-core/tests/gfxterm_menu.c | 6 +++--- grub-core/tests/shift_test.c | 2 +- grub-core/tests/signature_test.c | 12 ++-- grub-core/tests/video_checksum.c | 12 ++-- 5 files changed

[PATCH 17/21] term: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/term/arc/console.c| 2 +- grub-core/term/gfxterm.c| 30 grub-core/term/gfxterm_background.c | 4 +- grub-core/term/i386/pc/console.c| 16 ++--- grub-core/term/ieee1275/console.c | 2 +- grub-core/term/ieee1275/es

[PATCH 16/21] script: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/script/execute.c | 2 +- grub-core/script/lexer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c index 25158407d..14ff09094 100644 --- a/grub-core/script/execute.c +++ b/gru

[PATCH 04/21] font: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/font/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/font/font.c b/grub-core/font/font.c index d09bb38d8..42189c325 100644 --- a/grub-core/font/font.c +++ b/grub-core/font/font.c @@ -936,7 +936,7 @@ grub_font_get_heigh

[PATCH 15/21] partmap: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/partmap/bsdlabel.c | 4 ++-- grub-core/partmap/dvh.c | 4 ++-- grub-core/partmap/msdos.c| 4 ++-- grub-core/partmap/sun.c | 2 +- grub-core/partmap/sunpc.c| 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/grub-core

[PATCH 07/21] gfxmenu: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/gfxmenu/gfxmenu.c | 2 +- grub-core/gfxmenu/gui_circular_progress.c | 2 +- grub-core/gfxmenu/gui_label.c | 2 +- grub-core/gfxmenu/gui_list.c | 4 ++-- grub-core/gfxmenu/gui_progress_bar.c | 4 ++-- grub-core/g

[PATCH 21/21] include: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- include/grub/arc/arc.h | 4 ++-- include/grub/bitmap_scale.h | 2 +- include/grub/charset.h | 4 ++-- include/grub/crypto.h| 10 include/grub/datetime.h | 4 ++-- include/grub/disk.h

[PATCH 05/21] fs: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/fs/affs.c | 4 +- grub-core/fs/archelp.c | 4 +- grub-core/fs/bfs.c | 10 +- grub-core/fs/cpio_common.c | 2 +- grub-core/fs/fat.c | 6 +- grub-core/fs/fshelp.c | 6 +- grub-core/fs/

[PATCH 12/21] net: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/net/bootp.c | 4 +-- grub-core/net/dns.c| 10 +++--- grub-core/net/drivers/efi/efinet.c | 2 +- grub-core/net/drivers/emu/emunet.c | 8 ++--- grub-core/net/drivers/i386/pc/pxe.c| 4 +-- grub-core/net/dr

[PATCH 20/21] util: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- util/getroot.c | 6 +-- util/glue-efi.c | 2 +- util/grub-fstest.c | 14 +++--- util/grub-gen-asciih.c | 4 +- util/grub-gen-widthspec.c | 6 +-- util/grub-install-common.c | 14 +++--- util/grub-install.c | 42

[PATCH 14/21] osdep: Remove trailing whitespaces

2022-03-03 Thread Elyes Haouas
Signed-off-by: Elyes Haouas --- grub-core/osdep/aros/getroot.c | 2 +- grub-core/osdep/aros/hostdisk.c | 2 +- grub-core/osdep/basic/compress.c | 6 +++--- grub-core/osdep/basic/platform.c | 2 +- grub-core/osdep/bsd/getroot.c| 2 +- grub-core/osdep/devmapper/hostd