grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] mm: Temporarily disable grub_mm_debug while calling grub


From: Daniel Kiper
Subject: Re: [PATCH 3/3] mm: Temporarily disable grub_mm_debug while calling grub_vprintf in grub_printf
Date: Tue, 22 Feb 2022 19:07:08 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Tue, Feb 15, 2022 at 12:36:43PM -0600, Glenn Washburn wrote:
> To prevent infinite recursion when grub_mm_debug is on, disable it when
> calling grub_vprintf. One such call loop is:
>   grub_vprintf -> parse_printf_args -> parse_printf_arg_fmt
>     -> grub_debug_calloc -> grub_printf -> grub_vprintf
>
> Signed-off-by: Glenn Washburn <development@efficientek.com>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]