diff --git a/kdump.conf b/kdump.conf index d4fc78b0945828823b101986c9729b406660904d..51417d1077050825034f5f6f6b63e9a651f2b507 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 0c7c76f4f0a1cb0578caa0bcdc4c24c3f4b61fc3..cabbd802f89afbe77949ccb946d2bf676d3850ff 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