Changelog for
kexec-tools-2.0.20-17.fc32.x86_64.rpm :
* Tue Aug 04 2020 Kairui Song
- 2.0.20-17- Drop static lib dependencies- Revert \"x86_64: enable the kexec file load by default\"- Revert \"s390x: enable the kexec file load by default\"- kdumpctl: exit if either pre.d or post.d is missing- kdump_pre: make notes more precise- dracut-kdump.sh: exit shell when machine reboot- kdumpctl: detect modification of scripts by its directory\'s timestamp- module-setup.sh: suppress false alarm- kexec-tools.spec: make the existence of pre.d and post.d mandatory- ppc64/kdump: use kexec_file_load when secureboot is enabled
* Sat Aug 01 2020 Fedora Release Engineering - 2.0.20-16- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering - 2.0.20-15- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 01 2020 Kairui Song - 2.0.20-14- s390x: enable the kexec file load by default- x86_64: enable the kexec file load by default- Revert \"s390x: add kdump sysconfig option to use the kexec_file_load() syscall\"- Revert \"kdump-lib: switch to the kexec_file_load() syscall on x86_64 by default\"- kdump.conf: fix a grammar issue- man: improve description about /etc/kdump/{pre.d,post.d}interface- mkdumprd: Improve the error message for umounted dump target- mkdumprd: Fix nfs detection in to_mount- Always wrap up call to dracut get_persistent_dev function- s390x: add kdump sysconfig option to use the kexec_file_load() syscall- mkdumprd: Fix dracut error on multiple extra_modules- Fix kdump failure when mount target specified by dracut_args- kdump.conf: Specify /etc/kdump/{pre.d,post.d}interface- dracut-kdump.sh: Execute the binary and script filesin /etc/kdump/{pre.d,post.d}- kdumpctl: Check the update of the binary and script files in /etc/kdump/{pre.d,post.d}- dracut-module-setup.sh: Install files under /etc/kdump/{pre.d,post.d} into kdump initramfs- Drop switch root capability for non fadump initramfs- fadump: update fadump-howto.txt with some more troubleshooting help- fadump-howto.txt: source it in spec file- Don\'t inherit swiotlb parameter form 1st kernel by default- module-setup.sh: Add \"rd.neednet\" parameter if network is needed- Revert \"Add a hook to wait for kdump target in initqueue\"- kdump.sysconfig: Remove the option \'log_buf_len\' from kdump command line
* Fri May 22 2020 Kairui Song - 2.0.20-13- Update docs for the new noauto dump target support- kexec-kdump-howto.txt: Add some format to the document- mkdumprd: generate usable kdump initramfs even target is not mounted- User get_mount_info to replace findmnt calls- kdump-lib.sh: add fstab failback helper for getting mount info- Allow calling mkdumprd from kdumpctl even if targat not mounted- Add a is_mounted helper- Introduce get_kdump_mntpoint_from_target and fix duplicated /- Append both nofail and x-systemd.before to kdump mount target- Fix the problem that kdump prints redundant /- Partially Revert \"Don\'t mount the dump target unless needed\"- fadump: update fadump-howto.txt with some troubleshooting help- Add a new option \'rd.znet_ifname\' in order to use it in udev rules- Don\'t unmount the dump target just after saving vmcore- dracut-module-setup.sh: fix breakage in get_pcs_fence_kdump_nodes()- dracut-module-setup.sh: ensure cluster info is ready before query
* Thu Apr 02 2020 Kairui Song - 2.0.20-12- Remove adjust_bind_mount_path call- No longer treat atomic/silverblue specially- mkdumprd: Simplify handling of user specified target- mkdumprd: Use get_save_path instead of parsing config- Remove is_dump_target_configured- dracut-module-setup.sh: improve get_alias()
* Tue Mar 24 2020 Kairui Song - 2.0.20-11- Fix a potential syntax error- Use read_strip_comments to filter the installed kdump.conf- kdumpctl: fix driver change detection on latest Fedora- kdumpctl: check hostonly-kernel-modules.txt for kernel module- dracut-module-setup.sh: Ensure initrd.target.wants dir exists- mkdumprd: Use DUMP_TARGET which printing error message during ssh- kdump-lib.sh: Fix is_user_configured_dump_target()- mkdumprd: Use makedumpfile --check-params option- makedumpfile: Introduce --check-params option- Improves the early-kdump-howto.txt document in several points:
* Thu Feb 13 2020 Kairui Song - 2.0.20-10- Add --force option to step 2 in early-kdump-howto.txt- Fix typo in early-kdump-howto.txt- kexec-tools/module-setup: Ensure eth devices get IP address for VLAN- powerpc: enable the scripts to capture dump on POWERNV platform- kdump-lib: switch to the kexec_file_load() syscall on x86_64 by default
* Wed Jan 29 2020 Kairui Song - 2.0.20-9- Fix building failure
* Wed Jan 29 2020 Kairui Song - 2.0.20-8- Update makedumpfile to 1.6.7- Add a hook to wait for kdump target in initqueue- Always install sed and awk- Fix potential ssh/nfs kdump failure of missing \"ip\" command- kdump-lib.sh: Fix is_nfs_dump_target- Always use get_save_path to get the \'path\' option- kdump-lib: Don\'t abuse echo, and clean up
* Sun Dec 29 2019 Kairui Song - 2.0.20-7- Fix building failure due to makedumpfile\'s compile flag- mkdumprd: Fix dracut args parsing
* Thu Nov 28 2019 Kairui Song - 2.0.20-6- kdump-error-handler.service: Remove ExecStopPost- mkdumprd: simplify dracut args parsing- Always set vm.zone_reclaim_mode = 3 in kdump kernel- kdumpctl: make reload fail proof- spec: move binaries from /sbin to /usr/sbin- Don\'t execute final_action if failure_action terminates the system- module-setup.sh: Simplify the network setup code- mkdumprd: ensure ssh path exists before check size- module-setup: re-fix 99kdumpbase network dependency- kdumpctl: bail out immediately if host key verification failed
* Tue Oct 15 2019 Kairui Song - 2.0.20-5- Don\'t mount the dump target unless needed- kdump-lib: strip grub device from kdump_bootdir- Add systemd-udev require.
* Tue Sep 24 2019 Kairui Song - 2.0.20-4- kdumpctl: echo msg when waiting for connection- makedumpfile: Fix inconsistent return value from find_vmemmap()- makedumpfile: Fix exclusion range in find_vmemmap_pages()- makedumpfile: x86_64: Fix incorrect exclusion by -e option with KASLR- kdumpctl: distinguish the failed reason of ssh- kexec-kdump-howto.txt: Add notes about device dump- Disable device dump by default- dracut-module-setup: fix bond ifcfg processing- dracut-module-setup: filter out localhost for generic_fence_kdump- dracut-module-setup: get localhost alias by manual
* Mon Aug 12 2019 Kairui Song - 2.0.20-3- kdumpctl: wait a while for network ready if dump target is ssh- makedumpfile: Increase SECTION_MAP_LAST_BIT to 4- makedumpfile: Do not proceed when get_num_dumpable_cyclic() fails- Don\'t forward and drop journalctl logs for fadump
* Fri Aug 02 2019 Kairui Song - 2.0.20-2- x86: Fix broken multiboot2 buliding for i386- dracut-module-setup.sh: skip alias of localhost in get_pcs_fence_kdump_nodes()
* Wed Jul 31 2019 Kairui Song - 2.0.20-1- Update makedumpfile to 1.6.6- dracut-module-setup.sh: Don\'t use squash module for fadump- Forward logs in kdump kernel to console directly- kdump.sysconfig/x86_64: Disable HEST by default- dracut-kdump-capture.service: Use OnFailureJobMode instead of deprecated OnFailureIsolate- makedumpfile: x86_64: Add support for AMD Secure Memory Encryption- aarch64/kdump.sysconfig: Make config options similar to x86_64- Add aarch64 specific kdump.sysconfig and use \'nr_cpus\' instead of \'maxcpus\'- kdumpctl: check for ssh path availability when rebuild- kdumpctl: Check kdump.conf for error when rebuild is called
* Thu Jul 25 2019 Fedora Release Engineering - 2.0.19-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon May 20 2019 Kairui Song - 2.0.19-2- kdumpctl: don\'t always rebuild when extra_modules is set- kdumpctl: follow symlink when checking for modified files- Get rid of duplicated strip_comments when reading config- earlykdump: provide a prompt message after the rebuilding of kdump initramfs.- kexec-kdump-howto.txt: Add document about encrypted targets- kexec-kdump-howto.txt: Add document about initramfs rebiuld- kdumpctl: Detect block device driver change for initramfs rebuild- Revert \"kdumpctl: Rebuild initramfs if loaded kernel modules changed\"- kexec.rules: create dedicated udev rules for ppc64- kexec-kdump-howto: Add note on setting correct value of kptr_restrict- Update man page for new kdumpctl command: reload / rebuild- kdumpctl: add rebuild support- mkdumprd: Improve the config reading logic
* Fri Mar 22 2019 Kairui Song - 2.0.19-1- Update eppic to latest snapshot- fadump: leverage kernel support to re-regisgter FADump- fadump: use the original initrd to rebuild fadump initrdfrom
* Fri Feb 22 2019 Kairui Song - 2.0.18-5- Update eppic to latest upstream snapshot- Enable building with hardening flags- Remove unused patches- Remove obsolete Group tag- mkdumprd: refine regex on dropping mount options
* Fri Feb 01 2019 Fedora Release Engineering - 2.0.18-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jan 22 2019 Kairui Song - 2.0.18-3- earlykdump: Add a note of final_action option to avoid crash loop- Add final_action option to kdump.conf- Add failure_action as alias of default and make default obsolete- mkdumprd: force drop earlykdump module- earlykdump: warn when installed kernel version differs from dracut target- earlykdump: add more sanity check when generating initramfs- earlykdump: generate symlink with stable name to kernel image and iniramfs- earlykdump: fix kexec fails to load the early kdump kernel- mkdumprd: allow spaces after \'path\' config phrase with network dump setting- dracut-module-setup: Don\'t build squashed image if required modules are missing- kdump-lib-initramfs.sh: using -force option when poweroff
* Fri Dec 07 2018 Kairui Song - 2.0.18-2- Update makedumpfile 1.6.5- Make udev reload rules quiet during bootup- dracut-module-setup: Fix routing failure on multipath route- mkdumprd: drop some nfs mount options when reading from kernel- doc/kdump.conf: Local dump path should be //%HOST_IP-%DATE- As /etc/kdump.conf timestamp is updated do not compare it when doing rpm --verify- Add missing usage info
* Mon Nov 05 2018 Kairui Song - 2.0.18-1- Update to kexec-tools 2.0.18
* Thu Nov 01 2018 Kairui Song - 2.0.17-12- Throttle kdump reload request triggered by udev event- Rewrite kdump\'s udev rules- kdumpctl: Add reload support
* Mon Oct 15 2018 Kairui Song - 2.0.17-11- Enable dracut squash module- kdumpctl: Print warning in case the raw device is formatted and contains filesystem- kdump-lib-initramfs.sh: Add check to remount to rw mode only if dump target is ro
* Wed Aug 22 2018 Kairui Song - 2.0.17-10- kexec: fix for \"Unhandled rela relocation: R_X86_64_PLT32\" error- kdumpctl: Error out if path is set more than once- Always drop nofail or nobootwait options
* Tue Aug 07 2018 Kairui Song - 2.0.17-9- Remove redundant kdump-anaconda-addon source codes- dracut-module-setup: Fix DRM module inclusion test for hyper-v- Remove kdump-anaconda subpackage