forked from mirrors/nixpkgs
12efcc2dee
In Linux 4.19 there has been a major rework of the overlayfs
implementation and it now opens files in lowerdir with O_NOATIME, which
in turn caused issues in our VM tests because the process owner of QEMU
doesn't match the file owner of the lowerdir.
The crux here is that 9p propagates the O_NOATIME flag to the host and
the guest kernel has no way of verifying whether that flag will lead to
any problems beforehand.
There is ongoing work to possibly fix this in the kernel, but it will
take a while until there is a working patch and consensus.
So in order to bring our default kernel back to 4.19 and of course make
it possible to run newer kernels in VM tests, I'm merging a small QEMU
patch as an interim solution, which we can drop once we have a working
fix in the next round of stable kernels.
Now we already had Linux 4.19 set as the default kernel, but that was
subsequently reverted in
|
||
---|---|---|
.. | ||
8086tiny | ||
aqemu | ||
bochs | ||
cbfstool | ||
cntr | ||
containerd | ||
docker | ||
docker-compose | ||
driver | ||
dynamips | ||
ecs-agent | ||
firecracker | ||
lkl | ||
looking-glass-client | ||
nvidia-docker | ||
open-vm-tools | ||
OVMF | ||
podman | ||
qboot | ||
qemu | ||
railcar | ||
remotebox | ||
rkt | ||
runc | ||
seabios | ||
singularity | ||
spice-vdagent | ||
tini | ||
tinyemu | ||
virt-manager | ||
virt-top | ||
virt-viewer | ||
virt-what | ||
virtinst | ||
virtualbox | ||
vpcs | ||
x11docker | ||
xen | ||
xhyve |