The patch titled Subject: memcg-simplify-lru-handling-by-new-rule-fix has been removed from the -mm tree. Its filename was memcg-simplify-lru-handling-by-new-rule-fix.patch This patch was dropped because it was folded into memcg-simplify-lru-handling-by-new-rule.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: memcg-simplify-lru-handling-by-new-rule-fix remove unneeded VM_BUG_ON(), restore hannes's christmas tree Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxx> Cc: Miklos Szeredi <mszeredi@xxxxxxx> Cc: Ying Han <yinghan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/memcontrol.c~memcg-simplify-lru-handling-by-new-rule-fix mm/memcontrol.c --- a/mm/memcontrol.c~memcg-simplify-lru-handling-by-new-rule-fix +++ a/mm/memcontrol.c @@ -1041,7 +1041,6 @@ struct lruvec *mem_cgroup_lru_add_list(s pc = lookup_page_cgroup(page); memcg = pc->mem_cgroup; - VM_BUG_ON(!memcg); mz = page_cgroup_zoneinfo(memcg, page); /* compound_order() is stabilized through lru_lock */ MEM_CGROUP_ZSTAT(mz, lru) += 1 << compound_order(page); @@ -2447,8 +2446,8 @@ static void __mem_cgroup_commit_charge(s void mem_cgroup_split_huge_fixup(struct page *head) { struct page_cgroup *head_pc = lookup_page_cgroup(head); - struct page_cgroup *pc; struct mem_cgroup_per_zone *mz; + struct page_cgroup *pc; enum lru_list lru; int i; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch treewide-convert-uses-of-attrib_noreturn-to-__noreturn.patch drivers-video-nvidia-nvidiac-fix-warning.patch pipe-fail-cleanly-when-root-tries-f_setpipe_sz-with-big-size.patch mm-vmscan-distinguish-between-memcg-triggering-reclaim-and-memcg-being-scanned.patch memcg-make-mem_cgroup_split_huge_fixup-more-efficient.patch memcg-clear-pc-mem_cgorup-if-necessary.patch memcg-simplify-lru-handling-by-new-rule.patch memcg-simplify-lru-handling-by-new-rule-memcg-return-eintr-at-bypassing-try_charge-fix.patch mm-compaction-introduce-sync-light-migration-for-use-by-compaction-fix-fix.patch mm-compaction-introduce-sync-light-migration-for-use-by-compaction-fix-fix-3.patch mm-vmallocc-eliminate-extra-loop-in-pcpu_get_vm_areas-error-path-fix.patch kexec-remove-kmsg_dump_kexec.patch panic-dont-print-redundant-backtraces-on-oops-fix.patch drivers-parport-parport_pcc-fix-warnings.patch dio-optimize-cache-misses-in-the-submission-path-v2-checkpatch-fixes.patch selftests-new-very-basic-kernel-selftests-directory.patch c-r-procfs-add-start_data-end_data-start_brk-members-to-proc-pid-stat-v4-fix.patch c-r-prctl-add-pr_set_mm-codes-to-set-up-mm_struct-entries-fix.patch fixed-use-of-rounddown_pow_of_two-in-ramoops.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