The patch titled Subject: mm: export split_page() has been added to the -mm tree. Its filename is mm-export-split_page.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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> Cc: 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 @@ -1398,6 +1398,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 mm-export-split_page.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