import CS kexec-tools-2.0.29-18.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-24 09:14:20 -04:00
parent 469f4527bc
commit 01330da03d
3 changed files with 7 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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 <coxu@redhat.com> - 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 <piliu@redhat.com> - 2.0.29-17
- Fix a data race in multi-threading mode (--num-threads=N)