Re: [PATCH 01/12] mips: Make sure kernel .bss exists in boot mem pool
From: Paul Burton
Date: Wed Apr 24 2019 - 18:30:40 EST
Hello,
Serge Semin wrote:
> Current MIPS platform code makes sure the kernel text, data and init
> sections are added to the boot memory map pool right after the
> arch-specific memory setup method has been executed. But for some reason
> the MIPS platform code skipped the kernel .bss section, which definitely
> should be in the boot mem pool as well in any case. Lets fix this just be
> adding the space between __bss_start and __bss_stop.
>
> Reviewed-by: Matt Redfearn <matt.redfearn@xxxxxxxx>
> Signed-off-by: Serge Semin <fancer.lancer@xxxxxxxxx>
Applied to mips-next.
Thanks,
Paul
[ This message was auto-generated; if you believe anything is incorrect
then please email paul.burton@xxxxxxxx to report it. ]