commit | a5ce9f2bb665d1d2b31f139a02dbaa2dfbb62fa6 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Mon Jun 15 08:51:25 2020 +0200 |
committer | Borislav Petkov <bp@suse.de> | Tue Jun 16 23:14:47 2020 +0200 |
tree | 11fa6b8e87974918205ab28df45ccfa72aa305dc | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 [diff] |
x86/speculation: Merge one test in spectre_v2_user_select_mitigation() Merge the test whether the CPU supports STIBP into the test which determines whether STIBP is required. Thus try to simplify what is already an insane logic. Remove a superfluous newline in a comment, while at it. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Anthony Steinhauser <asteinhauser@google.com> Link: https://lkml.kernel.org/r/20200615065806.GB14668@zn.tnic