Re: [PATCH v3] mm: page_alloc: add missing hooks to bulk allocation path
From: Qiqi Liu
Date: Tue Sep 08 2026 - 06:44:57 EST
On Tue, Sep 08, 2026 at 10:38:46AM +0200, Vlastimil Babka wrote:
> With normal page allocation the set_page_refcounted() happens after
> trace+kmsan. While it currently shouldn't matter, it could be more future
> proof to keep the same order.
Hi Vlastimil,
Thanks for the review. You're right — I'll swap the order in v4 so that
trace_mm_page_alloc() and kmsan_alloc_page() come before set_page_refcounted()
to match the normal allocation path.
Best regards,
Qiqi Liu