Release 2.0.22-8

Resolves: bz1974178
Resolves: bz1972464
Resolves: bz1975632
Resolves: bz1968374

Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
Tao Liu 2021-06-29 13:15:52 +08:00
parent d898f5be01
commit 0fb7ca87a1
1 changed files with 7 additions and 1 deletions

View File

@ -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 <ltao@redhat.com> - 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 <ltao@redhat.com> - 2.0.22-7
- Write to `/var/lib/kdump` if $KDUMP_BOOTDIR not writable