diff --git a/SOURCES/dracut-kdump.sh b/SOURCES/dracut-kdump.sh index 19afbdb..3ef2b88 100755 --- a/SOURCES/dracut-kdump.sh +++ b/SOURCES/dracut-kdump.sh @@ -171,7 +171,7 @@ dump_fs() save_opalcore_fs "$_dump_fs_path" dinfo "saving vmcore" - $CORE_COLLECTOR /proc/vmcore "$_dump_fs_path/vmcore-incomplete" + $CORE_COLLECTOR /proc/vmcore "$_dump_fs_path/vmcore-incomplete" > /dev/console 2>&1 _dump_exitcode=$? if [ $_dump_exitcode -eq 0 ]; then sync -f "$_dump_fs_path/vmcore-incomplete" diff --git a/SOURCES/supported-kdump-targets.txt b/SOURCES/supported-kdump-targets.txt index 8259ea4..4dfdd3d 100644 --- a/SOURCES/supported-kdump-targets.txt +++ b/SOURCES/supported-kdump-targets.txt @@ -55,7 +55,7 @@ network: Hardware using kernel modules: (igb, ixgbe, ice, i40e, e1000e, igc, tg3, bnx2x, bnxt_en, qede, cxgb4, be2net, enic, sfc, mlx4_en, mlx5_core, r8169, atlantic, nfp, ionic; nicvf (aarch64 only)) - protocol: ipv4 + protocol: IPv4, IPv6 bonding vlan bridge @@ -95,7 +95,6 @@ storage: network: hardware using kernel modules: (sfc SRIOV, cxgb4vf, pch_gbe) - protocol: ipv6 wireless Infiniband (IB) vlan over bridge/team diff --git a/SPECS/kexec-tools.spec b/SPECS/kexec-tools.spec index 0ea8833..9c27770 100644 --- a/SPECS/kexec-tools.spec +++ b/SPECS/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.29 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -412,6 +412,10 @@ fi %endif %changelog +* Tue Mar 24 2026 Coiby Xu - 2.0.29-17 +- Add IPv6 to supported dump target +- Forward core collector's stdout and stderr to /dev/console + * Fri Feb 13 2026 Pingfan Liu - 2.0.29-17 - Fix a data race in multi-threading mode (--num-threads=N)