From a5a662187fe247e255ebdabbd2d545c70c0aa80b Mon Sep 17 00:00:00 2001 From: Jaewon Kim Date: Thu, 10 Aug 2023 16:04:05 +0900 Subject: [PATCH] ANDROID: gfp: add __GFP_CMA in gfpflag_names The __GFP_CMA was added but not added to the gfpflag_names. Let me add it to show on %pGg printk. Bug: 295271520 Signed-off-by: Jaewon Kim Change-Id: I155fdcc0e2c18db390b5166ba8d2b93c793caae6 --- 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 e87cb2b80ed3..3e06b3fe81a6 100644 --- a/include/trace/events/mmflags.h +++ b/include/trace/events/mmflags.h @@ -51,7 +51,8 @@ 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 , \