From 0fb7ca87a1f8c90f8582b1ea078d229d333871d1 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Tue, 29 Jun 2021 13:15:52 +0800 Subject: [PATCH] Release 2.0.22-8 Resolves: bz1974178 Resolves: bz1972464 Resolves: bz1975632 Resolves: bz1968374 Signed-off-by: Tao Liu --- kexec-tools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index e7b7e5a..e61569a 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.22 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -359,6 +359,12 @@ done %endif %changelog +* Tue Jun 29 2021 Tao Liu - 2.0.22-8 +- check for invalid physical address of /proc/kcore when making ELF dumpfile +- Increase SECTION_MAP_LAST_BIT to 5 +- kdumpctl: fix check_config error when kdump.conf is empty +- kdump-lib.sh: fix a warning in prepare_kdump_bootinfo() + * Wed Jun 23 2021 Tao Liu - 2.0.22-7 - Write to `/var/lib/kdump` if $KDUMP_BOOTDIR not writable