From: "Zi Yan" <ziy@nvidia.com>
To: "Qiqi Liu" <liuqiqi@kylinos.cn>, <akpm@linux-foundation.org>,
<vbabka@kernel.org>
Cc: <surenb@google.com>, <mhocko@suse.com>,
<brendan.jackman@linux.dev>, <hannes@cmpxchg.org>,
<linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>,
<gourry@gourry.net>
Subject: Re: [PATCH v4] mm: page_alloc: add missing hooks to bulk allocation path
Date: Tue, 08 Sep 2026 22:20:01 -0400 [thread overview]
Message-ID: <DLAFCUWXD6VN.30HHX0AGG0ZRN@nvidia.com> (raw)
In-Reply-To: <20260908102356.344075-1-liuqiqi@kylinos.cn>
On Tue Sep 8, 2026 at 6:23 AM EDT, Qiqi Liu wrote:
> The bulk allocation path in alloc_pages_bulk_noprof() currently misses
> trace_mm_page_alloc() and kmsan_alloc_page() calls, leaving bulk-allocated
> pages invisible to ftrace/BPF/perf and leaving KMSAN shadow memory stale.
>
> Add both calls in the bulk loop to match the standard allocation path,
> placing them before set_page_refcounted() for consistency. The gfp mask
> passed to kmsan_alloc_page() is stripped of __GFP_RECLAIM because the
> bulk loop runs under the PCP spinlock, and KMSAN's stack depot allocation
> must not sleep.
>
> Both are no-ops when their respective features are disabled, so there
> is no overhead in production kernels.
>
> Suggested-by: Gregory Price <gourry@gourry.net>
> Signed-off-by: Qiqi Liu <liuqiqi@kylinos.cn>
> ---
> mm/page_alloc.c | 2 ++
> 1 file changed, 2 insertions(+)
>
LGTM.
Reviewed-by: Zi Yan <ziy@nvidia.com>
BTW, please send new versions in a new thread instead of replying to the
old one. Thanks.
--
Best Regards,
Yan, Zi
prev parent reply other threads:[~2026-09-09 2:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-07 12:09 [PATCH] mm: page_alloc: add trace_mm_page_alloc " liuqiqi
2026-09-07 14:53 ` Gregory Price
2026-09-08 9:56 ` Qiqi Liu
2026-09-08 3:19 ` [PATCH v2] mm: page_alloc: add missing hooks " Qiqi Liu
2026-09-08 6:50 ` [PATCH v3] " Qiqi Liu
2026-09-08 8:38 ` Vlastimil Babka (SUSE)
2026-09-08 10:04 ` Qiqi Liu
2026-09-08 10:23 ` [PATCH v4] " Qiqi Liu
2026-09-08 12:23 ` Vlastimil Babka (SUSE)
2026-09-08 15:08 ` Gregory Price
2026-09-09 2:20 ` Zi Yan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DLAFCUWXD6VN.30HHX0AGG0ZRN@nvidia.com \
--to=ziy@nvidia.com \
--cc=akpm@linux-foundation.org \
--cc=brendan.jackman@linux.dev \
--cc=gourry@gourry.net \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=liuqiqi@kylinos.cn \
--cc=mhocko@suse.com \
--cc=surenb@google.com \
--cc=vbabka@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®