The patch titled Subject: arch/powerpc/Kconfig: fix typo in select statement has been removed from the -mm tree. Its filename was powerpc-enable-ubsan-support-fix.patch This patch was dropped because it was folded into powerpc-enable-ubsan-support.patch ------------------------------------------------------ From: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Subject: arch/powerpc/Kconfig: fix typo in select statement The 'I' in sanitize was missing: s/ARCH_HAS_UBSAN_SANTIZE_ALL/ARCH_HAS_UBSAN_SANITIZE_ALL/ Fixes: 257e4ee82dbd ("powerpc: enable UBSAN support") Signed-off-by: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Cc: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/Kconfig~powerpc-enable-ubsan-support-fix arch/powerpc/Kconfig --- a/arch/powerpc/Kconfig~powerpc-enable-ubsan-support-fix +++ a/arch/powerpc/Kconfig @@ -159,7 +159,7 @@ config PPC select ARCH_HAS_DMA_SET_COHERENT_MASK select ARCH_HAS_DEVMEM_IS_ALLOWED select HAVE_ARCH_SECCOMP_FILTER - select ARCH_HAS_UBSAN_SANTIZE_ALL + select ARCH_HAS_UBSAN_SANITIZE_ALL config GENERIC_CSUM def_bool CPU_LITTLE_ENDIAN _ Patches currently in -mm which might be from valentinrothberg@xxxxxxxxx are powerpc-enable-ubsan-support.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