From 46931d96df7574f89f56e707aee2aefa6f463ff6 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 19 Jan 2022 09:54:55 -0600 Subject: kernel-5.17-0.rc0.20220118gitfe81ba137ebc.69 * Wed Jan 19 2022 Fedora Kernel Team [5.17-0.rc0.20220118gitfe81ba137ebc.69] - lib/crypto: add prompts back to crypto libraries (Justin M. Forbes) - Add packaged but empty /lib/modules//systemtap/ (Justin M. Forbes) - filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel-s390x-debug-fedora.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernel-s390x-debug-fedora.config') diff --git a/kernel-s390x-debug-fedora.config b/kernel-s390x-debug-fedora.config index 970cf62b1..5384c8088 100644 --- a/kernel-s390x-debug-fedora.config +++ b/kernel-s390x-debug-fedora.config @@ -993,8 +993,8 @@ CONFIG_CRYPTO_CAST6=m CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_CFB=y -CONFIG_CRYPTO_CHACHA20POLY1305=y -CONFIG_CRYPTO_CHACHA20=y +CONFIG_CRYPTO_CHACHA20=m +CONFIG_CRYPTO_CHACHA20POLY1305=m # CONFIG_CRYPTO_CHACHA_S390 is not set CONFIG_CRYPTO_CMAC=y CONFIG_CRYPTO_CRC32C_VPMSUM=m @@ -1065,7 +1065,7 @@ CONFIG_CRYPTO_OFB=y CONFIG_CRYPTO_PAES_S390=m CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_PCRYPT=m -CONFIG_CRYPTO_POLY1305=y +CONFIG_CRYPTO_POLY1305=m CONFIG_CRYPTO_RMD160=m CONFIG_CRYPTO_RSA=y CONFIG_CRYPTO_SEQIV=y -- cgit