Resolves: https://issues.redhat.com/browse/RHEL-138697 Conflict: None commit 48dd252bf8cc75c696d5d7e9a07efc838e3aad66 Author: Philipp Rudo <prudo@redhat.com> Date: Tue Sep 2 13:28:32 2025 +0200 spec: drop dependency for binutils The binutils were added as dependency to support UKIs. With the main part of the UKI support been moved to kexec-tools only one spot remains in prepare_kdump_bootinfo where they are used. Refractor prepare_kdump_bootinfo to get rid of the dependency. This slightly changes the behavior for UKIs. In particular the kdump initrd is moved from /boot to /var/lib/kdump. While at it also simplify the logic in prepare_kdump_bootinfo as it is unnecessarily complex and can lead to weird corner cases. For example if the default initrd is located at /boot/$machine_id/$kernel_version/initrd and the directory is not writable, then the kdump initrd would be stored at /var/lib/kdump/initrdkdump without any information about the kernel version. This can lead to all sorts of problems when multiple kernel versions are installed. Thus always use initramfs-${kernel_version}kdump.img when the initrd is stored at /var/lib/kdump. Update 60-kdump.install accordingly. Signed-off-by: Philipp Rudo <prudo@redhat.com> Signed-off-by: Coiby Xu <coxu@redhat.com> |
||
|---|---|---|
| .gitignore | ||
| 0001-Strip-surrounding-quotes-from-configuration-values.patch | ||
| 0002-unit-tests-Add-case-for-quoted-configuration-values.patch | ||
| 0003-Allow-kdump.service-to-access-LUKS-volume-keys.patch | ||
| 0004-Restore-SELinux-label-of-crypttab-file.patch | ||
| 0005-Allow-sudo-kdumpctl-for-LUKS-dump-target.patch | ||
| 0006-Revert-Strip-surrounding-quotes-from-configuration-v.patch | ||
| 0007-kdump-lib-initramfs-rewrite-kdump_get_conf_val.patch | ||
| 0008-Add-persisent-device-if-FIPS-is-enabled.patch | ||
| 0009-kdump.sh-Centralize-the-F-suboption-handling.patch | ||
| 0010-kdump.sh-Centralize-the-num-threads-sub-option-handl.patch | ||
| 0011-kdump.sh-Skip-num-threads-when-E-and-F-option-is-pre.patch | ||
| 0012-powerpc-consider-CPU-count-while-calculating-crashke.patch | ||
| 0013-powerpc-Set-nr_cpus-16-for-kdump-kernel.patch | ||
| 0014-kexec-kdump-howto.txt-update-paragraphs-related-to-d.patch | ||
| 0015-kdump-lib-initramfs-Fix-performance-regression-in-kd.patch | ||
| 0016-sysconfig-use-initramfs_options-to-reduce-memory-usa.patch | ||
| 0017-kdumpctl-clean-up-backup-restore-_default_initrd.patch | ||
| 0018-kdumpctl-add-comments-to-different-initrd-variables.patch | ||
| 0019-spec-drop-dependency-for-binutils.patch | ||
| gating.yaml | ||
| kdump-utils.spec | ||
| README.md | ||
| sources | ||
kdump-utils
The kdump-utils package