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:   Wed, 1 Feb 2017 08:27:45 -0800
From:   Kees Cook <keescook@...omium.org>
To:     Arnd Bergmann <arnd@...db.de>
Cc:     PaX Team <pageexec@...email.hu>, Emese Revfy <re.emese@...il.com>,
        LKML <linux-kernel@...r.kernel.org>,
        Josh Triplett <josh@...htriplett.org>,
        Masahiro Yamada <yamada.masahiro@...ionext.com>,
        minipli@...linux.so, Russell King <linux@...linux.org.uk>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Jeff Layton <jlayton@...chiereds.net>
Subject: Re: [PATCH] gcc-plugins: make GCC_PLUGIN_INITIFY_VERBOSE depend on !COMPILE_TEST

On Wed, Feb 1, 2017 at 8:07 AM, Arnd Bergmann <arnd@...db.de> wrote:
> Just like GCC_PLUGIN_STRUCTLEAK_VERBOSE, we should make this one depend on !COMPILE_TEST,
> otherwise we get lots of unnecessary output for randconfig and possibly allmodconfig
> builds.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>

Thanks! And sorry, I thought I already had that. :P I'll add this to my tree.

-Kees

> ---
>  arch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/Kconfig b/arch/Kconfig
> index 48f395ed5207..b5eafefbe2bd 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -453,6 +453,7 @@ config GCC_PLUGIN_INITIFY
>  config GCC_PLUGIN_INITIFY_VERBOSE
>         bool "Report initification"
>         depends on GCC_PLUGIN_INITIFY
> +       depends on !COMPILE_TEST
>         help
>           Print all initified strings and all functions which should be
>           __init/__exit.
> --
> 2.9.0
>



-- 
Kees Cook
Pixel Security

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ