From b19a5698c95c95f50ea96f25805ee95c5b32ded7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 30 Jan 2023 10:11:50 -0600 Subject: kernel-6.2.0-0.rc6.44 * Mon Jan 30 2023 Fedora Kernel Team [6.2.0-0.rc6.44] - Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes) - Turn off forced debug builds (Justin M. Forbes) - Turn on debug builds for aarch64 Fedora (Justin M. Forbes) - Revert "redhat: fix elf got hardening for vm tools" (Don Zickus) Resolves: Signed-off-by: Justin M. Forbes --- kernel-x86_64-rhel.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kernel-x86_64-rhel.config') diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index b3384e856..793b60c79 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -988,7 +988,6 @@ CONFIG_CRYPTO_FCRYPT=m CONFIG_CRYPTO_FIPS_NAME="Linux Kernel Cryptographic API" CONFIG_CRYPTO_FIPS=y CONFIG_CRYPTO_GCM=y -CONFIG_CRYPTO_GF128MUL=y CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m CONFIG_CRYPTO_GHASH=y # CONFIG_CRYPTO_HCTR2 is not set @@ -1598,7 +1597,6 @@ CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y # CONFIG_EFI_DISABLE_RUNTIME is not set CONFIG_EFI_DXE_MEM_ATTRIBUTES=y # CONFIG_EFI_FAKE_MEMMAP is not set -CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y CONFIG_EFI_HANDOVER_PROTOCOL=y CONFIG_EFI_MIXED=y CONFIG_EFI_PARTITION=y @@ -3175,6 +3173,7 @@ CONFIG_MEMBARRIER=y CONFIG_MEMCG_SWAP=y CONFIG_MEMCG=y CONFIG_MEMCPY_KUNIT_TEST=m +CONFIG_MEMCPY_SLOW_KUNIT_TEST=y CONFIG_MEMORY_FAILURE=y # CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set CONFIG_MEMORY_HOTPLUG=y -- cgit