diff options
author | Dan Horák <dan@danny.cz> | 2018-09-12 09:52:31 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2018-09-12 15:37:13 -0400 |
commit | 539c77ed029666082b5c5c5c7701273891b06244 (patch) | |
tree | d86827c88b2ed08d4441dd925aa5414b20d4f4ff /kernel-s390x-debug.config | |
parent | 720485d8edcb28d42989afc74d47274912ea8796 (diff) | |
download | kernel-539c77ed029666082b5c5c5c7701273891b06244.tar.gz kernel-539c77ed029666082b5c5c5c7701273891b06244.tar.xz kernel-539c77ed029666082b5c5c5c7701273891b06244.zip |
drop redundant spectre v2 mitigation (rhbz#1627915)
Diffstat (limited to 'kernel-s390x-debug.config')
-rw-r--r-- | kernel-s390x-debug.config | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel-s390x-debug.config b/kernel-s390x-debug.config index b1384a719..2eafc839c 100644 --- a/kernel-s390x-debug.config +++ b/kernel-s390x-debug.config @@ -1384,9 +1384,8 @@ CONFIG_ETHERNET=y # CONFIG_EXOFS_DEBUG is not set # CONFIG_EXOFS_FS is not set # CONFIG_EXPERT is not set -# CONFIG_EXPOLINE_AUTO is not set -CONFIG_EXPOLINE_FULL=y -CONFIG_EXPOLINE_MEDIUM=y +CONFIG_EXPOLINE_AUTO=y +# CONFIG_EXPOLINE_FULL is not set # CONFIG_EXPOLINE_OFF is not set CONFIG_EXPOLINE=y CONFIG_EXPORTFS=y @@ -2486,7 +2485,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZ4 is not set # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_LZO is not set -CONFIG_KERNEL_NOBP=y +# CONFIG_KERNEL_NOBP is not set # CONFIG_KERNEL_UNCOMPRESSED is not set # CONFIG_KERNEL_XZ is not set CONFIG_KEXEC_FILE=y |