The patch titled Subject: mm-reduce-noise-in-show_mem-for-lowmem-allocations-fix has been added to the -mm mm-unstable branch. Its filename is mm-reduce-noise-in-show_mem-for-lowmem-allocations-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-reduce-noise-in-show_mem-for-lowmem-allocations-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxx> Subject: mm-reduce-noise-in-show_mem-for-lowmem-allocations-fix Date: Fri, 26 Aug 2022 09:32:27 +0200 fix arch/powerpc/xmon/xmon.c Link: https://lkml.kernel.org/r/Ywh3C4dKB9B93jIy@xxxxxxxxxxxxxx Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/xmon/xmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/xmon/xmon.c~mm-reduce-noise-in-show_mem-for-lowmem-allocations-fix +++ a/arch/powerpc/xmon/xmon.c @@ -1086,7 +1086,7 @@ cmds(struct pt_regs *excp) memzcan(); break; case 'i': - show_mem(0, NULL); + show_mem(0, NULL, GFP_HIGHUSER_MOVABLE); break; default: termch = cmd; _ Patches currently in -mm which might be from mhocko@xxxxxxxx are mm-reduce-noise-in-show_mem-for-lowmem-allocations.patch mm-reduce-noise-in-show_mem-for-lowmem-allocations-fix.patch