Re: [PATCH v3 3/4] mm/page_alloc: fixup alloc_pages_nolock_noprof() comment
"Vlastimil Babka (SUSE)" <[email protected]>
| Newsgroups | dev.linux.lists.linux-rt-devel,org.kernel.vger.cgroups,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 7/15/26 13:03, Brendan Jackman wrote: > Update the comment to reflect the recent change to allow flags in > gfp_nolock. > > Reported-by: [email protected] > Link: https://sashiko.dev/#/patchset/20260703-alloc-trylock-v5-0-c87b714e19d3%40google.com?part=6 > Reviewed-by: Zi Yan <[email protected]> > Signed-off-by: Brendan Jackman <[email protected]> Reviewed-by: Vlastimil Babka (SUSE) <[email protected]> > --- > mm/page_alloc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/mm/page_alloc.c b/mm/page_alloc.c > index c2da85e69a0f8..25a83a57aab66 100644 > --- a/mm/page_alloc.c > +++ b/mm/page_alloc.c > @@ -7983,7 +7983,8 @@ struct page *alloc_frozen_pages_nolock_noprof(gfp_t gfp_flags, int nid, unsigned > } > /** > * alloc_pages_nolock - opportunistic reentrant allocation from any context > - * @gfp_flags: GFP flags. Only __GFP_ACCOUNT allowed. > + * @gfp_flags: GFP flags. Only __GFP_ACCOUNT, plus some flags that get set > + * internally regardless (see %gfp_nolock) are allowed. > * @nid: node to allocate from > * @order: allocation order size > * >