mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
0ad873b44b
Some history:
The linux kernel v5.18-rc contains the commit
> commit 6e8ec2552c7d13991148e551e3325a624d73fac6
> Author: Jason A. Donenfeld <Jason@zx2c4.com>
> Date: 2022-01-16 14:23:10 +0100
>
> random: use computational hash for entropy extraction
> [...]
which modifies the kernels random number generator.
This change broke VirtualBox 6.1.34 in several ways:
It causes random crashes and filesystem corruption in the guest
(at least on some host CPU models).
More details can be found in the
corresponding ticket in the VirtualBox bug tracker:
https://www.virtualbox.org/ticket/20914
That ticket also contains a patch "vbox-linux-5.18.patch"
for VirtualBox that fixes the problem,
at least for kernels 5.18 and (hopefully) above.
This patch got added to nixpkgs' VirtualBox build recipe with
|
||
---|---|---|
.. | ||
appvm | ||
aqemu | ||
arion | ||
buildkit-nix | ||
catatonit | ||
charliecloud | ||
cloud-hypervisor | ||
cntr | ||
colima | ||
conmon | ||
containerd | ||
cri-o | ||
crosvm | ||
crun | ||
distrobox | ||
docker | ||
docker-slim | ||
driver | ||
dumb-init | ||
ecs-agent | ||
firecracker | ||
firectl | ||
flintlock | ||
gvisor | ||
ignite | ||
imgcrypt | ||
kvmtool | ||
libgovirt | ||
libnvidia-container | ||
lima | ||
lkl | ||
looking-glass-client | ||
nvidia-container-runtime | ||
nvidia-container-toolkit | ||
nvidia-docker | ||
nvidia-podman | ||
open-vm-tools | ||
OVMF | ||
podman | ||
podman-compose | ||
podman-tui | ||
qboot | ||
qemu | ||
qtemu | ||
railcar | ||
remotebox | ||
runc | ||
seabios | ||
singularity | ||
spice-vdagent | ||
spike | ||
tini | ||
umoci | ||
virt-manager | ||
virt-top | ||
virt-viewer | ||
virt-what | ||
virtualbox | ||
vmware-workstation | ||
vpcs | ||
x11docker | ||
xen | ||
xhyve |