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
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
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
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
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
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:
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