Re: [Patch v3 03/13] x86/speculation: Add static key for Enhanced IBRS

From: Thomas Gleixner
Date: Thu Oct 18 2018 - 08:50:50 EST


On Wed, 17 Oct 2018, Tim Chen wrote:

> Add static key to indicate whether we are using Enhanced IBRS to mitigate

Please avoid personification of technical things. _We_ are not using
anything, really.

> +DEFINE_STATIC_KEY_FALSE(spectre_v2_enhanced_ibrs);
> +EXPORT_SYMBOL(spectre_v2_enhanced_ibrs);

All the speculation symbols are exported with _GPL. Please make it consistent.

Thanks,

tglx