diff options
| author | Andreas Platschek <andreas.platschek@opentech.at> | 2016-12-15 15:55:03 +0100 |
|---|---|---|
| committer | Michal Hocko <mhocko@suse.com> | 2016-12-15 15:55:03 +0100 |
| commit | 4cba75a8618c53cfa4814198be37b3f50d4e18e6 (patch) | |
| tree | ed529b405eccef06e2fb465feddb420986be9b56 | |
| parent | 3bd66b08c1bf5556da9b2f8af9f391b561926f77 (diff) | |
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@opentech.at
Signed-off-by: Andreas Platschek <andreas.platschek@opentech.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
| -rw-r--r-- | lib/Kconfig.ubsan | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.ubsan b/lib/Kconfig.ubsan index bc6e651df68c..a669c193b878 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" |
