The patch titled Subject: mm: export split_page() has been removed from the -mm tree. Its filename was mm-export-split_page.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: "K. Y. Srinivasan" <kys@xxxxxxxxxxxxx> Subject: mm: export split_page() This symbol will be used in the Hyper-V balloon driver to support 2M allocations. Signed-off-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/page_alloc.c~mm-export-split_page mm/page_alloc.c --- a/mm/page_alloc.c~mm-export-split_page +++ a/mm/page_alloc.c @@ -1397,6 +1397,7 @@ void split_page(struct page *page, unsig for (i = 1; i < (1 << order); i++) set_page_refcounted(page + i); } +EXPORT_SYMBOL_GPL(split_page); static int __isolate_free_page(struct page *page, unsigned int order) { _ Patches currently in -mm which might be from kys@xxxxxxxxxxxxx are linux-next.patch drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver.patch drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-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