The patch titled Subject: mm: Remove now defunct NO_BOOTMEM from depends list for deferred init has been added to the -mm tree. Its filename is mm-remove-config_no_bootmem-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-remove-config_no_bootmem-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-config_no_bootmem-fix.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Alexander Duyck <alexander.h.duyck@xxxxxxxxxxxxxxx> Subject: mm: Remove now defunct NO_BOOTMEM from depends list for deferred init The CONFIG_NO_BOOTMEM config option was recently removed by the patch "mm: remove CONFIG_NO_BOOTMEM" (https://patchwork.kernel.org/patch/10600647/). However it looks like it missed a few spots. The biggest one being the dependency for deferred init. This patch goes through and removes the remaining spots that appear to have been missed in the patch so that I am able to build again with deferred memory initialization. Link: http://lkml.kernel.org/r/20180925201814.3576.15105.stgit@localhost.localdomain Signed-off-by: Alexander Duyck <alexander.h.duyck@xxxxxxxxxxxxxxx> Acked-by: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> Cc: Dave Hansen <dave.hansen@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Pavel Tatashin <pavel.tatashin@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/csky/Kconfig | 1 - mm/Kconfig | 1 - 2 files changed, 2 deletions(-) --- a/arch/csky/Kconfig~mm-remove-config_no_bootmem-fix +++ a/arch/csky/Kconfig @@ -38,7 +38,6 @@ config CSKY select HAVE_MEMBLOCK select MAY_HAVE_SPARSE_IRQ select MODULES_USE_ELF_RELA if MODULES - select NO_BOOTMEM select OF select OF_EARLY_FLATTREE select OF_RESERVED_MEM --- a/mm/Kconfig~mm-remove-config_no_bootmem-fix +++ a/mm/Kconfig @@ -634,7 +634,6 @@ config MAX_STACK_SIZE_MB config DEFERRED_STRUCT_PAGE_INIT bool "Defer initialisation of struct pages to kthreads" default n - depends on NO_BOOTMEM depends on SPARSEMEM depends on !NEED_PER_CPU_KM depends on 64BIT _ Patches currently in -mm which might be from alexander.h.duyck@xxxxxxxxxxxxxxx are mm-provide-kernel-parameter-to-allow-disabling-page-init-poisoning.patch mm-create-non-atomic-version-of-setpagereserved-for-init-use.patch mm-defer-zone_device-page-initialization-to-the-point-where-we-init-pgmap.patch mm-remove-config_no_bootmem-fix.patch mm-remove-now-defunct-no_bootmem-from-depends-list-for-deferred-init-post-linux-next.patch