The patch titled Subject: refactor-part-of-the-oom-report-in-dump_header-fix has been removed from the -mm tree. Its filename was refactor-part-of-the-oom-report-in-dump_header-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: refactor-part-of-the-oom-report-in-dump_header-fix remove unused locals Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Roman Gushchin <guro@xxxxxx> Cc: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Cc: Yang Shi <yang.s@xxxxxxxxxxxxxxx> Cc: yuzhoujian <yuzhoujian@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN mm/memcontrol.c~refactor-part-of-the-oom-report-in-dump_header-fix mm/memcontrol.c --- a/mm/memcontrol.c~refactor-part-of-the-oom-report-in-dump_header-fix +++ a/mm/memcontrol.c @@ -1183,8 +1183,6 @@ static const char *const memcg1_stat_nam void mem_cgroup_print_oom_context(struct mem_cgroup *memcg, struct task_struct *p, enum oom_constraint constraint, nodemask_t *nodemask) { - struct cgroup *origin_cgrp, *kill_cgrp; - rcu_read_lock(); pr_info("oom-kill:constraint=%s,nodemask=%*pbl", oom_constraint_text[constraint], nodemask_pr_args(nodemask)); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch ocfs2-return-erofs-when-filesystem-becomes-read-only-checkpatch-fixes.patch mm.patch tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes.patch tools-adding-support-for-idle-page-tracking-to-tool-fix.patch mm-drop-vm_bug_on-from-__get_free_pages-fix.patch mm-list_lruc-fold-__list_lru_count_one-into-its-caller.patch mm-sparsemem-defer-the-ms-section_mem_map-clearing-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch mm-oom-cgroup-aware-oom-killer-fix.patch mm-oom-cgroup-aware-oom-killer-fix-2.patch mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch kernel-hung_taskc-allow-to-set-checking-interval-separately-from-timeout-fix.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.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