Hi everybody,
here are a few patches before I go on Christmas vacation. I'll be back in office on Jan 9th so you don't need to hurry to review them.
Patch 3 is a little bit special as in my opinion it only highlights the problem but doesn't really fix it. For a proper fix one would need to move all functions dracut-early-kdump.sh uses from kdump-lib to kdump-lib-initramfs and make them POSIX compliant...
Thanks and see you next year Philipp
Philipp Rudo (13): kdumpctl: simplify check_failure_action_config dracut-early-kdump: fix shellcheck findings dracut-early-kdump: explicitly use bash kdumpctl: merge check_current_{kdump,fadump}_status mkfadumprd: drop unset globals from debug output kdump-lib: always specify version in is_squash_available unit tests: add tests for prepare_cmdline kdumpctl: move aws workaround to kdump-lib kdump-lib: fix prepare_cmdline kdumpctl: cleanup 'start' kdumpctl: cleanup 'stop' kdumpctl: refractor check_rebuild kdumpctl: make do_estimate more robust
.editorconfig | 2 +- dracut-early-kdump.sh | 7 +- kdump-lib.sh | 226 +++++++++++++++++--------------- kdumpctl | 287 +++++++++++++++-------------------------- mkfadumprd | 2 +- spec/kdump-lib_spec.sh | 32 +++++ 6 files changed, 266 insertions(+), 290 deletions(-) mode change 100644 => 100755 mkfadumprd