Re: [1/3] gcc-plugins: fix definition of DISABLE_LATENT_ENTROPY_PLUGIN

2017-02-06 Thread Michael Ellerman
On Tue, 2016-12-06 at 06:27:58 UTC, Andrew Donnellan wrote: > The variable DISABLE_LATENT_ENTROPY_PLUGIN is defined when > CONFIG_PAX_LATENT_ENTROPY is set. This is leftover from the original PaX > version of the plugin code and doesn't actually exist. Change the condition > to depend on CONFIG_GCC

[PATCH 1/3] gcc-plugins: fix definition of DISABLE_LATENT_ENTROPY_PLUGIN

2016-12-05 Thread Andrew Donnellan
The variable DISABLE_LATENT_ENTROPY_PLUGIN is defined when CONFIG_PAX_LATENT_ENTROPY is set. This is leftover from the original PaX version of the plugin code and doesn't actually exist. Change the condition to depend on CONFIG_GCC_PLUGIN_LATENT_ENTROPY instead. Fixes: 38addce8b600 ("gcc-plugins: