All of lore.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

* [tip:core/urgent] objtool: Fix whitelist documentation typo
  2019-05-14 22:47 [PATCH] objtool: Fix whitelist documentation typo Josh Poimboeuf
@ 2019-05-15  6:02 ` tip-bot for Raphael Gault
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Raphael Gault @ 2019-05-15  6:02 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, torvalds, peterz, tglx, mingo, jpoimboe, raphael.gault,
	linux-kernel

Commit-ID:  2decec48b0fd28ffdbf4cc684bd04e735f0839dd
Gitweb:     https://git.kernel.org/tip/2decec48b0fd28ffdbf4cc684bd04e735f0839dd
Author:     Raphael Gault <raphael.gault@arm.com>
AuthorDate: Tue, 14 May 2019 17:47:46 -0500
Committer:  Ingo Molnar <mingo@kernel.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@arm.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/522362a1b934ee39d0af0abb231f68e160ecf1a8.1557874043.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.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.
 

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.