lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 14 May 2019 10:18:13 -0500
From:   Josh Poimboeuf <jpoimboe@...hat.com>
To:     Raphael Gault <raphael.gault@....com>
Cc:     linux-kernel@...r.kernel.org, peterz@...radead.org
Subject: Re: [PATCH] objtool: doc: Fix one-file exception Makefile directive

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ