Re: [PATCH v2 04/15] mm: debug support for region operations

2022-04-07 Thread Daniel Kiper
On Mon, Mar 28, 2022 at 05:22:29PM +1100, Daniel Axtens wrote: > This is handy for debugging. Enable with `set debug=regions`. > > Signed-off-by: Daniel Axtens Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org

[PATCH v2 04/15] mm: debug support for region operations

2022-03-28 Thread Daniel Axtens
This is handy for debugging. Enable with `set debug=regions`. Signed-off-by: Daniel Axtens --- grub-core/kern/mm.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/grub-core/kern/mm.c b/grub-core/kern/mm.c index 94e78f9a910d..f36499865632 100644 ---