Re: [PATCH v2 02/15] MIPS: memblock: Surely map BSS kernel memory section

2018-02-13 Thread Matt Redfearn
On 02/02/18 03:54, Serge Semin wrote: The current MIPS code makes sure the kernel code/data/init sections are in the maps, but BSS should also be there. Signed-off-by: Serge Semin Looks good to me :-) Reviewed-by: Matt Redfearn Thanks,

Re: [PATCH v2 02/15] MIPS: memblock: Surely map BSS kernel memory section

2018-02-13 Thread Matt Redfearn
On 02/02/18 03:54, Serge Semin wrote: The current MIPS code makes sure the kernel code/data/init sections are in the maps, but BSS should also be there. Signed-off-by: Serge Semin Looks good to me :-) Reviewed-by: Matt Redfearn Thanks, Matt --- arch/mips/kernel/setup.c | 3 +++ 1