The patch titled Subject: Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation has been removed from the -mm tree. Its filename was kconfig-lib-kconfigubsan-fix-reference-to-ubsan-documentation.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Andreas Platschek <andreas.platschek@xxxxxxxxxxx> Subject: Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation Documenation/ubsan.txt was moved to Documentation/dev-tools/ubsan.rst, this fixes the reference. Link: http://lkml.kernel.org/r/1476698152-29340-3-git-send-email-andreas.platschek@xxxxxxxxxxx Signed-off-by: Andreas Platschek <andreas.platschek@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.ubsan | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN lib/Kconfig.ubsan~kconfig-lib-kconfigubsan-fix-reference-to-ubsan-documentation lib/Kconfig.ubsan --- a/lib/Kconfig.ubsan~kconfig-lib-kconfigubsan-fix-reference-to-ubsan-documentation +++ a/lib/Kconfig.ubsan @@ -10,7 +10,8 @@ config UBSAN This option enables undefined behaviour sanity checker Compile-time instrumentation is used to detect various undefined behaviours in runtime. Various types of checks may be enabled - via boot parameter ubsan_handle (see: Documentation/ubsan.txt). + via boot parameter ubsan_handle + (see: Documentation/dev-tools/ubsan.rst). config UBSAN_SANITIZE_ALL bool "Enable instrumentation for the entire kernel" _ Patches currently in -mm which might be from andreas.platschek@xxxxxxxxxxx are -- 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