The patch titled memcg-allocate-all-page_cgroup-at-boot-fix.patch has been removed from the -mm tree. Its filename was memcg-allocate-all-page_cgroup-at-boot-fixpatch.patch This patch was dropped because it was folded into memcg-allocate-all-page_cgroup-at-boot.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: memcg-allocate-all-page_cgroup-at-boot-fix.patch From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> compile fix to memcg-allocate-all-page_cgroup-at-boot.patch Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/Makefile~memcg-allocate-all-page_cgroup-at-boot-fixpatch mm/Makefile --- a/mm/Makefile~memcg-allocate-all-page_cgroup-at-boot-fixpatch +++ a/mm/Makefile @@ -33,5 +33,4 @@ obj-$(CONFIG_FS_XIP) += filemap_xip.o obj-$(CONFIG_MIGRATION) += migrate.o obj-$(CONFIG_SMP) += allocpercpu.o obj-$(CONFIG_QUICKLIST) += quicklist.o -obj-$(CONFIG_CGROUP_MEM_RES_CTLR) += memcontrol.o - +obj-$(CONFIG_CGROUP_MEM_RES_CTLR) += memcontrol.o page_cgroup.o _ Patches currently in -mm which might be from kamezawa.hiroyu@xxxxxxxxxxxxxx are origin.patch vmscan-second-chance-replacement-for-anonymous-pages.patch unevictable-lru-infrastructure.patch unevictable-infrastructure-lru-add-event-counting-with-statistics.patch mmap-handle-mlocked-pages-during-map-remap-unmap.patch setup_per_zone_pages_min-take-zone-lock-instead-of-zone-lru_lock.patch documentation-clarify-dirty_ratio-and-dirty_background_ratio-description-v2.patch cgroups-fix-probable-race-with-put_css_set-and-find_css_set.patch cgroups-convert-tasks-file-to-use-a-seq_file-with-shared-pid-array.patch memcg-move-charge-swapin-under-lock.patch memcg-make-page-mapping-null-before-uncharge.patch memcg-avoid-accounting-special-pages.patch memcg-optimize-per-cpu-statistics.patch memcg-atomic-ops-for-page_cgroup-flags.patch memcg-allocate-all-page_cgroup-at-boot.patch memcg-allocate-all-page_cgroup-at-boot-fixpatch.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