Commit Graph

3520 Commits

Author SHA1 Message Date
Tim Steinbach bdf02de121
linux_latest-libre: 17151 -> 17153 2019-12-30 08:56:30 -05:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Frederik Rietdijk fb66525297 Merge master into staging-next 2019-12-29 10:19:39 +01:00
Tim Steinbach 0332bc2cd0
Merge pull request #76623 from clefru/linux-bump
linux-testing: 5.5-rc2 -> 5.5-rc3
2019-12-28 21:56:01 -05:00
Clemens Fruhwirth 2af9828ea6 linux-testing: 5.5-rc2 -> 5.5-rc3 2019-12-28 21:38:34 +01:00
Tim Steinbach 3e6bdc0600
linux_latest-libre: 17145 -> 17151 2019-12-26 20:06:27 -05:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Jan Tojnar ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
Tim Steinbach da4ec2dd2d
linux_latest-libre: 17142 -> 17145 2019-12-23 19:24:07 -05:00
Tim Steinbach 4afb87fe58
linux_latest-libre: 17119 -> 17142 2019-12-22 19:56:04 -05:00
Tim Steinbach 36997b3850
linux: 5.4.5 -> 5.4.6 2019-12-22 19:55:51 -05:00
Tim Steinbach bb74e9cdeb
linux: 4.9.206 -> 4.9.207 2019-12-22 19:55:37 -05:00
Tim Steinbach 5bf13fcc2e
linux: 4.4.206 -> 4.4.207 2019-12-22 19:55:24 -05:00
Tim Steinbach 1e473389d4
linux: 4.19.90 -> 4.19.91 2019-12-22 19:55:15 -05:00
Tim Steinbach 78183b2e98
linux: 4.14.159 -> 4.14.160 2019-12-22 19:55:01 -05:00
Tim Steinbach baa243d508
linux: Fix request-key for 4.4 and 4.9 2019-12-22 19:51:16 -05:00
Linus Heckemann a69064eebc linux: run make install in parallel
This improves build times significantly, from 20min to 9min on the
aarch64 community box.
2019-12-19 09:24:20 +01:00
Frederik Rietdijk f79e10061f Merge master into staging-next 2019-12-19 09:19:50 +01:00
Tim Steinbach 9b5b7220d8
linux_latest-libre: 17117 -> 17119 2019-12-18 16:13:14 -05:00
Tim Steinbach a80cdb8bad
linux_latest-libre: 17112 -> 17117 2019-12-18 11:24:08 -05:00
Tim Steinbach ae163fb867
linux: 5.4.3 -> 5.4.5 2019-12-18 11:23:51 -05:00
Tim Steinbach 0ea28ae456
linux: 5.3.16 -> 5.3.18 2019-12-18 11:23:39 -05:00
Tim Steinbach 819a164974
linux: 4.19.89 -> 4.19.90 2019-12-18 11:23:16 -05:00
Tim Steinbach 38e3b0e39f
linux: 4.14.158 -> 4.14.159 2019-12-18 11:22:59 -05:00
Frederik Rietdijk 7aedd744d8 Merge master into staging-next 2019-12-16 20:28:10 +01:00
Alyssa Ross d770ae1202
linux-libre.updateScript: fix attr in commit msg 2019-12-16 16:38:19 +00:00
Alyssa Ross 987a59e295 linux-libre_latest: 16794 -> 17112 2019-12-16 16:30:22 +00:00
Alyssa Ross 2d3e4088db linux-libre: set update-libre.sh as update script
This doesn't actually update the kernel, just the linux-libre
deblobbing scripts, but it should mean that automatic updaters keep
the deblobbing scripts up to date.  So even if deblobbing scripts for
a new kernel version are not available immediately after release, they
should be updated automatically soon enough once available.
2019-12-16 16:30:22 +00:00
Alyssa Ross 80a823eeca linux/update.sh: update linux-libre too
update-libre.sh doesn't commit by default so that it can be used as an
updateScript, where I don't think auto-committing is the norm.

The generated commit messages say "linux-libre_latest" rather than
"linux-libre", because even though linux-libre will also be rebuilt,
it's linux-libre_latest that is more likely to need it.
2019-12-16 16:30:22 +00:00
Tim Steinbach 821ff387da
linux-testing: 5.5-rc1 -> 5.5-rc2 2019-12-16 11:24:53 -05:00
Jan Tojnar aa3cb8b00e
Merge branch 'staging-next' into staging 2019-12-14 23:09:23 +01:00
Jan Tojnar 429561978b
Merge branch 'master' into staging-next 2019-12-14 23:09:06 +01:00
Tim Steinbach 4974c6fd23
linux: 5.4.2 -> 5.4.3 2019-12-13 08:29:19 -05:00
Tim Steinbach b7c613e3e6
linux: 5.3.15 -> 5.3.16 2019-12-13 08:28:57 -05:00
Tim Steinbach 00875c0735
linux: 4.19.88 -> 4.19.89 2019-12-13 08:28:26 -05:00
Kai Wohlfahrt ea55a2d8a9 linux: patch request-key binary path
This is necessary for id mapping to work with NFS + Kerberos, and also
touches #68106 and 634638.
2019-12-12 12:23:30 +00:00
Frederik Rietdijk f3618342ec Merge staging-next into staging 2019-12-10 19:01:27 +01:00
Austin Seipp 452efe57a9
linux_testing: 5.4-rc7 -> 5.5-rc1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-09 10:05:01 -06:00
Anders Kaseorg 04577a28d6 kernel generate-config.pl: Show all errors, not just the first
This makes it less frustrating to add a large group of kernel options
via boot.kernelPatches.*.extraConfig.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-12-08 21:17:24 +01:00
Anthony Cowley 8a4603f9c4 linux: fix amdgpu memory mapping with kernel >= 5.3
These configuration options are needed for the ROCm GPU compute stack
on kernels >= 5.3.
2019-12-08 18:52:43 +01:00
Tim Steinbach 98045e752a
linux: 5.4.1 -> 5.4.2 2019-12-07 07:11:52 -05:00
Tim Steinbach 0e517dbb52
linux: 5.3.14 -> 5.3.15 2019-12-07 07:11:52 -05:00
Tim Steinbach 7e403ffcc2
linux: 4.9.205 -> 4.9.206 2019-12-07 07:11:51 -05:00
Tim Steinbach d90b95f2f6
linux: 4.4.205 -> 4.4.206 2019-12-07 07:11:51 -05:00
Tim Steinbach 9ad3dbf43c
linux: 4.19.87 -> 4.19.88 2019-12-07 07:11:51 -05:00
Tim Steinbach b80f9b6867
linux: 4.14.157 -> 4.14.158 2019-12-07 07:11:46 -05:00
Izorkin 928fdab4a1 linux: add in kernel 5.4 lockdown feature 2019-12-07 12:06:23 +01:00
Jörg Thalheim b7f504812b perf: build with python3 2019-12-01 18:53:03 +01:00
Tim Steinbach c4dc27cfaf
linux: 4.19.86 -> 4.19.87 2019-12-01 07:26:02 -05:00
Tim Steinbach 9d38dd4a0a
linux: 4.14.156 -> 4.14.157 2019-12-01 07:25:59 -05:00
Tim Steinbach 64f3388615
linux: 5.4 -> 5.4.1 2019-11-30 08:12:53 -05:00
Tim Steinbach 0e2e1afae8
linux: 5.3.13 -> 5.3.14 2019-11-30 08:12:09 -05:00
Tim Steinbach 77ce626d10
linux: 4.9.203 -> 4.9.205 2019-11-30 08:11:12 -05:00
Tim Steinbach 9d07976ab4
linux: 4.4.203 -> 4.4.205 2019-11-30 08:10:15 -05:00
Tim Steinbach 0e670a2e67
linux: Add CRYPTO_AEGIS128_SIMD for aarch64
See comments: 9b67ea9106
2019-11-28 09:21:06 -05:00
Tim Steinbach ba80ebc1b3
linux: 4.4.202 -> 4.4.203 2019-11-26 07:58:49 -05:00
Tim Steinbach 9b67ea9106
linux: Add 5.4
Change linux_latest to 5.4
2019-11-25 09:21:27 -05:00
Tim Steinbach 8b93e0c2c4
linux: 5.3.12 -> 5.3.13 2019-11-25 09:14:39 -05:00
Tim Steinbach e0816be801
linux: 4.9.202 -> 4.9.203 2019-11-25 09:14:39 -05:00
Tim Steinbach 7967988054
linux: 4.19.85 -> 4.19.86 2019-11-25 09:14:39 -05:00
Tim Steinbach d65b1c6e97
linux: 4.14.155 -> 4.14.156 2019-11-25 09:14:38 -05:00
Tim Steinbach a96f98be6e
linux: 5.3.11 -> 5.3.12 2019-11-21 13:29:44 -05:00
Tim Steinbach 9265a8e98d
linux: 4.19.84 -> 4.19.85 2019-11-21 13:29:44 -05:00
Tim Steinbach 74b376f252
linux: 4.14.154 -> 4.14.155 2019-11-21 13:29:40 -05:00
magenbluten af808bd826 linux config: add support for xdp sockets and ebpf jit
xdp socket support (AF_XDP) is the new way of implementing high
performance networking on linux. on arch linux and debian this is
already enabled (checked via the links from the nixos manual).

moreover, these flags are suggested by the bpf documentation at cilium:

https://cilium.readthedocs.io/en/latest/bpf/#compiling-the-kernel

additionally the flag `BPF_JIT_ALWAYS_ON` on was suggested to help
spectre attack mitigations:

290af86629
2019-11-17 17:20:23 +01:00
Frederik Rietdijk 3864800226 Merge master into staging-next 2019-11-17 10:31:52 +01:00
Tim Steinbach ef31491067 linux: 4.9.201 -> 4.9.202 2019-11-16 13:18:51 -05:00
Tim Steinbach 6f97eeb1da linux: 4.4.201 -> 4.4.202 2019-11-16 13:18:34 -05:00
Frederik Rietdijk c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
Tim Steinbach 25d44f7605 linux: 4.9.200 -> 4.9.201 2019-11-12 16:24:52 -05:00
Tim Steinbach 083c1d6b22 linux: 4.4.200 -> 4.4.201 2019-11-12 16:24:18 -05:00
Tim Steinbach b1b1f5aa58 linux: 4.19.83 -> 4.19.84 2019-11-12 16:23:46 -05:00
Tim Steinbach dc7772f1c9 linux: 4.14.153 -> 4.14.154 2019-11-12 16:23:03 -05:00
Tim Steinbach f078de4c0a linux-testing: 5.4-rc6 -> 5.4-rc7 2019-11-12 16:22:03 -05:00
Tim Steinbach 44d80a5c56 linux: Remove 5.2
5.2.x kernels are EOL
2019-11-12 16:17:01 -05:00
Tim Steinbach 3dfff501b5 linux: 5.3.10 -> 5.3.11 2019-11-12 16:02:03 -05:00
Frederik Rietdijk 73b88e17dd Merge staging-next into staging 2019-11-11 12:09:26 +01:00
Tim Steinbach d9e90f0d06 linux: 5.3.9 -> 5.3.10 2019-11-10 11:09:18 -05:00
Tim Steinbach 51017f08e6 linux: 4.9.199 -> 4.9.200 2019-11-10 11:09:17 -05:00
Tim Steinbach 460ef6ae3f linux: 4.4.199 -> 4.4.200 2019-11-10 11:09:17 -05:00
Tim Steinbach f8913cead6 linux: 4.19.82 -> 4.19.83 2019-11-10 11:09:17 -05:00
Tim Steinbach 20329aebb6 linux: 4.14.152 -> 4.14.153 2019-11-10 11:09:17 -05:00
Matthew Bauer b23aa70952
Merge pull request #70173 from eadwu/raspberrypi/1.20190925
raspberrypi: 1.20190925
2019-11-07 17:13:24 -05:00
Matthew Bauer 0aaab30d2a
Merge pull request #69741 from eadwu/linux_rpi/fix-overrides
linux_rpi: fix overrides
2019-11-07 17:09:32 -05:00
Tim Steinbach 873ffd8d29
linux: 4.9.198 -> 4.9.199 2019-11-06 13:38:36 -05:00
Tim Steinbach 042cf21f74
linux: 4.4.198 -> 4.4.199 2019-11-06 13:38:23 -05:00
Tim Steinbach 308aba8351
linux: 4.19.81 -> 4.19.82 2019-11-06 13:38:04 -05:00
Tim Steinbach 2316150e64
linux: 4.14.151 -> 4.14.152 2019-11-06 13:37:46 -05:00
adisbladis 9a5ef400fc
linux: 5.3.8 -> 5.3.9 2019-11-06 18:16:55 +00:00
Frederik Rietdijk c4e30cf98c Merge staging-next into staging 2019-11-05 14:18:08 +01:00
Franz Pletz d98aee819f
linuxPackages.perf: fix build with gcc9 2019-11-05 01:55:45 +01:00
Tim Steinbach c97ca709c1
linux: 5.4-rc5 -> 5.4-rc6 2019-11-04 09:38:27 -05:00
John Ericson 2811b032d6 treewide: Make still dont* Variables are optional in most cases
Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case:

 - cc-wrapper's `dontlink`, because it already is handled.

Also, in nix files escaping was manually added.

EMP
2019-11-01 14:44:44 -04:00
Tim Steinbach 9d3687ff15
linux: 5.4-rc4 -> 5.4-rc5 2019-10-29 11:59:37 -04:00
Tim Steinbach eafc9de306
linux: 5.3.7 -> 5.3.8 2019-10-29 09:20:57 -04:00
Tim Steinbach 56115337fd
linux: 4.9.197 -> 4.9.198 2019-10-29 09:20:56 -04:00
Tim Steinbach ccc929b92f
linux: 4.4.197 -> 4.4.198 2019-10-29 09:20:56 -04:00
Tim Steinbach 39aa4c606b
linux: 4.19.80 -> 4.19.81 2019-10-29 09:20:56 -04:00
Tim Steinbach a68c650a34
linux: 4.14.150 -> 4.14.151 2019-10-29 09:20:56 -04:00
Tim Steinbach 0973f67fd0
linux: Enable KEYBOARD_APPLESPI
This is available for 5.3+ and enables support for
Apple trackpads and keyboards

Closes #71552
2019-10-23 09:03:16 -04:00
Tim Steinbach db32ff0333
linux: 5.4-rc3 -> 5.4-rc4 2019-10-21 11:46:36 -04:00
Tim Steinbach 5f1464aea4
linux: 5.3.6 -> 5.3.7 2019-10-18 12:33:12 -04:00
Tim Steinbach 246713b1e2
linux: 4.9.196 -> 4.9.197 2019-10-18 12:33:12 -04:00
Tim Steinbach 3cfb72d064
linux: 4.4.196 -> 4.4.197 2019-10-18 12:33:12 -04:00
Tim Steinbach a735d99cc6
linux: 4.19.79 -> 4.19.80 2019-10-18 12:33:12 -04:00
Tim Steinbach 29574320a8
linux: 4.14.149 -> 4.14.150 2019-10-18 12:33:11 -04:00
Jörg Thalheim 334921ad31
Merge pull request #66841 from Izorkin/kernel-nftables
nftables: enable all features in kernel
2019-10-16 13:39:55 +01:00
Robin Gloster 5a1232908c
Merge pull request #70528 from eadwu/bcachefs/update-9
bcachefs/update-9
2019-10-16 00:28:17 +02:00
Robin Gloster 1d651d1340
Merge pull request #71111 from Mic92/linux-cleanup
linux: remove deprecated kernel config options
2019-10-15 21:50:27 +02:00
Izorkin c1fd98f626 nftables: enable all features 2019-10-15 19:19:43 +03:00
Austin Seipp cab3652660
linux_testing: 5.4-rc2 -> 5.4-rc3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-14 10:33:03 -05:00
Jörg Thalheim 14a6713aef
linux: remove deprecated kernel config options
Our oldest kernel is 4.4. That's why we can remove configurations that only
applies to kernels older than that.
2019-10-14 11:43:18 +01:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Edmund Wu 591b1ec17a
linux_testing_bcachefs: 5.2.2019.10.01 -> 5.2.2019.10.12 2019-10-12 18:23:57 -04:00
Tim Steinbach 50c36c4df1
linux: 5.3.5 -> 5.3.6 2019-10-12 11:05:45 -04:00
Tim Steinbach 198eb547e2
linux: 5.2.20 -> 5.2.21 2019-10-12 11:05:09 -04:00
Tim Steinbach 83162506c6
linux: 4.19.78 -> 4.19.79 2019-10-12 11:04:27 -04:00
Tim Steinbach 6ed5bf160c
linux: 4.14.148 -> 4.14.149 2019-10-12 11:03:46 -04:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Tim Steinbach ecb95c8bcb
linux: 5.4-rc1 -> 5.4-rc2 2019-10-08 13:18:51 -04:00
Tim Steinbach e14ccd7285 linux-testing: 5.3-rc8 -> 5.4-rc1 2019-10-08 13:08:02 -04:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Robin Gloster fba9144f92
Merge pull request #69222 from d-goldin/fix_linux_5_determinism
linux_5_2, linux_5_3: fixing nondeterminism
2019-10-08 03:18:40 +02:00
Tim Steinbach 0482c461da
linux: 5.3.4 -> 5.3.5 2019-10-07 17:54:26 -04:00
Tim Steinbach 3610e490b3
linux: 5.2.19 -> 5.2.20 2019-10-07 17:54:00 -04:00
Tim Steinbach 59dc2fa757
linux: 4.9.195 -> 4.9.196 2019-10-07 17:53:31 -04:00
Tim Steinbach efe13de995
linux: 4.4.195 -> 4.4.196 2019-10-07 17:53:10 -04:00
Tim Steinbach 3eeea86ac3
linux: 4.19.77 -> 4.19.78 2019-10-07 17:52:45 -04:00
Tim Steinbach 66b338d2c8
linux: 4.14.147 -> 4.14.148 2019-10-07 17:51:49 -04:00
Vladyslav M 2a116c3bb9
bcachefs: 2019-10-01 (#70217)
bcachefs: 2019-10-01
2019-10-05 22:48:10 +03:00
Tim Steinbach d5832fbfac
linux: 5.3.2 -> 5.3.4 2019-10-05 10:37:52 -04:00
Tim Steinbach e0907d2494
linux: 5.2.18 -> 5.2.19 2019-10-05 10:37:27 -04:00
Tim Steinbach 808633dc81
linux: 4.9.194 -> 4.9.195 2019-10-05 10:36:49 -04:00
Tim Steinbach 63ec681edb
linux: 4.4.194 -> 4.4.195 2019-10-05 10:36:19 -04:00
Tim Steinbach f47dd4a456
linux: 4.19.76 -> 4.19.77 2019-10-05 10:35:57 -04:00
Tim Steinbach eb4da7a8c1
linux: 4.14.146 -> 4.14.147 2019-10-05 10:35:23 -04:00
Dima bdccffa81c linux_5_2, linux_5_3: fixing nondeterminism
In 5.2 kernel a new mechanism was introduced which embeds the kernel
headers in the kernel image and exposes them in procfs for simplified
use by userland tools.

It was introduced in
43d8ce9d65
and later modified a bit in
f7b101d330

The archive containing the header files had nondeterminism through the
header files metadata - specifically `mtime`, but I also decided to
normalize some other aspects just in case.

In our default setup we currently compile this as a module, so to expose
the headers to test the functionality `kheaders` needs to be loaded.

See https://lkml.org/lkml/2019/10/4/1036 and
https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?h=fixes&id=2cc99c9cdc8fde5e92e34f9655829449cebd3e00

I commented out the documentation part of the patch to make it cleanly apply to
5.2 and 5.3, see remark in the patch itself.
2019-10-05 09:34:35 +02:00
Jörg Thalheim 96097ab665
linux: update fpu patches for 5.3
At the moment we experience bad instabilities with linux 5.3:

https://github.com/zfsonlinux/zfs/issues/9346

as the zfs-native method of disabling the FPU is buggy.
2019-10-03 11:13:28 +01:00
Matthew Bauer 7eace49cc5
Merge pull request #69917 from lopsided98/linux-rpi-1-dtb-rename
linux_rpi1: fix Raspberry Pi Zero device tree file name
2019-10-02 20:03:37 -04:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Edmund Wu 24a7e828df
linux_testing_bcachefs: 5.2.2019.09.24 -> 5.2.2019.10.01 2019-10-02 16:12:49 -04:00
Edmund Wu 436d94feea
linux_rpi: 1.20190906 -> 1.20190925 2019-10-01 08:43:15 -04:00
Tim Steinbach ed5a7f6740
linux: 5.3.1 -> 5.3.2 2019-10-01 08:00:25 -04:00
Tim Steinbach 5783f5335d
linux: 5.2.17 -> 5.2.18 2019-10-01 08:00:22 -04:00
Tim Steinbach 6f807b3861
linux: 4.19.75 -> 4.19.76 2019-10-01 08:00:08 -04:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
Ben Wolsieffer 1f289463ac linux_rpi1: fix Raspberry Pi Zero device tree file name 2019-09-28 17:58:04 -04:00
Timo Kaufmann 7cc78d4485
Merge pull request #67696 from eadwu/bcachefs/update-7
bcachefs/update-7
2019-09-28 08:22:24 +00:00
Edmund Wu 26ff3da4b7
linux_rpi: fix overrides 2019-09-27 21:46:01 -04:00
Samuel Dionne-Riel 95005c1039
Merge pull request #68265 from tkerber/rpi4
Various: Add support for raspberry pi 4.
2019-09-27 14:35:17 -04:00