Re: [PATCH v5 2/4] tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
From: Steven Rostedt
Date: Wed Apr 02 2025 - 10:27:46 EST
On Wed, 2 Apr 2025 12:24:12 +0300
Mike Rapoport <rppt@xxxxxxxxxx> wrote:
> > The reserve_mem kernel command line option may pass back a physical
> > address, but the memory is still part of the normal memory just like
> > using memblock_reserve() would be. This means that the physical memory
>
> ... using memblock_alloc() would be
Heh, I looked for examples of code that used free_reserved_area() and found
initramfs.c which uses memblock_reserve(), which is why I picked that.
I'll update.
Thanks for reviewing Mike!
-- Steve