The patch titled GRU Driver: export is_uv_system(), zap_page_range() & follow_page() has been added to the -mm tree. Its filename is gru-driver-v3-export-is_uv_system-zap_page_range-follow_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 *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: GRU Driver: export is_uv_system(), zap_page_range() & follow_page() From: Jack Steiner <steiner@xxxxxxx> Exports needed by the GRU driver. Signed-off-by: Jack Steiner <steiner@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/genapic_64.c | 1 + mm/memory.c | 2 ++ 2 files changed, 3 insertions(+) diff -puN arch/x86/kernel/genapic_64.c~gru-driver-v3-export-is_uv_system-zap_page_range-follow_page arch/x86/kernel/genapic_64.c --- a/arch/x86/kernel/genapic_64.c~gru-driver-v3-export-is_uv_system-zap_page_range-follow_page +++ a/arch/x86/kernel/genapic_64.c @@ -99,3 +99,4 @@ int is_uv_system(void) { return uv_system_type != UV_NONE; } +EXPORT_SYMBOL_GPL(is_uv_system); diff -puN mm/memory.c~gru-driver-v3-export-is_uv_system-zap_page_range-follow_page mm/memory.c --- a/mm/memory.c~gru-driver-v3-export-is_uv_system-zap_page_range-follow_page +++ a/mm/memory.c @@ -992,6 +992,7 @@ unsigned long zap_page_range(struct vm_a tlb_finish_mmu(tlb, address, end); return end; } +EXPORT_SYMBOL_GPL(zap_page_range); /* * Do a quick page-table lookup for a single page. @@ -1086,6 +1087,7 @@ no_page_table: } return page; } +EXPORT_SYMBOL_GPL(follow_page); /* Can we do the FOLL_ANON optimization? */ static inline int use_zero_page(struct vm_area_struct *vma) _ Patches currently in -mm which might be from steiner@xxxxxxx are linux-next.patch mmu-notifiers-add-list_del_init_rcu.patch mmu-notifiers-add-mm_take_all_locks-operation.patch mmu-notifiers-add-mm_take_all_locks-operation-checkpatch-fixes.patch mmu-notifier-core.patch mmu-notifier-core-fix.patch mmu-notifier-core-fix-2.patch gru-driver-v3-hardware-data-structures.patch gru-driver-v3-gru-instructions-macros.patch gru-driver-v3-driver-internal-header-files.patch gru-driver-v3-kernel-services-header-files.patch gru-driver-v3-driver-initialization-file-vma-ops.patch gru-driver-v3-page-faults-exceptions.patch gru-driver-v3-kernel-services-provide-by-driver.patch gru-driver-v3-resource-management.patch gru-driver-v3-proc-interfaces.patch gru-driver-v3-tlb-flushing-mmuops-callouts.patch gru-driver-v3-driver-makefile.patch gru-driver-v3-export-is_uv_system-zap_page_range-follow_page.patch gru-driver-v3-driver-misc-makefile-kconfig-changes.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