Re: [PATCH] riscv64-emu: add __clzdi2 symbol

2019-09-18 Thread Daniel Kiper
Adding Alex and Eric... On Mon, Sep 09, 2019 at 02:34:25PM +0200, Andreas Schwab wrote: > This is needed for the zstd module. > > Signed-off-by: Andreas Schwab > --- > configure.ac | 2 +- > include/grub/compiler-rt-emu.h | 5 + > 2 files changed, 6 insertions(+), 1 deletio

Re: [PATCH] Add %X option to printf functions.

2019-09-18 Thread Daniel Kiper
On Tue, Sep 17, 2019 at 05:54:44PM +0200, Javier Martinez Canillas wrote: > From: Paulo Flabiano Smorigo > > Signed-off-by: Paulo Flabiano Smorigo > Signed-off-by: Javier Martinez Canillas May I ask you to add an explanation to the commit message why? If you do that you can add "Reviewed-by: Da

Re: [PATCH] Fix bad test on GRUB_DISABLE_SUBMENU.

2019-09-18 Thread Daniel Kiper
On Tue, Sep 17, 2019 at 05:52:10PM +0200, Javier Martinez Canillas wrote: > From: Prarit Bhargava > > The file /etc/grub.d/10_linux does > > if [ "x$is_top_level" = xtrue ] && [ "x${GRUB_DISABLE_SUBMENU}" != xy ]; then > > when it should do > > if [ "x$is_top_level" = xtrue ] && [ "x${GRUB_DISABLE

Re: [PATCH] Add GRUB_DISABLE_UUID.

2019-09-18 Thread Daniel Kiper
Adding Nicholas... On Tue, Sep 17, 2019 at 05:48:45PM +0200, Javier Martinez Canillas wrote: > From: Peter Jones > > This will cause "search --fs-uuid --set=root ..." not to be generated by > grub2-mkconfig, and instead simply attempt to use the grub device name > as it understands it. > > Signed

Re: [PATCH] Mark po/exclude.pot as binary so git won't try to diff nonprintables.

2019-09-18 Thread Daniel Kiper
On Tue, Sep 17, 2019 at 05:50:58PM +0200, Javier Martinez Canillas wrote: > From: Peter Jones > > Signed-off-by: Peter Jones > Signed-off-by: Javier Martinez Canillas Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org h

Re: [PATCH] Honor a symlink when generating configuration by grub2-mkconfig

2019-09-18 Thread Daniel Kiper
On Tue, Sep 17, 2019 at 05:47:36PM +0200, Javier Martinez Canillas wrote: > From: Marcel Kolaja > > Honor a symlink when generating configuration by grub2-mkconfig, so that > the -o option follows it rather than overwriting it with a regular file. > > Signed-off-by: Marcel Kolaja > Signed-off-by:

Re: [PATCH] Fix crash on http

2019-09-18 Thread Daniel Kiper
On Tue, Sep 17, 2019 at 05:44:58PM +0200, Javier Martinez Canillas wrote: > From: Gustavo Luiz Duarte > > Don't free file->data on receiving FIN flag since it is used all over > without checking. http_close() will be called later to free that memory. > > https://bugzilla.redhat.com/show_bug.cgi?id