Re: [PATCH v5 1/2] RISC-V: Fix memory reservation in setup_bootmem()

From: Paul Walmsley
Date: Fri Jun 28 2019 - 16:59:35 EST


On Fri, 7 Jun 2019, Anup Patel wrote:

> Currently, the setup_bootmem() reserves memory from RAM start to the
> kernel end. This prevents us from exploring ways to use the RAM below
> (or before) the kernel start hence this patch updates setup_bootmem()
> to only reserve memory from the kernel start to the kernel end.
>
> Suggested-by: Mike Rapoport <rppt@xxxxxxxxxxxxx>
> Signed-off-by: Anup Patel <anup.patel@xxxxxxx>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>

Thanks, queued for v5.3.


- Paul