diff --git a/kdumpctl b/kdumpctl index fb264c32dc82a58a635adcec4827f846cc7870b4..00c0064d4cd6ae2274ea6c1ba1fbcf6a01690e4f 100755 --- a/kdumpctl +++ b/kdumpctl @@ -256,11 +256,9 @@ check_config() ;; net|options|link_delay|disk_timeout|debug_mem_level|blacklist) echo "Deprecated kdump config option: $config_opt. Refer to kdump.conf manpage for alternatives." - return 1 ;; *) echo "Invalid kdump config option $config_opt" - return 1; ;; esac done <<< "$(read_strip_comments $KDUMP_CONFIG_FILE)" diff --git a/kexec-tools.spec b/kexec-tools.spec index 5ece8e1278cc5f3755da4b3005d5421f9d163901..c1a134a5d3ac6424d6e0b66a63b325eeb464427e 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.23 -Release: 6 +Release: 7 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -288,6 +288,9 @@ done %endif %changelog +* Tue Aug 23 2022 chenhaixiang - 2.0.23-7 +- kdumpctl:ignore deprecated and invalid kdump config option + * Wed Aug 3 2022 chenhaixiang - 2.0.23-6 - fix CVE-2021-20269