The patch titled Subject: mm-add-alloc_contig_migrate_range-allocation-statistics-fix has been added to the -mm mm-unstable branch. Its filename is mm-add-alloc_contig_migrate_range-allocation-statistics-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-add-alloc_contig_migrate_range-allocation-statistics-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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-add-alloc_contig_migrate_range-allocation-statistics-fix Date: Wed Feb 28 11:42:35 AM PST 2024 fix typo/braino: trace_mm_alloc_config_migrate_range_info_enabled should be trace_mm_alloc_contig_migrate_range_info_enabled. Cc: Martin Liu <liumartin@xxxxxxxxxx> Cc: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx> Cc: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Richard Chang <richardycc@xxxxxxxxxx> Cc: Suren Baghdasaryan <surenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/page_alloc.c~mm-add-alloc_contig_migrate_range-allocation-statistics-fix +++ a/mm/page_alloc.c @@ -6280,7 +6280,7 @@ int __alloc_contig_migrate_range(struct ret = migrate_pages(&cc->migratepages, alloc_migration_target, NULL, (unsigned long)&mtc, cc->mode, MR_CONTIG_RANGE, NULL); - if (trace_mm_alloc_config_migrate_range_info_enabled() && !ret) + if (trace_mm_alloc_contig_migrate_range_info_enabled() && !ret) total_migrated += cc->nr_migratepages; /* _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are hugetlb-parallelize-1g-hugetlb-initialization-fix.patch mm-vmscan-do-not-turn-on-cache_trim_mode-if-it-doesnt-work-fix.patch mm-add-alloc_contig_migrate_range-allocation-statistics-fix.patch