The quilt patch titled Subject: mm/page_alloc: use str_off_on() helper in build_all_zonelists() has been removed from the -mm tree. Its filename was mm-page_alloc-use-str_off_on-helper-in-build_all_zonelists.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Thorsten Blum <thorsten.blum@xxxxxxxxx> Subject: mm/page_alloc: use str_off_on() helper in build_all_zonelists() Date: Mon, 21 Oct 2024 11:13:40 +0200 Remove hard-coded strings by using the str_off_on() helper function. Link: https://lkml.kernel.org/r/20241021091340.5243-2-thorsten.blum@xxxxxxxxx Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx> 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-page_alloc-use-str_off_on-helper-in-build_all_zonelists +++ a/mm/page_alloc.c @@ -5493,7 +5493,7 @@ void __ref build_all_zonelists(pg_data_t pr_info("Built %u zonelists, mobility grouping %s. Total pages: %ld\n", nr_online_nodes, - page_group_by_mobility_disabled ? "off" : "on", + str_off_on(page_group_by_mobility_disabled), vm_total_pages); #ifdef CONFIG_NUMA pr_info("Policy zone: %s\n", zone_names[policy_zone]); _ Patches currently in -mm which might be from thorsten.blum@xxxxxxxxx are mailmap-add-entry-for-thorsten-blum.patch mm-show_mem-use-str_yes_no-helper-in-show_free_areas.patch ipc-msg-replace-one-element-array-with-flexible-array-member.patch