Fedora Packages

kexec-tools-2.0.23-1.fc36 in Fedora Rawhide

↵ Return to the main page of kexec-tools
View build
Search for updates

Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2021-11-18 Coiby <coxu at redhat dot com> - 2.0.23-1 - Update kexec-tools to 2.0.23 - Rebase makedumpfile to 1.7.0 - fix broken extra_bins when installing multiple binaries - mkdumprd: drop mountaddr/mountproto nfs mount options - selftest: kill VM reliably by recursively kill children processes
2021-09-16 Kairui Song <kasong at redhat dot com> - 2.0.22-8 - 92-crashkernel.install: fix exit code - dracut-early-kdump.sh: make it POSIX compatible - Add header comment for POSIX compliant scripts - mkdumprd: allow using dash - kdump-logger.sh: make it POSIX compatible - kdump-lib.sh: reformat with shfmt - kdump-lib.sh: declare and assign separately - kdump-lib.sh: fix variable quoting issue - kdump-lib.sh: fix a few ambiguous or redundant code - kdump-lib.sh: fix arithmetic operation syntax - kdump-lib.sh: remove useless echo and cat - kdump-lib.sh: rework nmcli related functions - kdump-lib.sh: replace '[ ]' with '[[ ]]' and get rid of legacy `` - kdump-lib-initramfs.sh: make it POSIX compatible - dracut-kdump.sh: reformat with shfmt - dracut-kdump.sh: make it POSIX compatible - dracut-kdump.sh: POSIX doesn't support pipefail - dracut-kdump.sh: Use stat instead of ls to get vmcore size - dracut-kdump.sh: simplify dump_ssh - dracut-kdump.sh: remove add_dump_code - dracut-kdump.sh: don't put KDUMP_SCRIPT_DIR in PATH - kdump-lib-initramfs.sh: move dump related functions to kdump.sh - Merge kdump-error-handler.sh into kdump.sh - kdump-lib-initramfs.sh: prepare to be a POSIX compatible lib - bash scripts: reformat with shfmt - bash scripts: declare and assign separately - bash scripts: fix redundant exit code check - bash scripts: fix variable quoting issue - bash scripts: replace '[ ]' with '[[ ]]' for bash scripts - bash scripts: use $(...) notation instead of legacy `...` - bash scripts: always use "read -r" - bash scripts: get rid of unnecessary sed calls - bash scripts: get rid of expr and let - bash scripts: remove useless cat - dracut-module-setup.sh: remove surrounding $() for subshell - dracut-module-setup.sh: make iscsi check fail early if cd failed - dracut-module-setup.sh: fix a loop over ls issue - dracut-module-setup.sh: fix a ambiguous variable reference - dracut-module-setup.sh: use "*" to expend array as string - dracut-module-setup.sh: fix _bondoptions wrong references - dracut-module-setup.sh: remove an unused variable - dracut-module-setup.sh: rework kdump_get_ip_route_field - mkfadumprd: make _dracut_isolate_args an array - mkdumprd: use array to store ssh arguments in mkdir_save_path_ssh - mkdumprd: remove an awk call in get_fs_size - mkdumprd: fix multiple issues with get_ssh_size - mkdumprd: remove some redundant echo - mkdumprd: make dracut_args an array again - mkdumprd: use kdump_get_conf_val to read config values - kdumpctl: refine grep usage - kdumpctl: fix fragile loops over find output - kdumpctl: use kdump_get_conf_val to read config values - kdump-lib.sh: use kdump_get_conf_val to read config values - kdump-lib.sh: add a config value retrive helper - kdump-lib.sh: add a config format and read helper - Add a .editorconfig file
2021-08-31 Adam Williamson <awilliam at redhat dot com> - 2.0.22-7 - Don't exit 1 from 92-crashkernel.install if zipl is absent (#1993505)
2021-08-20 Kairui Song <kasong at redhat dot com> - 2.0.22-6 - Remove hard requirement on grubby - Clear old crashkernl=auto in comment and doc - kdump/ppc64: migration action registration clean up - Check the existence of /sys/bus/ccwgroup/devices/*/online beforehand - Make `dump_to_rootfs` wait for 90s for real - Update crashkernel-howto.txt - kdump/ppc64: rebuild initramfs image after migration - kdump.sysconfig.s390: Remove "prot_virt" from kdump kernel cmdline - kdumpctl: fix a typo - Remove references to systemd-sysv-convert - kdump-lib.sh: kdump_get_arch_recommend_size uses crashkernel.default - Revert "Revert "x86_64: enable the kexec file load by default"" - Cleanup dead systemd services before start sysroot.mount - Add a crashkernel-howto.txt doc - Add a new hook: 92-crashkernel.install - kdumpctl: Add kdumpctl reset-crashkernel - Revert "kdump-lib.sh: Remove is_atomic" - fadump-init: clean up mount points properly - fadump: kdumpctl should check the modules used by the fadump initramfs - fadump: isolate fadump initramfs image within the default one
2021-07-22 Fedora Release Engineering <releng at fedoraproject dot org> - 2.0.22-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-06-29 Kairui Song <kasong at redhat dot com> - 2.0.22-4 - fix format issue in find_online_znet_device - check the existence of /sys/bus/ccwgroup/devices before trying to find online network device - check for invalid physical address of /proc/kcore when making ELF dumpfile - check for invalid physical address of /proc/kcore when finding max_paddr - Increase SECTION_MAP_LAST_BIT to 5
2021-06-20 Kairui Song <kasong at redhat dot com> - 2.0.22-3 - selftest: Make test_base_image depends on EXTRA_RPMS - selftest: fix the error of misplacing double quotes - mkdumprd: display the absolute path of dump location in the check_user_configured_target() - Iterate /sys/bus/ccwgroup/devices to tell if we should set up rd.znet - Use a customized emergency shell - Remove the kdump error handler isolation wrapper - Don's try to restart dracut-initqueue if it's already there - kdump-lib.sh: fix a warning in prepare_kdump_bootinfo() - kdump-lib.sh: fix the case if no enough total RAM for kdump in get_recommend_size() - kdumpctl: Add kdumpctl estimate - mkdumprd: make use of the new get_luks_crypt_dev helper - kdump-lib.sh: introduce a helper to get all crypt dev used by kdump - kdump-lib.sh: introduce a helper to get underlying crypt device
2021-05-13 Kairui Song <kasong at redhat dot com> - 2.0.22-2 - Disable CMA in kdump 2nd kernel - Warn the user if network scripts are used - Set up bond cmdline by "nmcli --get-values" - Set up dns cmdline by parsing "nmcli --get-values" - Set up s390 znet cmdline by "nmcli --get-values" - Add helper to get nmcli connection show cmd by ifname - Add helper to get nmcli connection apath by ifname - Add helper to get value by field using "nmcli --get-values" - Update makedumpfile to 1.6.9
2021-05-11 Kairui Song <kasong at redhat dot com> - 2.0.22-1 - Update kexec-tools to 2.0.22 - rd.route should use the name from kdump_setup_ifname - get kdump ifname once in kdump_install_net - Fix incorrect file permissions of vmcore-dmesg-incomplete.txt - Revert "Always set vm.zone_reclaim_mode = 3 in kdump kernel" - kdumpctl: fix check_config error when kdump.conf is empty
2021-04-28 Kairui Song <kasong at redhat dot com> - 2.0.21-9 - Make dracut-squash required for kexec-tools - Show write byte size in report messages - Add shorthand --show-stats option to show report stats - Add --dry-run option to prevent writing the dumpfile - fadump: fix dump capture failure to root disk - Write to `/var/lib/kdump` if $KDUMP_BOOTDIR not writable - Drop dependency on ipcalc - Implement IP netmask calculation to replace "ipcalc -m" - Don't use die in dracut-module-setup.sh - Don't iterate the whole /sys/devices just to find drm device

Provides

  • config(kexec-tools)
  • kexec-tools
  • kexec-tools(x86-64)

Files


Sources on Pagure