Release 2.0.23-10

Resolves: bz2060774
Resolves: bz2060824
Resolves: bz2069200

Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
Tao Liu 2022-04-08 15:26:19 +08:00
parent dd05affb9f
commit aab4b79f41

View File

@ -5,7 +5,7 @@
Name: kexec-tools
Version: 2.0.23
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2
Summary: The kexec/kdump userspace component
@ -430,6 +430,20 @@ fi
%endif
%changelog
* Fri Apr 8 2022 Tao Liu <ltao@redhat.com> - 2.0.23-10
- try to update the crashkernel in GRUB_ETC_DEFAULT after kexec-tools updates the default crashkernel value
- address the case where there are multiple values for the same kernel arg
- s390: add support for --reuse-cmdline
- use slurp_proc_file() in get_command_line()
- add slurp_proc_file()
- s390: use KEXEC_ALL_OPTIONS
- s390: add variable command line size
- util_lib/elf_info: harden parsing of printk buffer
- print error when reading with unsupported compression
- use cycle detection when parsing the prink log_buf
- use pointer arithmetics for dump_dmesg
- add generic cycle detection
* Fri Feb 25 2022 Tao Liu <ltao@redhat.com> - 2.0.23-9
- makedumpfile: sadump, kaslr: fix failure of calculating kaslr_offset