From 0de0c2db2c4af51d10f9f59bf9505366e88d4fcc Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 11 May 2021 09:58:50 -0500 Subject: kernel-5.13.0-0.rc1.20210511git1140ab592e2e.14 * Tue May 11 2021 Justin M. Forbes [5.13.0-0.rc1.20210511git1140ab592e2e.14] - Force DWARF4 because crash does not support DWARF5 yet (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel-i686-fedora.config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'kernel-i686-fedora.config') diff --git a/kernel-i686-fedora.config b/kernel-i686-fedora.config index c28e88092..685557fc1 100644 --- a/kernel-i686-fedora.config +++ b/kernel-i686-fedora.config @@ -246,7 +246,6 @@ CONFIG_APM_CPU_IDLE=y # CONFIG_APM_DO_ENABLE is not set # CONFIG_APM_IGNORE_USER_SUSPEND is not set CONFIG_APM=y -# CONFIG_APPLE_AIC is not set CONFIG_APPLE_GMUX=m CONFIG_APPLE_MFI_FASTCHARGE=m CONFIG_APPLE_PROPERTIES=y @@ -1191,9 +1190,9 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set CONFIG_DEBUG_INFO_BTF=y # CONFIG_DEBUG_INFO_COMPRESSED is not set -# CONFIG_DEBUG_INFO_DWARF4 is not set +CONFIG_DEBUG_INFO_DWARF4=y # CONFIG_DEBUG_INFO_DWARF5 is not set -CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO=y @@ -4865,7 +4864,7 @@ CONFIG_PSTORE=y CONFIG_PTP_1588_CLOCK_IDT82P33=m CONFIG_PTP_1588_CLOCK_IDTCM=m # CONFIG_PTP_1588_CLOCK_INES is not set -CONFIG_PTP_1588_CLOCK_KVM=y +CONFIG_PTP_1588_CLOCK_KVM=m # CONFIG_PTP_1588_CLOCK_OCP is not set CONFIG_PTP_1588_CLOCK_PCH=m CONFIG_PTP_1588_CLOCK_VMW=m -- cgit