commit | 6e179d64126b909f0b288fa63cdbf07c531e9b1d | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Mar 23 13:04:49 2018 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Mar 28 08:38:24 2018 +0200 |
tree | d3b27e05dca18c669c42ba1b7833179c1b83a273 | |
parent | b2e2f43a01bace1a25bdbae04c9f9846882b727a [diff] |
s390: add automatic detection of the spectre defense Automatically decide between nobp vs. expolines if the spectre_v2=auto kernel parameter is specified or CONFIG_EXPOLINE_AUTO=y is set. The decision made at boot time due to CONFIG_EXPOLINE_AUTO=y being set can be overruled with the nobp, nospec and spectre_v2 kernel parameters. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>