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 <r...@linux.ibm.com> > Signed-off-by: Anup Patel <anup.pa...@wdc.com> > Reviewed-by: Christoph Hellwig <h...@lst.de>
Thanks, queued for v5.3. - Paul