commit | 0188171d757596637de6ba02762c94a27518905a | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Sun Apr 06 15:22:23 2025 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Apr 30 20:09:11 2025 -0700 |
tree | 1532d7db47d1ca1b80a475b40f714d9934acd947 | |
parent | 0693046ce49132d88e8bb968896533167cd9a0de [diff] |
mm: Allow GFP_ACCOUNT and GFP_COMP to be used in alloc_pages_nolock(). Allow __GFP_ACCOUNT and __GFP_COMP flags to be specified when calling alloc_pages_nolock(), since upcoming reentrant alloc_slab_page() needs to allocate __GFP_COMP pages while BPF infra needs __GFP_ACCOUNT. Signed-off-by: Alexei Starovoitov <ast@kernel.org>