kernel/dracut-virt.conf
CKI KWF Bot 341575e3ca kernel-5.14.0-681.el9
* Wed Feb 11 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-681.el9]
- redhat/dracut-virt.conf: remove erroneous spaces in omit_dracutmodules (Li Tian)
- smb: client: prevent races in ->query_interfaces() (Paulo Alcantara) [RHEL-147201]
- smb: client: add proper locking around ses->iface_last_update (Paulo Alcantara) [RHEL-147201]
- smb: client: split cached_fid bitfields to avoid shared-byte RMW races (Paulo Alcantara) [RHEL-147201]
- cifs: Fix locking usage for tcon fields (Paulo Alcantara) [RHEL-147201]
- cifs: Corrections to lock ordering notes (Paulo Alcantara) [RHEL-147201]
- smb: client: fix potential UAF and double free in smb2_open_file() (Paulo Alcantara) [RHEL-147201]
- smb/client: fix memory leak in SendReceive() (Paulo Alcantara) [RHEL-147201]
- smb/client: fix memory leak in smb2_open_file() (Paulo Alcantara) [RHEL-147201]
- fou: Don't allow 0 for FOU_ATTR_IPPROTO. (Xin Long) [RHEL-138741]
- tools: ynl: Specify --no-line-number in ynl-regen.sh. (Xin Long) [RHEL-138741]
- gue: Fix skb memleak with inner IP protocol 0. (Xin Long) [RHEL-138741]
- netlink: specs: fou: replace underscores with dashes in names (Xin Long) [RHEL-138741]
- fou: fix initialization of grc (Xin Long) [RHEL-138741]
- fou: Fix null-ptr-deref in GRO. (Xin Long) [RHEL-138741]
- fou: remove warn in gue_gro_receive on unsupported protocol (Xin Long) [RHEL-138741]
- fou: Remove XRFM from NET_FOU Kconfig (Xin Long) [RHEL-138741]
- fou: remove sparse errors (Xin Long) [RHEL-138741]
- redhat: enable FOU modules in kernel-modules-extra (Xin Long) [RHEL-138741]
- lockref: remove lockref_put_not_zero (Waiman Long) [RHEL-140835]
- lockref: stop doing cpu_relax in the cmpxchg loop (Waiman Long) [RHEL-140835]
- lockref: remove unused 'lockref_get_or_lock()' function (Waiman Long) [RHEL-140835]
- locking/lockref: Use try_cmpxchg64 in CMPXCHG_LOOP macro (Waiman Long) [RHEL-140835]
Resolves: RHEL-138741, RHEL-140835, RHEL-147201

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-02-11 19:34:44 +00:00

51 lines
1.4 KiB
Plaintext

# generic + compressed please
hostonly="no"
compress="xz"
# VMs can't update microcode anyway
early_microcode="no"
# modules: basics
dracutmodules+=" base systemd systemd-initrd dracut-systemd dbus dbus-broker usrmount shutdown "
# Omit drm.
omit_dracutmodules+=" drm simpledrm "
# modules: storage support
dracutmodules+=" dm lvm rootfs-block fs-lib "
# modules: tpm and crypto
dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase "
# modules: root disk integrity protection
dracutmodules+=" systemd-veritysetup "
# modules: root creation and encryption
dracutmodules+=" systemd-repart "
# FIXME: remove this once RHEL-103385 is merged
install_items+=" /usr/sbin/mkfs.vfat /usr/sbin/mkfs.ext4 /usr/sbin/mkfs.xfs "
# modules: FIPS
dracutmodules+=" fips "
# FIPS mode requires early crypto drivers test
drivers+=" =crypto "
# drivers: virtual buses, pci
drivers+=" virtio-pci virtio-mmio " # qemu-kvm
drivers+=" hv-vmbus pci-hyperv " # hyperv
drivers+=" xen-pcifront " # xen
# drivers: storage
drivers+=" ahci nvme sd_mod sr_mod " # generic
drivers+=" virtio-blk virtio-scsi " # qemu-kvm
drivers+=" hv-storvsc " # hyperv
drivers+=" xen-blkfront " # xen
# root encryption
drivers+=" dm_crypt "
# root disk integrity protection
drivers+=" dm_verity overlay "
# filesystems
filesystems+=" vfat ext4 xfs overlay "