The patch titled Subject: mm/Kconfig: remove redundant arch depend for memory hotplug has been added to the -mm tree. Its filename is mm-kconfig-remove-redundant-arch-depend-for-memory-hotplug.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-kconfig-remove-redundant-arch-depend-for-memory-hotplug.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-kconfig-remove-redundant-arch-depend-for-memory-hotplug.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: Yang Shi <yang.shi@xxxxxxxxxx> Subject: mm/Kconfig: remove redundant arch depend for memory hotplug MEMORY_HOTPLUG already depends on ARCH_ENABLE_MEMORY_HOTPLUG which is selected by the supported architectures, so the following arch depend is unnecessary. Signed-off-by: Yang Shi <yang.shi@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff -puN mm/Kconfig~mm-kconfig-remove-redundant-arch-depend-for-memory-hotplug mm/Kconfig --- a/mm/Kconfig~mm-kconfig-remove-redundant-arch-depend-for-memory-hotplug +++ a/mm/Kconfig @@ -187,7 +187,6 @@ config MEMORY_HOTPLUG bool "Allow for memory hot-add" depends on SPARSEMEM || X86_64_ACPI_NUMA depends on ARCH_ENABLE_MEMORY_HOTPLUG - depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390) config MEMORY_HOTPLUG_SPARSE def_bool y _ Patches currently in -mm which might be from yang.shi@xxxxxxxxxx are ubsan-cosmetic-fix-to-kconfig-text.patch mm-kconfig-remove-redundant-arch-depend-for-memory-hotplug.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