The patch titled Subject: mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix has been added to the -mm tree. Its filename is mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix.patch 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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxxxx> Subject: mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix > Should the workqueue also have been renamed to mm_percpu_wq? Cc: Mel Gorman <mgorman@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/vmstat.c~mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix mm/vmstat.c --- a/mm/vmstat.c~mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix +++ a/mm/vmstat.c @@ -1766,7 +1766,7 @@ static int __init setup_vmstat(void) { int ret __maybe_unused; - mm_percpu_wq = alloc_workqueue("vmstat", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); + mm_percpu_wq = alloc_workqueue("mm_percpu_wq", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); #ifdef CONFIG_SMP ret = cpuhp_setup_state_nocalls(CPUHP_MM_VMSTAT_DEAD, "mm/vmstat:dead", _ Patches currently in -mm which might be from mhocko@xxxxxxxxxx are proc-show-madv_free-pages-info-in-smaps-fix.patch mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html