On 7/9/25 03:53, Alexei Starovoitov wrote: > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > Change alloc_pages_nolock() to default to __GFP_COMP when allocating > pages, since upcoming reentrant alloc_slab_page() needs __GFP_COMP. > Also allow __GFP_ACCOUNT flag to be specified, > since BPF infra needs __GFP_ACCOUNT. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>