Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1501829

[PATCH 2/2] Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation

From Andreas Platschek <andreas.platschek@opentech.at>
Newsgroups linux.kernel
Subject [PATCH 2/2] Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation
Date 2016-10-17 12:00 +0200
Message-ID <stcS6-1MH-13@gated-at.bofh.it> (permalink)
References <stcS6-1MH-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Documenation/ubsan.txt was moved to Documentation/dev-tools/ubsan.rst,
this fixes the reference.

Signed-off-by: Andreas Platschek <andreas.platschek@opentech.at>
---
 lib/Kconfig.ubsan | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Kconfig.ubsan b/lib/Kconfig.ubsan
index bc6e651..a669c19 100644
--- a/lib/Kconfig.ubsan
+++ b/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"
-- 
2.9.3

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 2/2] Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation Andreas Platschek <andreas.platschek@opentech.at> - 2016-10-17 12:00 +0200

csiph-web