On Tue, 18 Feb 2025 13:34:51 +0200 Mike Rapoport <[email protected]> wrote:
> On Tue, Feb 18, 2025 at 11:47:11AM +0200, Mike Rapoport wrote: > > On Tue, Feb 18, 2025 at 05:42:57PM +0900, Masami Hiramatsu wrote: > > > Hi Mike, > > > > > > > > > Thanks! but I can not use free_reserved_area() here because it uses > > > virt_to_page(). Here we only know the physical address in the map. > > > I think we can use free_reserved_page() instead. Is that OK? > > > > For reserve_mem ranges virt_to_phys() will work, they are allocated from the > > I meant phys_to_virt() of course :) Ah, I got it :). Let me update it. Thanks! > > > memory that is covered by the direct map. > > -- > Sincerely yours, > Mike. -- Masami Hiramatsu (Google) <[email protected]>
