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

From: Christoph Hellwig
Date: Mon Mar 25 2019 - 07:38:31 EST


On Mon, Mar 25, 2019 at 09:23:09AM +0000, 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.
>
> Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxx>

Shouldn't this be a Suggested-by?