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> |
||
|---|---|---|
| .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 | ||
| gating.yaml | ||
| kdump-utils.spec | ||
| README.md | ||
| sources | ||
kdump-utils
The kdump-utils package