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