The patch titled Subject: xarray-add-xa_get_order-fix has been removed from the -mm tree. Its filename was xarray-add-xa_get_order-fix.patch This patch was dropped because it was folded into xarray-add-xa_get_order.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: xarray-add-xa_get_order-fix export xa_get_order to modules ERROR: modpost: "xa_get_order" [lib/test_xarray.ko] undefined! Cc: "Kirill A . Shutemov" <kirill@xxxxxxxxxxxxx> Cc: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> Cc: Qian Cai <cai@xxxxxx> Cc: Song Liu <songliubraving@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/xarray.c | 1 + 1 file changed, 1 insertion(+) --- a/lib/xarray.c~xarray-add-xa_get_order-fix +++ a/lib/xarray.c @@ -1631,6 +1631,7 @@ unlock: return order; } +EXPORT_SYMBOL(xa_get_order); #endif /* CONFIG_XARRAY_MULTI */ /** _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are xarray-add-xa_get_order.patch xarray-add-xas_split-fix.patch mm-memory_hotplug-simplify-page-offlining-fix.patch checkpatch-warn-on-self-assignments-checkpatch-fixes.patch checkpatch-emit-a-warning-on-embedded-filenames-fix.patch fs-binfmt_elf-use-pt_load-p_align-values-for-suitable-start-address-fix.patch mm.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch linux-next-rejects.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix-fix-fix-fix-fix-fix-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch