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]
Message-ID: <CAGXu5jLs5D_py8GgcoVefahrSMF_a=Zky3qSbirYHKMRtDRNpQ@mail.gmail.com>
Date:   Tue, 6 Feb 2018 11:54:22 +1100
From:   Kees Cook <keescook@...omium.org>
To:     Valdis Kletnieks <valdis.kletnieks@...edu>
Cc:     kernel-hardening@...ts.openwall.com,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] GCC release 8 support for gcc-plugins

On Mon, Feb 5, 2018 at 4:01 AM,  <valdis.kletnieks@...edu> wrote:
> GCC requires another #include to get the gcc-plugins to build cleanly.
>
> Signed-off-by: Valdis Kletnieks <valdis.kletnieks@...edu>
>
> diff --git a/scripts/gcc-plugins/gcc-common.h b/scripts/gcc-plugins/gcc-common.h
> index ffd1dfaa1cc1..f46750053377 100644
> --- a/scripts/gcc-plugins/gcc-common.h
> +++ b/scripts/gcc-plugins/gcc-common.h
> @@ -97,6 +97,10 @@
>  #include "predict.h"
>  #include "ipa-utils.h"
>
> +#if BUILDING_GCC_VERSION >= 8000
> +#include "stringpool.h"
> +#endif
> +
>  #if BUILDING_GCC_VERSION >= 4009
>  #include "attribs.h"
>  #include "varasm.h"

Thanks! I can confirm this works for me. I'll get it applied.

-Kees

-- 
Kees Cook
Pixel Security

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ