The patch titled
Subject: mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
has been added to the -mm tree. Its filename is
mm-debug-sync-up-mr_contig_range-and-mr_longterm_pin.patch
This patch should soon appear at
https://ozlabs.org/~akpm/mmots/broken-out/mm-debug-sync-up-mr_contig_range-…
and later at
https://ozlabs.org/~akpm/mmotm/broken-out/mm-debug-sync-up-mr_contig_range-…
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 and is updated
there every 3-4 working days
------------------------------------------------------
From: Weizhao Ouyang <o451686892(a)gmail.com>
Subject: mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
Sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN to migrate_reason_names.
Link: https://lkml.kernel.org/r/20210921064553.293905-2-o451686892@gmail.com
Fixes: 310253514bbf ("mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE")
Fixes: d1e153fea2a8 ("mm/gup: migrate pinned pages out of movable zone")
Signed-off-by: Weizhao Ouyang <o451686892(a)gmail.com>
Reviewed-by: "Huang, Ying" <ying.huang(a)intel.com>
Cc: Anshuman Khandual <khandual(a)linux.vnet.ibm.com>
Cc: Michal Hocko <mhocko(a)suse.com>
Cc: John Hubbard <jhubbard(a)nvidia.com>
Cc: Pavel Tatashin <pasha.tatashin(a)soleen.com>
Cc: Yang Shi <yang.shi(a)linux.alibaba.com>
Cc: Zi Yan <ziy(a)nvidia.com>
Cc: Dave Hansen <dave.hansen(a)linux.intel.com>
Cc: Minchan Kim <minchan(a)kernel.org>
Cc: Mina Almasry <almasrymina(a)google.com>
Cc: "Matthew Wilcox (Oracle)" <willy(a)infradead.org>
Cc: Oscar Salvador <osalvador(a)suse.de>
Cc: Wei Xu <weixugc(a)google.com>
Cc: <stable(a)vger.kernel.org>
Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org>
---
mm/debug.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/mm/debug.c~mm-debug-sync-up-mr_contig_range-and-mr_longterm_pin
+++ a/mm/debug.c
@@ -24,7 +24,8 @@ const char *migrate_reason_names[MR_TYPE
"syscall_or_cpuset",
"mempolicy_mbind",
"numa_misplaced",
- "cma",
+ "contig_range",
+ "longterm_pin",
};
const struct trace_print_flags pageflag_names[] = {
_
Patches currently in -mm which might be from o451686892(a)gmail.com are
mm-debug-sync-up-mr_contig_range-and-mr_longterm_pin.patch
mm-debug-sync-up-latest-migrate_reason-to-migrate_reason_names.patch