Go to file
Coiby Xu 00b73935f8 kdump-lib: always disable systemd-gpt-auto-generator
Resolves: RHEL-138697
Conflict: None

Currently, is_uki has been removed in commit d2f21f3 ("spec: drop
dependency for binutils") but there is still one place calling is_uki.

commit 3985d49be06faca6120c6fc10687dc295a46f201
Author: Philipp Rudo <prudo@redhat.com>
Date:   Tue Sep 2 16:15:02 2025 +0200

    kdump-lib: always disable systemd-gpt-auto-generator

    Resolves: KEX-330

    The systemd-gpt-auto-generator automatically discovers and mounts
    various partitions, e.g. the root partition, based on the GPT partition
    type GUIDs. So far anaconda hasn't set the GUIDs during an installation
    and users relying on it, e.g. for UKIs where the root= parameter cannot
    be passed on the kernel command line, had to set them manually. This
    seems to have changed and causes the kdump kernel to hang. In addition
    we know which disk/partition shall be used as dump target and add it
    explicitly to the kdump initrd. So it is save to always disable the
    gpt-auto-generator for the kdump kernel.

    Signed-off-by: Philipp Rudo <prudo@redhat.com>

Signed-off-by: Coiby Xu <coxu@redhat.com>
2026-01-29 17:00:30 +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
0020-kdump-lib-always-disable-systemd-gpt-auto-generator.patch kdump-lib: always disable systemd-gpt-auto-generator 2026-01-29 17:00:30 +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-29 08:56:26 +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