Re: [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

2025-03-13 Thread Geert Uytterhoeven
On Thu, 13 Mar 2025 at 14:53, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > The point where the memory is released from memblock to the buddy allocator > is hidden inside arch-specific mem_init()s and the call to > memblock_free_all() is needlessly duplicated in every artiste cure

[PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

2025-03-13 Thread Mike Rapoport
From: "Mike Rapoport (Microsoft)" The point where the memory is released from memblock to the buddy allocator is hidden inside arch-specific mem_init()s and the call to memblock_free_all() is needlessly duplicated in every artiste cure and after introduction of arch_mm_preinit() hook, mem_init()