[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-2decec48b0fd28ffdbf4cc684bd04e735f0839dd@git.kernel.org>
Date: Tue, 14 May 2019 23:02:11 -0700
From: tip-bot for Raphael Gault <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, torvalds@...ux-foundation.org, peterz@...radead.org,
tglx@...utronix.de, mingo@...nel.org, jpoimboe@...hat.com,
raphael.gault@....com, linux-kernel@...r.kernel.org
Subject: [tip:core/urgent] objtool: Fix whitelist documentation typo
Commit-ID: 2decec48b0fd28ffdbf4cc684bd04e735f0839dd
Gitweb: https://git.kernel.org/tip/2decec48b0fd28ffdbf4cc684bd04e735f0839dd
Author: Raphael Gault <raphael.gault@....com>
AuthorDate: Tue, 14 May 2019 17:47:46 -0500
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 15 May 2019 07:57:50 +0200
objtool: Fix whitelist documentation typo
The directive specified in the documentation to add an exception
for a single file in a Makefile was inverted.
Signed-off-by: Raphael Gault <raphael.gault@....com>
Signed-off-by: Josh Poimboeuf <jpoimboe@...hat.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Link: http://lkml.kernel.org/r/522362a1b934ee39d0af0abb231f68e160ecf1a8.1557874043.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
tools/objtool/Documentation/stack-validation.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/Documentation/stack-validation.txt b/tools/objtool/Documentation/stack-validation.txt
index 3995735a878f..cd17ee022072 100644
--- a/tools/objtool/Documentation/stack-validation.txt
+++ b/tools/objtool/Documentation/stack-validation.txt
@@ -306,7 +306,7 @@ ignore it:
- To skip validation of a file, add
- OBJECT_FILES_NON_STANDARD_filename.o := n
+ OBJECT_FILES_NON_STANDARD_filename.o := y
to the Makefile.
Powered by blists - more mailing lists