The patch titled Subject: memcg-export-struct-mem_cgroup-fix has been removed from the -mm tree. Its filename was memcg-export-struct-mem_cgroup-fix.patch This patch was dropped because it was folded into memcg-export-struct-mem_cgroup.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: memcg-export-struct-mem_cgroup-fix memcontrol.h needs eventfd.h for eventfd_ctx. Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/memcontrol.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/memcontrol.h~memcg-export-struct-mem_cgroup-fix include/linux/memcontrol.h --- a/include/linux/memcontrol.h~memcg-export-struct-mem_cgroup-fix +++ a/include/linux/memcontrol.h @@ -25,6 +25,7 @@ #include <linux/jump_label.h> #include <linux/page_counter.h> #include <linux/vmpressure.h> +#include <linux/eventfd.h> #include <linux/mmzone.h> #include <linux/writeback.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are dax-revert-userfaultfd-change.patch memcg-export-struct-mem_cgroup.patch memcg-export-struct-mem_cgroup-fix-2.patch mm-hugetlb-add-cache-of-descriptors-to-resv_map-for-region_add-fix.patch x86-use-generic-early-mem-copy-fix.patch mm-mmap-simplify-the-failure-return-working-flow-fix.patch zswap-dynamic-pool-creation-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