This set tries to do a few improvements to fadump. The 1st patch makes 'zstd' as the default compression method for fadump. The next patch fixes the default initrd backup/restore logic. The 3rd patch ensures fadump initramfs is cleaned up on kernel uninstall.
Changes in v2: * Improve changelog on why 'zstd' is used for fadump in patch#1. * Patch#2: A new patch to fix default initrd backup/restore logic. * Patch#3: Cleaning up kernel version based checksum file.
Hari Bathini (3): fadump: use 'zstd' as the default compression method fadump: fix default initrd backup and restore logic fadump: add a kernel install hook to clean up fadump initramfs
60-fadump.install | 32 ++++++++++++++++++++++++++++++++ kdumpctl | 8 ++++---- kexec-tools.spec | 3 +++ mkfadumprd | 6 ++---- 4 files changed, 41 insertions(+), 8 deletions(-) create mode 100755 60-fadump.install