The patch titled Subject: asm-generic/tlb: add missing CONFIG symbol has been added to the -mm tree. Its filename is asm-generic-tlb-add-missing-config-symbol.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/asm-generic-tlb-add-missing-config-symbol.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/asm-generic-tlb-add-missing-config-symbol.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: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Subject: asm-generic/tlb: add missing CONFIG symbol Without this the symbol will not actually end up in .config files. Link: http://lkml.kernel.org/r/20200116064531.483522-6-aneesh.kumar@xxxxxxxxxxxxx Fixes: a30e32bd79e9 ("asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()") Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/Kconfig | 3 +++ 1 file changed, 3 insertions(+) --- a/arch/Kconfig~asm-generic-tlb-add-missing-config-symbol +++ a/arch/Kconfig @@ -399,6 +399,9 @@ config HAVE_RCU_TABLE_FREE config HAVE_MMU_GATHER_PAGE_SIZE bool +config MMU_GATHER_NO_RANGE + bool + config HAVE_MMU_GATHER_NO_GATHER bool _ Patches currently in -mm which might be from peterz@xxxxxxxxxxxxx are mm-mmu_gather-invalidate-tlb-correctly-on-batch-allocation-failure-and-flush.patch asm-generic-tlb-avoid-potential-double-flush.patch asm-gemeric-tlb-remove-stray-function-declarations.patch asm-generic-tlb-add-missing-config-symbol.patch asm-generic-tlb-rename-have_rcu_table_free.patch asm-generic-tlb-rename-have_mmu_gather_page_size.patch asm-generic-tlb-rename-have_mmu_gather_no_gather.patch asm-generic-tlb-provide-mmu_gather_table_free.patch