Re: [PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST

2018-04-10 Thread Kees Cook
On Mon, Apr 9, 2018 at 11:15 PM, Masahiro Yamada wrote: > Can you explain a bit more about GCC_PLUGIN_RANDSTRUCT_PERFORMANCE? > > IIUC, this option reduces the randomization. Correct: I don't want to do COMPILE_TEST buids with GCC_PLUGIN_RANDSTRUCT_PERFORMANCE since it is effectively a subset of

Re: [PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST

2018-04-09 Thread Masahiro Yamada
2018-03-28 20:47 GMT+09:00 Kees Cook : > On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada > wrote: >> The plugin availability is checked in Kconfig, so all{yes,mod}config >> will not be bothered. Remove 'depends on !COMPILE_TEST'. >> >> Signed-off-by: Masahiro Yamada >> --- >> >> Changes in v2:

Re: [PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST

2018-03-28 Thread Kees Cook
On Mon, Mar 26, 2018 at 10:29 PM, Masahiro Yamada wrote: > The plugin availability is checked in Kconfig, so all{yes,mod}config > will not be bothered. Remove 'depends on !COMPILE_TEST'. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: > - Remove more 'depends on' > > arch/Kconfig

[PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST

2018-03-26 Thread Masahiro Yamada
The plugin availability is checked in Kconfig, so all{yes,mod}config will not be bothered. Remove 'depends on !COMPILE_TEST'. Signed-off-by: Masahiro Yamada --- Changes in v2: - Remove more 'depends on' arch/Kconfig | 4 1 file changed, 4 deletions(-) diff --git a/arch/Kconfig b/arch/