Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation
authorAndreas Platschek <andreas.platschek@opentech.at>
Wed, 14 Dec 2016 23:05:43 +0000 (15:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:08 +0000 (16:04 -0800)
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@opentech.at
Signed-off-by: Andreas Platschek <andreas.platschek@opentech.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.ubsan

index bc6e651df68c31e413552356fd5d67ad32cc11c0..a669c193b8785b51bc9b0876ef7765b66b61062a 100644 (file)
@@ -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"