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-ppc64le-debug-rhel.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-ppc64le-debug-rhel.config') diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 72afe23a9..ecb3489ee 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -855,7 +855,7 @@ CONFIG_CRYPTO_DRBG_HASH=y CONFIG_CRYPTO_DRBG_HMAC=y CONFIG_CRYPTO_DRBG_MENU=y CONFIG_CRYPTO_ECB=y -CONFIG_CRYPTO_ECDH=y +CONFIG_CRYPTO_ECDH=m CONFIG_CRYPTO_ECDSA=y CONFIG_CRYPTO_ECHAINIV=m # CONFIG_CRYPTO_ECRDSA is not set -- cgit