void-packages/srcpkgs/linux5.18
Jason A. Donenfeld b3d62cd82c 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.
2022-06-08 14:10:26 +02:00
..
files linux5.18: set CONFIG_VMGENID to y rather than m 2022-06-08 14:10:26 +02:00
patches
template