nixpkgs-suyu/pkgs/top-level
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
..
aliases.nix Merge pull request #56171 from bachp/tautulli 2019-03-08 16:52:40 +01:00
all-packages.nix Merge overlayfs fix, LTS kernel bump and test 2019-03-19 00:15:51 +01:00
beam-packages.nix
config.nix pkgs/top-level: little doc fix for mkMassRebuild 2019-03-08 11:23:46 +02:00
coq-packages.nix coqPackages.paramcoq: init at 1.1.1 2019-02-17 15:56:43 +01:00
darwin-packages.nix
default.nix pkgs/top-level/stage.nix: don't override overlays and config in nixpkgsFun 2019-03-08 11:37:20 +02:00
dotnet-packages.nix
emacs-packages.nix
emscripten-packages.nix
haskell-packages.nix ghc: switch our default compiler to version 8.6.4 2019-03-16 20:30:58 +01:00
haxe-packages.nix
impure.nix top-level: cleanup whitespace 2019-02-03 15:30:14 +00:00
java-packages.nix
lua-packages.nix Merge pull request #57010 from teto/luarocks_update 2019-03-07 10:52:56 +00:00
make-tarball.nix
metrics.nix metrics.nix: track qaCountBroken instead of qaCountDrv 2019-03-01 13:59:30 +01:00
ocaml-packages.nix ocamlPackages.stdlib-shims: init at 0.1.0 2019-03-03 11:45:21 +01:00
perl-packages.nix Merge pull request #55870 from peterhoeg/f/zm 2019-03-18 11:29:04 +08:00
php-packages.nix phpPackages.phpstan: 0.11.2 -> 0.11.3 2019-03-10 19:45:27 +01:00
pure-packages.nix
python-packages.nix csvkit: move out of pythonPackages 2019-03-17 16:11:14 +01:00
release-cross.nix
release-lib.nix
release-python.nix
release-small.nix webkit: move to aliases 2019-03-06 00:20:55 +01:00
release.nix
splice.nix
stage.nix pkgs/top-level/stage.nix: don't override overlays and config in nixpkgsFun 2019-03-08 11:37:20 +02:00
static.nix
unix-tools.nix unixtools.utillinux: add column 2019-01-23 16:35:11 -05:00
wine-packages.nix