On Fri, Jun 07, 2024 at 12:30:27PM +1000, Dave Chinner wrote: > IOWs, vmalloc() has obeyed GFP_NOFS/GFP_NOIO constraints properly > for since early 2022 and there isn't a need to wrap it with scopes > just to do a single constrained allocation: Perfect. Doesn't change that we still need some amount of filterting, e.g. GFP_COMP and vmalloc won't mix too well.