From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933750AbcJQJ4Z (ORCPT ); Mon, 17 Oct 2016 05:56:25 -0400 Received: from mail.osadl.at ([92.243.35.153]:53000 "EHLO mail.osadl.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758467AbcJQJ4X (ORCPT ); Mon, 17 Oct 2016 05:56:23 -0400 From: Andreas Platschek To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, paulmck@linux.vnet.ibm.com, keescook@chromium.org, mingo@kernel.org, mmarek@suse.com, dan.j.williams@intel.com, jpoimboe@redhat.com, tj@kernel.org, nikolay@cumulusnetworks.com, dvyukov@google.com, shuah@kernel.org, aryabinin@virtuozzo.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, borntraeger@de.ibm.com, yang.shi@linaro.org, Andreas Platschek Subject: [PATCH 2/2] Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation Date: Mon, 17 Oct 2016 09:55:52 +0000 Message-Id: <1476698152-29340-3-git-send-email-andreas.platschek@opentech.at> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1476698152-29340-1-git-send-email-andreas.platschek@opentech.at> References: <1476698152-29340-1-git-send-email-andreas.platschek@opentech.at> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Documenation/ubsan.txt was moved to Documentation/dev-tools/ubsan.rst, this fixes the reference. Signed-off-by: Andreas Platschek --- 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