On Mon Sep 14, 2026 at 6:32 PM EDT, Kees Cook wrote: > Using default_gfp() only depends on the GFP_KERNEL value. Move > default_gfp() into gfp_types.h so that future use in devres.h doesn't > require pulling in all of gfp.h. > > Signed-off-by: Kees Cook <[email protected]> > --- > Cc: Lorenzo Stoakes <[email protected]> > Cc: Andrew Morton <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: "Liam R. Howlett" <[email protected]> > Cc: Vlastimil Babka <[email protected]> > Cc: Mike Rapoport <[email protected]> > Cc: Suren Baghdasaryan <[email protected]> > Cc: Michal Hocko <[email protected]> > Cc: Brendan Jackman <[email protected]> > Cc: Johannes Weiner <[email protected]> > Cc: Zi Yan <[email protected]> > Cc: <[email protected]> > --- > include/linux/gfp.h | 4 ---- > include/linux/gfp_types.h | 4 ++++ > 2 files changed, 4 insertions(+), 4 deletions(-) >
Makes sense. Reviewed-by: Zi Yan <[email protected]> -- Best Regards, Yan, Zi

