Commit graph

10277 commits

Author SHA1 Message Date
Alyssa Ross 84cdfb8f31
microcodeIntel: 20190312 -> 20190514 2019-05-15 08:12:24 +00:00
Tim Steinbach 3b3bfdb4c9
linux: 5.1.1 -> 5.1.2 2019-05-14 18:30:52 -04:00
Tim Steinbach 8ce75f18df
linux: 5.0.15 -> 5.0.16 2019-05-14 18:30:22 -04:00
Tim Steinbach 68bb6a928f
linux: 4.9.175 -> 4.9.176 2019-05-14 18:29:53 -04:00
Tim Steinbach 0a512e03f9
linux: 4.19.42 -> 4.19.43 2019-05-14 18:29:04 -04:00
Tim Steinbach 0f898bd230
linux: 4.14.118 -> 4.14.119 2019-05-14 18:28:36 -04:00
Linus Heckemann 1d37727453
Merge pull request #61162 from lheckemann/kernel-preempt-voluntary
Kernel config: use PREEMPT_VOLUNTARY
2019-05-14 17:37:19 +02:00
Matthieu Coudron eabe7b845f
Merge pull request #61472 from dtzWill/update/iwd-0.18-ell-0.20
iwd: 0.17 -> 0.18, ell: 0.19 -> 0.20
2019-05-14 19:55:16 +09:00
R. RyanTM d1419b9df0 usbutils: 010 -> 012
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/usbutils/versions
2019-05-14 09:48:45 +02:00
Will Dietz 7bff53a8bc
iwd: 0.17 -> 0.18 2019-05-13 16:28:05 -05:00
Will Dietz 12a1533f69
ell: 0.19 -> 0.20 2019-05-13 16:27:14 -05:00
Jörg Thalheim cbef2d552f
zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5 (#61234)
zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5
2019-05-13 09:48:29 +01:00
Austin Seipp 562a475258
Merge pull request #61108 from thoughtpolice/nixpkgs/bpftool-init
bpftool: init at 5.1.1
2019-05-12 22:13:35 -05:00
Austin Seipp 46b7153d57
bpftool: init at 5.1.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-12 22:12:30 -05:00
Florian Klink f2ac54d086
kernel: Disable VirtualBox guest modules. (#60938)
kernel: Disable VirtualBox guest modules.
2019-05-12 23:42:42 +02:00
Vladimír Čunát 359a7340d7
Merge #61181: spl: fix build with linux 5.1 2019-05-12 14:07:20 +02:00
Tim Steinbach 9038594b95
linux: 5.1 -> 5.1.1 2019-05-11 09:08:18 -04:00
Tim Steinbach c058fb9d08
linux: 5.0.14 -> 5.0.15 2019-05-11 09:07:54 -04:00
Tim Steinbach fe65f45fb3
linux: 4.9.174 -> 4.9.175 2019-05-11 09:07:25 -04:00
Tim Steinbach 2a78d62815
linux: 4.19.41 -> 4.19.42 2019-05-11 09:06:34 -04:00
Tim Steinbach 659c6ab081
linux: 4.14.117 -> 4.14.118 2019-05-11 09:06:07 -04:00
Renaud 0e3d6136be
Merge pull request #61164 from eadwu/nvidia_x11/418.74
nvidia_x11: 418.56 -> 418.74
2019-05-10 22:25:42 +02:00
Renaud 0fe5e0279f
Merge pull request #60201 from samsonan-it/patch-1
neo.map: fix URL
2019-05-10 19:14:28 +02:00
Izorkin 9ad5a326b0 zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5 2019-05-10 16:40:17 +03:00
Ambroz Bizjak 5bec9dc65b virtualbox: 5.2.28 -> 6.0.6
Quite some fixing was needed to get this to work.

Changes in VirtualBox and additions:

- VirtualBox is no longer officially supported on 32-bit hosts so i686-linux is removed from platforms
  for VirtualBox and the extension pack. 32-bit additions still work.

- There was a refactoring of kernel module makefiles and two resulting bugs affected us which had to be patched.
  These bugs were reported to the bug tracker (see comments near patches).

- The Qt5X11Extras makefile patch broke. Fixed it to apply again, making the libraries logic simpler
  and more correct (it just uses a different base path instead of always linking to Qt5X11Extras).

- Added a patch to remove "test1" and "test2" kernel messages due to forgotten debugging code.

- virtualbox-host NixOS module: the VirtualBoxVM executable should be setuid not VirtualBox.
  This matches how the official installer sets it up.

- Additions: replaced a for loop for installing kernel modules with just a "make install",
  which seems to work without any of the things done in the previous code.

- Additions: The package defined buildCommand which resulted in phases not running, including RUNPATH
  stripping in fixupPhase, and installPhase was defined which was not even run. Fixed this by
  refactoring using phases. Had to set dontStrip otherwise binaries were broken by stripping.
  The libdbus path had to be added later in fixupPhase because it is used via dlopen not directly linked.

- Additions: Added zlib and libc to patchelf, otherwise runtime library errors result from some binaries.
  For some reason the missing libc only manifested itself for mount.vboxsf when included in the initrd.

Changes in nixos/tests/virtualbox:

- Update the simple-gui test to send the right keys to start the VM. With VirtualBox 5
  it was enough to just send "return", but with 6 the Tools thing may be selected by
  default. Send "home" to reliably select Tools, "down" to move to the VM and "return"
  to start it.

- Disable the VirtualBox UART by default because it causes a crash due to a regression
  in VirtualBox (specific to software virtualization and serial port usage). It can
  still be enabled using an option but there is an assert that KVM nested virtualization
  is enabled, which works around the problem (see below).

- Add an option to enable nested KVM virtualization, allowing VirtualBox to use hardware
  virtualization. This works around the UART problem and also allows using 64-bit
  guests, but requires a kernel module parameter.

- Add an option to run 64-bit guests. Tested that the tests pass with that. As mentioned
  this requires KVM nested virtualization.
2019-05-09 23:36:57 +02:00
worldofpeace 974cbe2acc
Merge pull request #61174 from worldofpeace/bump-upower
upower: 0.99.9 -> 0.99.10
2019-05-09 16:10:28 -04:00
Renaud 1cd3efc07c
Merge pull request #60898 from lopsided98/rpi-firmware-update
raspberrypifw: 1.20181112 -> 1.20190401
2019-05-09 17:35:59 +02:00
Linus Heckemann 17303da1c8 spl: fix build with linux 5.1
Upstream issue: https://github.com/zfsonlinux/zfs/issues/8697
Upstream fix (zfs repo): 782dfae3218b5f2029ce78722b999cb04e8ef001

This can't be applied cleanly as a patch, since spl has been moved
into the zfs repo since 0.7.13.
2019-05-09 09:44:56 +02:00
worldofpeace b39324bf52 upower: 0.99.9 -> 0.99.10
Using placeholder and drop the NIX_CFLAGS_LINK.

https://gitlab.freedesktop.org/upower/upower/blob/UPOWER_0_99_10/NEWS
2019-05-08 23:06:00 -04:00
Edmund Wu f81836cc30
nvidia_x11: 418.56 -> 418.74 2019-05-08 18:25:16 -04:00
Linus Heckemann e4c269813c kernel/common-config: PREEMPT -> PREEMPT_VOLUNTARY 2019-05-08 19:42:24 +02:00
Linus Heckemann ac6337058a kernel/common-config: move criu to its own set
It was previously in the "test" set, which seemed an inappropriate
placement.
2019-05-08 19:40:39 +02:00
Graham Christensen 52ce589968
Merge pull request #61138 from rnhmjoj/collide
Avoid collisions between essential packages
2019-05-08 11:42:19 -04:00
Tim Steinbach ec75f9c2c8
linux: 5.0.13 -> 5.0.14 2019-05-08 10:13:43 -04:00
Tim Steinbach de8a2720e2
linux: 4.9.173 -> 4.9.174 2019-05-08 10:13:43 -04:00
Tim Steinbach f531f08f0c
linux: 4.19.40 -> 4.19.41 2019-05-08 10:13:42 -04:00
Tim Steinbach 103a7daa53
linux: 4.14.116 -> 4.14.117 2019-05-08 10:13:42 -04:00
rnhmjoj 87bfe6e115
procps: lower priority to solve collisions with coreutils 2019-05-08 16:00:18 +02:00
rnhmjoj d16a24379a
systemd: lower priority to solve collisions with openresolv 2019-05-08 13:21:04 +02:00
worldofpeace e74d8878fe
Merge pull request #60979 from CrazedProgrammer/update-compsize
compsize: 2018-04-07 -> 1.3
2019-05-07 17:50:45 -04:00
Renaud 2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Frederik Rietdijk a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
Joachim Fasting 87bc514620
hardened-config: enable the SafeSetID LSM
The purpose of this LSM is to allow processes to drop to a less privileged
user id without having to grant them full CAP_SETUID (or use file caps).

The LSM allows configuring a whitelist policy of permitted from:to uid
transitions.  The policy is enforced upon calls to setuid(2) and related
syscalls.

Policies are configured through securityfs by writing to
- safesetid/add_whitelist_policy ; and
- safesetid/flush_whitelist_policies

A process attempting a transition not permitted by current policy is killed
(to avoid accidentally running with higher privileges than intended).

A uid that has a configured policy is prevented from obtaining auxiliary
setuid privileges (e.g., setting up user namespaces).

See also: https://www.kernel.org/doc/html/latest/admin-guide/LSM/SafeSetID.html
2019-05-07 13:39:24 +02:00
Renaud 7085da0cef
Merge pull request #60870 from dkudriavtsev/patch-1
miraclecast: 20170427 -> 20190403
2019-05-07 13:37:39 +02:00
Jörg Thalheim 2146e1023a
Merge pull request #61076 from Mic92/linux-fpu
linux_5_0: restore __kernel_fpu_{begin,restore}
2019-05-07 10:35:04 +01:00
Frederik Rietdijk 0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Matthew Bauer 69cf07ec0f
Merge pull request #60828 from matthewbauer/mark-bad-platforms
Mark some bad platforms
2019-05-06 15:54:08 -04:00
Jörg Thalheim 7b77c27caa
linux_5_0: restore __kernel_fpu_{begin,restore}
In 5.0er these function were removed from the public interface also zfs needs
them for AVX/AES-NI support. Without this patch for example throughput on a
encrypted zfs dataset drops to 200 MB/s from 1.2 GB/s. These functions were
removed as their was no user within the linux kernel tree itself.
2019-05-06 14:14:40 +01:00
Austin Seipp 0a4cd28f84
linuxPackages.bcc: 0.8.0 -> 0.9.0
Requires a minor tweak to the deadlock detector patch (the file was
renamed in the upstream repo).

bcc now also wants a copy of libbpf, which it doesn't have in the source
release tarball. Clone a copy from GiHub that's synchronized with the
release, and put it in place.

Tested on Linux 5.1 (with bpftrace as well).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 01:42:02 -05:00
Austin Seipp 181e971755
linux: add 5.1 release
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 00:39:22 -05:00