The patch titled Subject: ubsan-run-time-undefined-behavior-sanity-checker-fix-4 has been removed from the -mm tree. Its filename was ubsan-run-time-undefined-behavior-sanity-checker-fix-4.patch This patch was dropped because it was folded into ubsan-run-time-undefined-behavior-sanity-checker.patch ------------------------------------------------------ From: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Subject: ubsan-run-time-undefined-behavior-sanity-checker-fix-4 s/ARCH_HAS_UBSAN_SANTIZE_ALL/ARCH_HAS_UBSAN_SANITIZE_ALL Signed-off-by: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Reported-by: Daniel Axtens <dja@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/Kconfig | 2 +- lib/Kconfig.ubsan | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff -puN arch/x86/Kconfig~ubsan-run-time-undefined-behavior-sanity-checker-fix-4 arch/x86/Kconfig --- a/arch/x86/Kconfig~ubsan-run-time-undefined-behavior-sanity-checker-fix-4 +++ a/arch/x86/Kconfig @@ -31,7 +31,7 @@ config X86 select ARCH_HAS_PMEM_API if X86_64 select ARCH_HAS_MMIO_FLUSH select ARCH_HAS_SG_CHAIN - select ARCH_HAS_UBSAN_SANTIZE_ALL + select ARCH_HAS_UBSAN_SANITIZE_ALL select ARCH_HAVE_NMI_SAFE_CMPXCHG select ARCH_MIGHT_HAVE_ACPI_PDC if ACPI select ARCH_MIGHT_HAVE_PC_PARPORT diff -puN lib/Kconfig.ubsan~ubsan-run-time-undefined-behavior-sanity-checker-fix-4 lib/Kconfig.ubsan --- a/lib/Kconfig.ubsan~ubsan-run-time-undefined-behavior-sanity-checker-fix-4 +++ a/lib/Kconfig.ubsan @@ -1,4 +1,4 @@ -config ARCH_HAS_UBSAN_SANTIZE_ALL +config ARCH_HAS_UBSAN_SANITIZE_ALL bool config UBSAN @@ -12,7 +12,7 @@ config UBSAN config UBSAN_SANITIZE_ALL bool "Enable instrumentation for the entire kernel" depends on UBSAN - depends on ARCH_HAS_UBSAN_SANTIZE_ALL + depends on ARCH_HAS_UBSAN_SANITIZE_ALL default y help This option activates instrumentation for the entire kernel. _ Patches currently in -mm which might be from aryabinin@xxxxxxxxxxxxx are kernel-printk-specify-alignment-for-struct-printk_log.patch mac80211-prevent-build-failure-with-config_ubsan=y.patch ubsan-run-time-undefined-behavior-sanity-checker.patch ubsan-run-time-undefined-behavior-sanity-checker-fix-5.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