On Tue, Mar 09, 2021 at 02:03:04PM +0530, Anshuman Khandual wrote: > This series contains config cleanup patches which reduces code duplication > across platforms and also improves maintainability. There is no functional > change intended with this series. This has been boot tested on arm64 but > only build tested on some other platforms. > > This applies on 5.12-rc2 > > Cc: x...@kernel.org > Cc: linux-i...@vger.kernel.org > Cc: linux-s...@vger.kernel.org > Cc: linux-snps-...@lists.infradead.org > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-m...@vger.kernel.org > Cc: linux-par...@vger.kernel.org > Cc: linuxppc-...@lists.ozlabs.org > Cc: linux-ri...@lists.infradead.org > Cc: linux...@vger.kernel.org > Cc: linux-fsde...@vger.kernel.org > Cc: linux...@kvack.org > Cc: linux-kernel@vger.kernel.org > > Anshuman Khandual (6): > mm: Generalize ARCH_HAS_CACHE_LINE_SIZE > mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS) > mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE] > mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION > mm: Drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK > mm: Drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE > > arch/arc/Kconfig | 9 ++------ > arch/arm/Kconfig | 10 ++------- > arch/arm64/Kconfig | 30 ++++++-------------------- > arch/ia64/Kconfig | 8 ++----- > arch/mips/Kconfig | 6 +----- > arch/parisc/Kconfig | 5 +---- > arch/powerpc/Kconfig | 11 ++-------- > arch/powerpc/platforms/Kconfig.cputype | 16 +++++--------- > arch/riscv/Kconfig | 5 +---- > arch/s390/Kconfig | 12 +++-------- > arch/sh/Kconfig | 7 +++--- > arch/sh/mm/Kconfig | 8 ------- > arch/x86/Kconfig | 29 ++++++------------------- > fs/Kconfig | 5 ++++- > mm/Kconfig | 9 ++++++++ > 15 files changed, 48 insertions(+), 122 deletions(-)
for the s390 bits: Acked-by: Heiko Carstens <h...@linux.ibm.com>