From aab4b79f41ac67564c70774a68319f78a29a3d64 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Fri, 8 Apr 2022 15:26:19 +0800 Subject: [PATCH] Release 2.0.23-10 Resolves: bz2060774 Resolves: bz2060824 Resolves: bz2069200 Signed-off-by: Tao Liu --- kexec-tools.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index b3825dd..1b76665 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -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 - 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 - 2.0.23-9 - makedumpfile: sadump, kaslr: fix failure of calculating kaslr_offset