Changelog for
kexec-tools-2.0.21-5.fc34.x86_64.rpm :
* Tue Jan 26 2021 Fedora Release Engineering
- 2.0.21-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Jan 22 2021 Kairui Song - 2.0.21-4- dracut-module-setup.sh: enable ForwardToConsole=yes in fadump mode- kdump.conf: add ipv6 example for nfs and ssh dump- fix kdump failure of saving vmcore with the scp + ipv6 method
* Wed Jan 20 2021 Kairui Song - 2.0.21-3- module-setup.sh: don\'t polute the namespace unnecessarily- module-setup.sh: don\'t source $dracutfunctions- logger: source the logger file individually- Fix dump_fs mount point detection and fallback mount- Revert \"Don\'s try to restart dracut-initqueue if it\'s already failed\"- Revert \"Append both nofail and x-systemd.before to kdump mount target\"- Doc: Improve the kdump sysconfig document- kdump.conf: Update doc about core_collector for ssh target- Merge #4 `Make dracut-squash a weak dep`- Fix a date error in the change log
* Fri Jan 08 2021 Kairui Song - 2.0.21-2- makedumpfile: make use of \'uts_namespace.name\' offset in VMCOREINFO- kdumpctl: fix a variable expansion in check_fence_kdump_config()- Add BuildRequires: make- Save the final failure information to log file if saving vmcore failed
* Wed Dec 23 2020 Kairui Song - 2.0.21-1- makedumpfile: printk: use committed/finalized state values- makedumpfile: printk: add support for lockless ringbuffer- dracut-module-setup.sh: Use systemctl call to replace ln_r- Doc: improve mkdumprd man page- Don\'s try to restart dracut-initqueue if it\'s already failed- dracut-module-setup.sh: use auto6 for ipv6
* Mon Nov 30 2020 Kairui Song - 2.0.20-21- Rebase makedumpfile to 1.6.8- fadump-howto: update about \'nocma\' and \'off\' options for \'fadump=\' parameter- module-setup.sh: enable vlan on team interface- kdump-lib: Fix get_bind_mount_source to support btrfs and fstab- Make get_mount_info work with bind mount- Set watchdog\'s pretimeout to zero in kdump kernel- kdump-lib.sh: Use a more generic helper to detect omitted dracut module- Fix the watchdog drivers detection code- Add a helper for detecting watchdog drivers- Remove a redundant nfs check- kdumpctl: split the driver detection from fs dection function
* Thu Nov 19 2020 Kairui Song - 2.0.20-20- selftest: Fix several test issue with Fedora 33- selftest: add more detailed log and fix a test failure issue- selftest: Update test base image to Fedora 33- selftest: Fix qcow2 image format detect- selftest: Always use the get_image_fmt helper- Doc: improve the usage documentation of the logger- Update the kdump sysconfig- Capitalize the configuration name of log level- Add the rd.kdumploglvl option to control log level in the second kernel- Appropriately converts logger numeric level to syslog log level- Remove unused log levels for kdump logger- Add sanity checks for the log levels- Move watchdog detect and install code to module-setup.sh- Add a helper to omit non-mandatory dracut module- Move some dracut module dependencies checks to module-setup.sh- Add code comments to help better understanding
* Thu Nov 05 2020 Kairui Song - 2.0.20-19- Fix comment about ssh dump target- mkdumprd: Ensure kdumpbase is added- kdump.service: use ConditionKernelCommandLine=crashkernel- Revert \"Revert \"s390x: enable the kexec file load by def- increase makdumpfile default message level to 7- Fix error when using raw target with opalcore- module-setup.sh: Instead of drop journalctl log, just don\'t read kmsg- Doc: add a documentation for the usage of logger- Improve debugging in the kdump kernel- kdumpctl: add the \'-d\' option to enable the kexec loading debugging messages- kdump.sysconfig: add the kdump logger configurations- enable the logger for kdump- introduce the kdump logger from the dracut- Rework check_config and warn on any duplicated option- (watchdog) kdump-lib.sh: detect secure boot on s390- Don\'t drop journalctl content if failure action is \"shell\"- dracut-module-install: Move systemd conf install code to a function- selftest: Show the path of dumped vmcore on test end- selftest: Add document for selftests- selftest: Add basic test framework- selftest: Add basic infrastructure to build test image
* Thu Aug 27 2020 Kairui Song - 2.0.20-18- mkdumprd: Improve the warning message when using encrypted target- kdump-lib.sh: Remove is_atomic- Refactor kernel image and initrd detection code- early-kdump: Use consistent symbol link for kernel and initramfs- Add a kernel install hook to clean up kdump initramfs
* 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