All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] objtool: doc: Fix one-file exception Makefile directive
@ 2019-05-14  9:32 Raphael Gault
  2019-05-14 15:18 ` Josh Poimboeuf
  0 siblings, 1 reply; 2+ messages in thread
From: Raphael Gault @ 2019-05-14  9:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: jpoimboe, peterz, Raphael Gault

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>
---
 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.1


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

* Re: [PATCH] objtool: doc: Fix one-file exception Makefile directive
  2019-05-14  9:32 [PATCH] objtool: doc: Fix one-file exception Makefile directive Raphael Gault
@ 2019-05-14 15:18 ` Josh Poimboeuf
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Poimboeuf @ 2019-05-14 15:18 UTC (permalink / raw)
  To: Raphael Gault; +Cc: linux-kernel, peterz

On Tue, May 14, 2019 at 10:32:43AM +0100, Raphael Gault wrote:
> 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>
> ---
>  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.

Thanks Raphael.  I will send it along to -tip.

-- 
Josh

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-14  9:32 [PATCH] objtool: doc: Fix one-file exception Makefile directive Raphael Gault
2019-05-14 15:18 ` Josh Poimboeuf

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.