summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-10-01 12:45:09 -0700
committerLaura Abbott <labbott@redhat.com>2018-10-01 12:47:49 -0700
commitd54a0133267a72afe32ae562a7ec63e7423fa09f (patch)
treea39c054b72d34357475cb44bc438cfd10e6e7113
parent5c244a715ca5a8508f848dcb17f3167c4f272ca9 (diff)
downloadkernel-d54a0133267a72afe32ae562a7ec63e7423fa09f.tar.gz
kernel-d54a0133267a72afe32ae562a7ec63e7423fa09f.tar.xz
kernel-d54a0133267a72afe32ae562a7ec63e7423fa09f.zip
Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242)
-rw-r--r--configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_DEV_SP_PSP2
-rw-r--r--kernel-x86_64-debug.config2
-rw-r--r--kernel-x86_64.config2
-rw-r--r--kernel.spec3
4 files changed, 6 insertions, 3 deletions
diff --git a/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_DEV_SP_PSP b/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_DEV_SP_PSP
index 7b0c6490a..ee59b965f 100644
--- a/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_DEV_SP_PSP
+++ b/configs/fedora/generic/x86/x86_64/CONFIG_CRYPTO_DEV_SP_PSP
@@ -1 +1 @@
-CONFIG_CRYPTO_DEV_SP_PSP=y
+# CONFIG_CRYPTO_DEV_SP_PSP is not set
diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config
index a3c92fb47..60372261d 100644
--- a/kernel-x86_64-debug.config
+++ b/kernel-x86_64-debug.config
@@ -976,7 +976,7 @@ CONFIG_CRYPTO_DEV_QAT_C62XVF=m
CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
# CONFIG_CRYPTO_DEV_SP_CCP is not set
-CONFIG_CRYPTO_DEV_SP_PSP=y
+# CONFIG_CRYPTO_DEV_SP_PSP is not set
CONFIG_CRYPTO_DEV_VIRTIO=m
CONFIG_CRYPTO_DH=y
CONFIG_CRYPTO_DRBG_CTR=y
diff --git a/kernel-x86_64.config b/kernel-x86_64.config
index 8524bbd3d..0adf36f04 100644
--- a/kernel-x86_64.config
+++ b/kernel-x86_64.config
@@ -972,7 +972,7 @@ CONFIG_CRYPTO_DEV_QAT_C62XVF=m
CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
# CONFIG_CRYPTO_DEV_SP_CCP is not set
-CONFIG_CRYPTO_DEV_SP_PSP=y
+# CONFIG_CRYPTO_DEV_SP_PSP is not set
CONFIG_CRYPTO_DEV_VIRTIO=m
CONFIG_CRYPTO_DH=y
CONFIG_CRYPTO_DRBG_CTR=y
diff --git a/kernel.spec b/kernel.spec
index 067e5a858..4b4af61c9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1879,6 +1879,9 @@ fi
#
#
%changelog
+* Mon Oct 01 2018 Laura Abbott <labbott@redhat.com>
+- Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242)
+
* Mon Oct 1 2018 Laura Abbott <labbott@redhat.com>
- Fix for Intel Sensor Hub (rhbz 1634250)