Re: [PATCH 19/21] MIPS memblock: Add print out method of kernel virtual memory layout

2016-12-19 Thread Serge Semin
On Mon, Dec 19, 2016 at 01:02:37PM +, James Hogan wrote: > Hi Matt, > > On Mon, Dec 19, 2016 at 12:04:54PM +, Matt Redfearn wrote: > > On 19/12/16 02:07, Serge Semin wrote: > > > It's useful to have some printed map of the kernel virtual memory, > > > at least for debugging purpose. > >

Re: [PATCH 19/21] MIPS memblock: Add print out method of kernel virtual memory layout

2016-12-19 Thread James Hogan
Hi Matt, On Mon, Dec 19, 2016 at 12:04:54PM +, Matt Redfearn wrote: > On 19/12/16 02:07, Serge Semin wrote: > > It's useful to have some printed map of the kernel virtual memory, > > at least for debugging purpose. > > > > Signed-off-by: Serge Semin > > --- > > @@ -106,6 +107,49 @@ static vo

Re: [PATCH 19/21] MIPS memblock: Add print out method of kernel virtual memory layout

2016-12-19 Thread Serge Semin
On Mon, Dec 19, 2016 at 12:04:54PM +, Matt Redfearn wrote: Hello Matt. > Hi Serge, > > > On 19/12/16 02:07, Serge Semin wrote: > >It's useful to have some printed map of the kernel virtual memory, > >at least for debugging purpose. > > > >Signed-off-by: Serge Semin > >--- > > arch/mips/m

Re: [PATCH 19/21] MIPS memblock: Add print out method of kernel virtual memory layout

2016-12-19 Thread Matt Redfearn
Hi Serge, On 19/12/16 02:07, Serge Semin wrote: It's useful to have some printed map of the kernel virtual memory, at least for debugging purpose. Signed-off-by: Serge Semin --- arch/mips/mm/init.c | 47 +++ 1 file changed, 47 insertions(+) diff --git a/arc

Re: [PATCH 19/21] MIPS memblock: Add print out method of kernel virtual memory layout

2016-12-18 Thread kbuild test robot
Hi Serge, [auto build test ERROR on linus/master] [also build test ERROR on v4.9 next-20161216] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Serge-Semin/MIPS-memblock-Remove-bootmem-code-and-s

[PATCH 19/21] MIPS memblock: Add print out method of kernel virtual memory layout

2016-12-18 Thread Serge Semin
It's useful to have some printed map of the kernel virtual memory, at least for debugging purpose. Signed-off-by: Serge Semin --- arch/mips/mm/init.c | 47 +++ 1 file changed, 47 insertions(+) diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 13a032f..