From 6082bdc21694e04eed885f55c3a61addff14381a Mon Sep 17 00:00:00 2001 From: Sooyong Suk Date: Thu, 11 Jul 2024 12:31:26 +0900 Subject: [PATCH] ANDROID: gfp: add __GFP_CMA in __def_gfpflag_names To show printk with %pGg, add __GFP_CMA in __def_gfpflag_names Bug: 351175506 Change-Id: I479fedc8419d4aaf793f3d0c506534c9da5e2a09 Signed-off-by: Sooyong Suk --- include/trace/events/mmflags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/trace/events/mmflags.h b/include/trace/events/mmflags.h index 2262e0b4960b..63426db6d659 100644 --- a/include/trace/events/mmflags.h +++ b/include/trace/events/mmflags.h @@ -113,7 +113,8 @@ TRACE_DEFINE_ENUM(___GFP_LAST_BIT); gfpflag_string(__GFP_RECLAIM), \ gfpflag_string(__GFP_DIRECT_RECLAIM), \ gfpflag_string(__GFP_KSWAPD_RECLAIM), \ - gfpflag_string(__GFP_ZEROTAGS) + gfpflag_string(__GFP_ZEROTAGS), \ + gfpflag_string(__GFP_CMA) #ifdef CONFIG_KASAN_HW_TAGS #define __def_gfpflag_names_kasan , \