public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] objtool: Fix whitelist documentation typo
@ 2019-05-14 22:47 Josh Poimboeuf
  2019-05-15  6:02 ` [tip:core/urgent] " tip-bot for Raphael Gault
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Poimboeuf @ 2019-05-14 22:47 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Peter Zijlstra, Raphael Gault

From: Raphael Gault <raphael.gault@arm.com>

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@arm.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
---
 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.
 
-- 
2.17.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-15  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14 22:47 [PATCH] objtool: Fix whitelist documentation typo Josh Poimboeuf
2019-05-15  6:02 ` [tip:core/urgent] " tip-bot for Raphael Gault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox