From 00bf9ddcd823f4a4f7b8bbea8b7d8280ea8c8b9d Mon Sep 17 00:00:00 2001 From: Yuanhe Shu Date: Wed, 10 Jul 2024 19:38:24 +0800 Subject: [PATCH] Omit hibmc-drm module in dump capture kernel Capture kernel would crash in kunpeng when loading hibmc-drm module. Just omit this module. Signed-off-by: Yuanhe Shu --- kdump.conf | 1 + kexec-tools.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/kdump.conf b/kdump.conf index d4fc78b..51417d1 100644 --- a/kdump.conf +++ b/kdump.conf @@ -187,6 +187,7 @@ core_collector makedumpfile -l --message-level 7 -d 31 #failure_action shell #force_rebuild 1 #force_no_rebuild 1 +dracut_args --omit-drivers "hibmc-drm" #dracut_args --omit-drivers "cfg80211 snd" --add-drivers "ext2 ext3" #fence_kdump_args -p 7410 -f auto -c 0 -i 10 #fence_kdump_nodes node1 node2 diff --git a/kexec-tools.spec b/kexec-tools.spec index 0c7c76f..cabbd80 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -3,7 +3,7 @@ %global mkdf_ver 1.7.4 %global mkdf_shortver %(c=%{mkdf_ver}; echo ${c:0:7}) -%define anolis_release 6 +%define anolis_release 7 Name: kexec-tools Version: 2.0.26 @@ -348,6 +348,9 @@ done %doc TODO AUTHORS %changelog +* Mon Jun 03 2024 Yuanhe Shu - 2.0.26-6 +- Omit hibmc-drm module in dump capture kernel (bug#9181) + * Tue Jun 4 2024 Ming Wang - 2.0.26-6 - Backport upstream patch for loongarch and x86_64 -- Gitee