Re: [PATCH 17/19] [not for merge] print more debug info in mm

2021-11-10 Thread Daniel Kiper
On Wed, Nov 10, 2021 at 01:35:12PM -0600, Glenn Washburn wrote: > On Wed, 10 Nov 2021 14:47:07 +0100 > Daniel Kiper wrote: > > > CC-ing Glenn... > > > > On Tue, Oct 12, 2021 at 06:30:06PM +1100, Daniel Axtens wrote: > > > This is handy for debugging - I'm including it in case anyone else hacking

Re: [PATCH 17/19] [not for merge] print more debug info in mm

2021-11-10 Thread Glenn Washburn
On Wed, 10 Nov 2021 14:47:07 +0100 Daniel Kiper wrote: > CC-ing Glenn... > > On Tue, Oct 12, 2021 at 06:30:06PM +1100, Daniel Axtens wrote: > > This is handy for debugging - I'm including it in case anyone else hacking > > on this area finds it helpful. > > > > Signed-off-by: Daniel Axtens > >

Re: [PATCH 17/19] [not for merge] print more debug info in mm

2021-11-10 Thread Daniel Kiper
CC-ing Glenn... On Tue, Oct 12, 2021 at 06:30:06PM +1100, Daniel Axtens wrote: > This is handy for debugging - I'm including it in case anyone else hacking > on this area finds it helpful. > > Signed-off-by: Daniel Axtens > --- > grub-core/kern/mm.c | 8 > 1 file changed, 8

[PATCH 17/19] [not for merge] print more debug info in mm

2021-10-12 Thread Daniel Axtens
This is handy for debugging - I'm including it in case anyone else hacking on this area finds it helpful. Signed-off-by: Daniel Axtens --- grub-core/kern/mm.c | 8 1 file changed, 8 insertions(+) diff --git a/grub-core/kern/mm.c b/grub-core/kern/mm.c index 58d5b89e8860..811df1ab5ebb