Go to file
Coiby Xu d2f21f374d spec: drop dependency for binutils
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>
2026-01-21 13:31:54 +08:00
.gitignore Rebase to v1.0.58 2025-09-29 14:27:08 +08:00
0001-Strip-surrounding-quotes-from-configuration-values.patch Strip surrounding quotes from configuration values 2025-11-03 15:16:24 +08:00
0002-unit-tests-Add-case-for-quoted-configuration-values.patch Strip surrounding quotes from configuration values 2025-11-03 15:16:24 +08:00
0003-Allow-kdump.service-to-access-LUKS-volume-keys.patch A few fixes on kdump LUKS support 2025-11-10 11:53:57 +08:00
0004-Restore-SELinux-label-of-crypttab-file.patch A few fixes on kdump LUKS support 2025-11-10 11:53:57 +08:00
0005-Allow-sudo-kdumpctl-for-LUKS-dump-target.patch A few fixes on kdump LUKS support 2025-11-10 11:53:57 +08:00
0006-Revert-Strip-surrounding-quotes-from-configuration-v.patch Rewrite kdump_get_conf_val 2025-12-09 11:34:44 +08:00
0007-kdump-lib-initramfs-rewrite-kdump_get_conf_val.patch Rewrite kdump_get_conf_val 2025-12-09 11:34:44 +08:00
0008-Add-persisent-device-if-FIPS-is-enabled.patch Add persisent device if FIPS is enabled 2025-12-15 16:54:42 +08:00
0009-kdump.sh-Centralize-the-F-suboption-handling.patch Skip num-threads when -E and -F option is present 2025-12-17 08:49:42 +08:00
0010-kdump.sh-Centralize-the-num-threads-sub-option-handl.patch Skip num-threads when -E and -F option is present 2025-12-17 08:49:42 +08:00
0011-kdump.sh-Skip-num-threads-when-E-and-F-option-is-pre.patch Skip num-threads when -E and -F option is present 2025-12-17 08:49:42 +08:00
0012-powerpc-consider-CPU-count-while-calculating-crashke.patch powerpc: Set nr_cpus=16 for kdump kernel 2025-12-17 10:47:32 +08:00
0013-powerpc-Set-nr_cpus-16-for-kdump-kernel.patch powerpc: Set nr_cpus=16 for kdump kernel 2025-12-17 10:47:32 +08:00
0014-kexec-kdump-howto.txt-update-paragraphs-related-to-d.patch kexec-kdump-howto.txt: update paragraphs related to disable_cpu_apicid 2025-12-31 11:38:08 +08:00
0015-kdump-lib-initramfs-Fix-performance-regression-in-kd.patch kdump-lib-initramfs: Fix performance regression in kdump_get_conf_val 2026-01-20 13:44:29 +01:00
0016-sysconfig-use-initramfs_options-to-reduce-memory-usa.patch sysconfig: use initramfs_options to reduce memory usage 2026-01-21 11:33:08 +08:00
0017-kdumpctl-clean-up-backup-restore-_default_initrd.patch spec: drop dependency for binutils 2026-01-21 13:31:54 +08:00
0018-kdumpctl-add-comments-to-different-initrd-variables.patch spec: drop dependency for binutils 2026-01-21 13:31:54 +08:00
0019-spec-drop-dependency-for-binutils.patch spec: drop dependency for binutils 2026-01-21 13:31:54 +08:00
gating.yaml Enable gating test 2024-07-10 10:16:34 +08:00
kdump-utils.spec spec: drop dependency for binutils 2026-01-21 13:31:54 +08:00
README.md Initial import for CentOS Stream 10 2024-07-10 09:26:11 +08:00
sources Rebase to v1.0.58 2025-09-29 14:27:08 +08:00

kdump-utils

The kdump-utils package