On Mon, Sep 08, 2025 at 06:00:03PM -0700, 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 most of BPF infra needs __GFP_ACCOUNT except BPF streams. > > Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx> > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> Reviewed-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>