linux5.18: set CONFIG_VMGENID to y rather than m
Quoting from the kernel's Kconfig file:
config VMGENID
tristate "Virtual Machine Generation ID driver"
default y
depends on ACPI
help
Say Y here to use the hypervisor-provided Virtual Machine Generation ID
to reseed the RNG when the VM is cloned. This is highly recommended if
you intend to do any rollback / cloning / snapshotting of VMs.
Prefer Y to M so that this protection is activated very early.
The recommendation and default value is Y over M. This commit changes
the linux5.18 package config to use the suggested value.
This commit is contained in:
committed by
Leah Neukirchen
parent
639a9380ed
commit
b3d62cd82c
@@ -9276,7 +9276,7 @@ CONFIG_HISI_ACC_VFIO_PCI=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
CONFIG_VFIO_FSL_MC=m
|
||||
CONFIG_VIRT_DRIVERS=y
|
||||
CONFIG_VMGENID=m
|
||||
CONFIG_VMGENID=y
|
||||
CONFIG_NITRO_ENCLAVES=m
|
||||
CONFIG_VIRTIO=y
|
||||
CONFIG_VIRTIO_PCI_LIB=y
|
||||
|
||||
@@ -8120,7 +8120,7 @@ CONFIG_MLX5_VFIO_PCI=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
CONFIG_IRQ_BYPASS_MANAGER=m
|
||||
CONFIG_VIRT_DRIVERS=y
|
||||
CONFIG_VMGENID=m
|
||||
CONFIG_VMGENID=y
|
||||
CONFIG_VBOXGUEST=m
|
||||
CONFIG_NITRO_ENCLAVES=m
|
||||
CONFIG_VIRTIO=m
|
||||
|
||||
@@ -8219,7 +8219,7 @@ CONFIG_MLX5_VFIO_PCI=m
|
||||
CONFIG_VFIO_MDEV=m
|
||||
CONFIG_IRQ_BYPASS_MANAGER=m
|
||||
CONFIG_VIRT_DRIVERS=y
|
||||
CONFIG_VMGENID=m
|
||||
CONFIG_VMGENID=y
|
||||
CONFIG_VBOXGUEST=m
|
||||
CONFIG_NITRO_ENCLAVES=m
|
||||
CONFIG_VIRTIO=m
|
||||
|
||||
Reference in New Issue
Block a user