From db899671859aca5d824a95738422e937fd57c8ad Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 4 Aug 2021 08:51:28 -0500 Subject: kernel-5.13.8-100 * Wed Aug 04 2021 Justin M. Forbes [5.13.8-100] - kernel-5.13.8-0 (Justin M. Forbes) - Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) - Revert CRYPTO_ECDH and CRYPTO_ECDA from builtin to module to fix fips (Justin M. Forbes) - drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) - powerpc/pseries: Fix regression while building external modules (Srikar Dronamraju) Resolves: rhbz# 1966245 1974002 1989771 Signed-off-by: Justin M. Forbes --- kernel-armv7hl-fedora.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel-armv7hl-fedora.config') diff --git a/kernel-armv7hl-fedora.config b/kernel-armv7hl-fedora.config index 655328e4a..6cf4621dd 100644 --- a/kernel-armv7hl-fedora.config +++ b/kernel-armv7hl-fedora.config @@ -1363,8 +1363,8 @@ CONFIG_CRYPTO_DRBG_CTR=y CONFIG_CRYPTO_DRBG_HASH=y CONFIG_CRYPTO_DRBG_MENU=y CONFIG_CRYPTO_ECB=y -CONFIG_CRYPTO_ECDH=y -CONFIG_CRYPTO_ECDSA=y +CONFIG_CRYPTO_ECDH=m +CONFIG_CRYPTO_ECDSA=m CONFIG_CRYPTO_ECHAINIV=m CONFIG_CRYPTO_ECRDSA=m CONFIG_CRYPTO_ESSIV=m -- cgit