nixpkgs/pkgs
aszlig 12efcc2dee
Merge overlayfs fix, LTS kernel bump and test
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 048c36ccaa
because the patch we have used was the revert of the commit I bisected a
while ago.

This patch broke overlayfs in other ways, so I'm also merging in a VM
test by @bachp, which only tests whether overlayfs is working, just to
be on the safe side that something like this won't happen in the future.

Even though this change could be considered a moderate mass-rebuild at
least for GNU/Linux, I'm merging this to master, mainly to give us some
time to get it into the current 19.03 release branch (and subsequent
testing window) once we got no new breaking builds from Hydra.

Cc: @samueldr, @lheckemann

Fixes: https://github.com/NixOS/nixpkgs/issues/54509
Fixes: https://github.com/NixOS/nixpkgs/issues/48828
Merges: https://github.com/NixOS/nixpkgs/pull/57641
Merges: https://github.com/NixOS/nixpkgs/pull/54508
2019-03-19 00:15:51 +01:00
..
applications Merge overlayfs fix, LTS kernel bump and test 2019-03-19 00:15:51 +01:00
build-support bazel-remote: init at 2019-01-12 2019-03-11 11:10:59 +01:00
common-updater common-updater-scripts: Add file and system flags 2019-03-02 23:03:04 +01:00
data cherry: 1.2 -> 1.3 (#57841) 2019-03-18 19:10:56 +01:00
desktops Merge pull request #57311 from r-ryantm/auto-update/lxtask 2019-03-17 12:28:15 -07:00
development Merge pull request #56689 from andir/firefox66 2019-03-18 19:12:23 +00:00
games anki: 2.1.9 -> 2.1.11 (#57852) 2019-03-18 20:04:42 +01:00
misc vscode-extensions.alanz.vscode-hie-server: init at 0.0.25 2019-03-17 21:01:26 +01:00
os-specific Merge pull request #57495 from r-ryantm/auto-update/udisks 2019-03-18 12:49:29 -05:00
servers Merge pull request #56334 from peterhoeg/u/shairplay 2019-03-18 11:29:38 +08:00
shells mksh: 56c -> 57 2019-03-10 17:46:59 -07:00
stdenv pkgs/stdenv/booter.nix: fix a typo 2019-03-14 14:01:20 +00:00
test cross/tests: add llvm-based tests 2019-02-26 19:46:24 -05:00
tools Merge pull request #57880 from basvandijk/megacli-8.07.14 2019-03-18 23:31:54 +01:00
top-level Merge overlayfs fix, LTS kernel bump and test 2019-03-19 00:15:51 +01:00