Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 9c4542a0645ac832e22d0c3da0f1ee7b127a316f https://github.com/tianocore/edk2/commit/9c4542a0645ac832e22d0c3da0f1ee7b127a316f Author: Oliver Steffen <ostef...@redhat.com> Date: 2024-11-27 (Wed, 27 Nov 2024)
Changed paths: M OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c Log Message: ----------- OvmfPkg: Rerun dispatcher after initializing virtio-rng Since the pixiefail CVE fix the network stack requires a hardware random number generator. This can currently be a modern CPU supporting the RDRAND instruction or a virtio-rng device. The latter is initialized during the BDS phase. To ensure all depending (network) modules are also started, we need to run the dispatcher once more after the device was initialized. Without this, network boot is not available under certain hardware configurations. Fixes: 4c4ceb2ceb ("NetworkPkg: SECURITY PATCH CVE-2023-45237") Analysed-by: Stefano Garzarella <sgarz...@redhat.com> Suggested-by: Gerd Hoffmann <kra...@redhat.com> Signed-off-by: Oliver Steffen <ostef...@redhat.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits