The patch titled Subject: mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed-v9-checkpatch-fixes-fix has been removed from the -mm tree. Its filename was mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed-v9-checkpatch-fixes-fix.patch This patch was dropped because it was folded into mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed.patch ------------------------------------------------------ From: Fengguang Wu <fengguang.wu@xxxxxxxxx> Subject: mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed-v9-checkpatch-fixes-fix make init_reserve_notifier() static Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Cc: Andrew Shewmaker <agshew@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/mmap.c~mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed-v9-checkpatch-fixes-fix mm/mmap.c --- a/mm/mmap.c~mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed-v9-checkpatch-fixes-fix +++ a/mm/mmap.c @@ -3205,7 +3205,7 @@ static struct notifier_block reserve_mem .notifier_call = reserve_mem_notifier, }; -int __meminit init_reserve_notifier(void) +static int __meminit init_reserve_notifier(void) { if (register_hotmemory_notifier(&reserve_mem_nb)) printk("Failed registering memory add/remove notifier for admin reserve"); _ Patches currently in -mm which might be from fengguang.wu@xxxxxxxxx are origin.patch hwpoison-check-dirty-flag-to-match-against-clean-page.patch sparse-vmemmap-specify-vmemmap-population-range-in-bytes.patch x86-64-use-vmemmap_populate_basepages-for-pse-setups.patch mm-reinititalise-user-and-admin-reserves-if-memory-is-added-or-removed.patch thp-fix-huge-zero-page-logic-for-page-with-pfn-==-0-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