Go to file
Coiby Xu 4663e6f293 Add persisent device if FIPS is enabled
Resolves: https://issues.redhat.com/browse/RHEL-127439
Conflict: None

commit 2de96daa10a7e30a7b1a6bb4331e831a8f794c4a
Author: Harshvardhan Jha <harshvardhan.j.jha@oracle.com>
Date:   Thu Oct 30 00:59:17 2025 -0700

    Add persisent device if FIPS is enabled

    mkdumprd has a code to add a disk to kdump initramfs, in case FIPS is
    enabled and /boot is on a separate partition. This code used to work,
    since dracut was not force checking that added disk is in fact
    available. Since dracut commit c79fc8f dracut in fact checks for added
    device, and since disk name could have been changed between live system
    and kdump initramfs, kdump can fail.
    To resolve this problem we re-use get_persistent_dev from
    dracut-functions.sh which will be sourced by mkdrumpd to get persistent
    device name.

    Signed-off-by: Alex Burmashev <alexander.burmashev@oracle.com>
    Signed-off-by: Harshvardhan Jha <harshvardhan.j.jha@oracle.com>

Signed-off-by: Coiby Xu <coxu@redhat.com>
2025-12-15 16:54:42 +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
gating.yaml Enable gating test 2024-07-10 10:16:34 +08:00
kdump-utils.spec Add persisent device if FIPS is enabled 2025-12-15 16:54:42 +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