Matthieu Coudron
7aacbdb898
linux: convert hardened-config to a structured one
2019-01-28 09:07:24 +09:00
Matthieu Coudron
3bb7b3f02e
linux: ability to merge structured configs
...
This should make the composability of kernel configurations more straigthforward.
- now distinguish freeform options from tristate ones
- will look for a structured config in kernelPatches too
one can now access the structuredConfig from a kernel via linux_test.configfile.structuredConfig
in order to reinject it into another kernel, no need to rewrite the config from scratch
The following merge strategies are used in case of conflict:
-- freeform items must be equal or they conflict (mergeEqualOption)
-- for tristate (y/m/n) entries, I use the mergeAnswer strategy which takes the best available value, "best" being defined by the user (by default "y" > "m" > "n", e.g. if one entry is both marked "y" and "n", "y" wins)
-- if one item is both marked optional/mandatory, mandatory wins (mergeFalseByDefault)
2019-01-28 09:06:33 +09:00
Tim Steinbach
39fdfd0eb1
linux: 4.20.4 -> 4.20.5
2019-01-27 16:12:13 -05:00
Tim Steinbach
4ab5604c85
linux: 4.19.17 -> 4.19.18
2019-01-27 16:12:13 -05:00
Tim Steinbach
19505bb8d1
linux: 4.14.95 -> 4.14.96
2019-01-27 16:12:12 -05:00
Tim Steinbach
4606793349
linux: 4.9.152 -> 4.9.153
2019-01-27 16:12:12 -05:00
Tim Steinbach
6df6bb42b5
linux: 4.4.171 -> 4.4.172
2019-01-27 16:12:12 -05:00
Joachim F
f6414428ed
Merge pull request #53511 from joachifm/kernel-32bit-emu-feature-flag
...
linux: flag to indicate 32bit emulation support
2019-01-25 14:13:45 +00:00
Pierre Bourdon
a258015d3a
kernel: extend the RANDSTRUCT seed with a user-configurable section
2019-01-24 01:42:16 +01:00
Tim Steinbach
8ee43e01fa
linux: 4.9.151 -> 4.9.152
2019-01-23 07:10:45 -05:00
Tim Steinbach
6da5e2d45f
linux: 4.20.3 -> 4.20.4
2019-01-23 07:10:35 -05:00
Tim Steinbach
1b8beae40b
linux: 4.19.16 -> 4.19.17
2019-01-23 07:10:27 -05:00
Tim Steinbach
5f0a4ee69f
linux: 4.14.94 -> 4.14.95
2019-01-23 07:10:18 -05:00
Tim Steinbach
538ce21fe8
linux: 5.0-rc2 -> 5.0-rc3
2019-01-21 08:14:14 -05:00
Vladimír Čunát
3fa77297b5
linux: avoid memory hotplug support on most platforms
...
It broke i686 build, and it's probably not worth it on others, too.
/cc #54095 e63414078a
.
2019-01-19 19:22:02 +01:00
Vladimír Čunát
23eb5e846d
Merge #54095 : linux: enable memory hotplug support
2019-01-19 16:26:01 +01:00
Aaron Andersen
e63414078a
Enable memory hotplug support
2019-01-18 13:17:33 +00:00
Danylo Hlynskyi
23a13b562c
kernel config: add support for CONFIG_SQUASHFS_ZSTD ( #52967 )
...
Also, allow override `make-squashfs.nix` compression parameters.
2019-01-17 15:24:44 +02:00
Tim Steinbach
bae1a0f825
linux: 4.20.2 -> 4.20.3
2019-01-17 06:56:20 -05:00
Tim Steinbach
b4ab6ffb7f
linux: 4.19.15 -> 4.19.16
2019-01-17 06:56:08 -05:00
Tim Steinbach
6ad56550e4
linux: 4.14.93 -> 4.14.94
2019-01-17 06:55:59 -05:00
Tim Steinbach
1e62588421
linux: 4.9.150 -> 4.9.151
2019-01-17 06:55:42 -05:00
Tim Steinbach
2833865206
linux: 4.4.170 -> 4.4.171
2019-01-17 06:55:31 -05:00
Tim Steinbach
429166fea2
linux: 5.0-rc1 -> 5.0-rc2
2019-01-14 09:24:39 -05:00
Tim Steinbach
bddaa4bc16
linux: 4.20.1 -> 4.20.2
2019-01-13 15:50:00 -05:00
Tim Steinbach
bbc1f0c452
linux: 4.19.14 -> 4.19.15
2019-01-13 15:50:00 -05:00
Tim Steinbach
0a8b109e81
linux: 4.14.92 -> 4.14.93
2019-01-13 15:49:59 -05:00
Tim Steinbach
887fd04623
linux: 4.9.149 -> 4.9.150
2019-01-13 15:49:59 -05:00
Tim Steinbach
c88c0538ea
linux: 4.4.169 -> 4.4.170
2019-01-13 15:49:59 -05:00
Pierre Bourdon
b26c824da3
Revert "Revert "Revert "linux-hardened: Disable GCC_PLUGIN_RANDSTRUCT"""
...
The issue with out-of-tree modules has been addressed and the feature
should now be good to re-enable again.
This reverts commit 865f7a14b4
.
2019-01-11 12:35:16 +01:00
Pierre Bourdon
1b9bf8fa75
kernel: make the RANDSTRUCT seed deterministic
2019-01-11 12:35:16 +01:00
Tim Steinbach
20f9b5d10a
linux: 4.19.13 -> 4.19.14
2019-01-09 12:10:11 -05:00
Tim Steinbach
39173bff87
linux: 4.20 -> 4.20.1
2019-01-09 11:59:35 -05:00
Tim Steinbach
d55b3c9bf0
linux: 4.14.91 -> 4.14.92
2019-01-09 11:24:45 -05:00
Tim Steinbach
ec3e81beaf
linux: 4.9.148 -> 4.9.149
2019-01-09 11:03:10 -05:00
Bastian Köcher
a90fc6d3ef
linux: Adds patch for fixing wifi on raspberry pi
2019-01-09 11:18:09 +01:00
Joachim Fasting
865f7a14b4
Revert "Revert "linux-hardened: Disable GCC_PLUGIN_RANDSTRUCT""
...
This reverts commit c68e8b05f0
.
RANDSTRUCT currently fails to work with out-of-tree modules, as
evinced by
c68e8b05f0 (commitcomment-31850284)
and https://github.com/NixOS/nixpkgs/issues/53522 .
Specifically, loading out-of-tree modules results in modsym version
mismatches, as in
spl: version magic '4.20.0 SMP mod_unload modversions RANDSTRUCT_PLUGIN
from the issue above.
A working hypothesis is that the randstruct seed is not carried over when
building out-of-tree modules but more investigation is needed here.
Closes https://github.com/NixOS/nixpkgs/issues/53522
2019-01-07 19:50:12 +01:00
Tim Steinbach
97aba92bcd
linux: 4.20-rc7 -> 5.0-rc1
2019-01-07 07:57:38 -05:00
Joachim Fasting
6eea9ac868
linux: add feature flag to indicate support for 32bit emulation
...
Motivated by the need to warn users trying to build configurations that depend
on being able to run 32bit apps on 64bit kernels.
2019-01-06 19:52:03 +01:00
Joachim Fasting
d62086e6fc
hardened-config: allow slub/slab free poisoning
2019-01-05 14:07:36 +01:00
Joachim Fasting
11840f5c70
hardened-config: explain HARDENED_USERCOPY_FALLBACK n
2019-01-05 14:07:36 +01:00
Joachim Fasting
dfd77a046d
hardened-config: ensure STRICT_KERNEL_RWX
...
This is y in the default config, but enable it explicitly here to catch
situations where it has been disabled (explicitly or implicitly).
2019-01-05 14:07:35 +01:00
Joachim Fasting
1801aad7b8
hardened-config: clarify MODIFY_LDT_SYSCALL
...
This likely never worked; MODIFY_LDT_SYSCALL depends on EXPERT; enabling
EXPERT however seems to introduce quite a few changes that would need to be
properly vetted.
The version guard is unnecessary, however, as this config has been supported
since 4.3.
2019-01-05 14:07:34 +01:00
Joachim Fasting
abc8ed3fca
hardened-config: clarify readonly LSM hooks config
...
SECURITY_WRITABLE_HOOKS is implicitly controlled by SECURITY_SELINUX_DISABLE;
explicitly unsetting results in an error because the configfile builder fails
to detect that it has in fact been unset (reporting it as an unused option).
For now, leave WRITABLE_HOOKS as an "optional" config for documentation
purposes.
2019-01-05 14:07:33 +01:00
Joachim Fasting
c68e8b05f0
Revert "linux-hardened: Disable GCC_PLUGIN_RANDSTRUCT"
...
This reverts commit 5dda1324be
.
Presumably this was done to work around build errors or something but it
works fine now.
2019-01-05 14:07:21 +01:00
Pierre Bourdon
0f7ca26a48
kernel/hardened-config.nix: add STACKLEAK plugin on 4.20+
2019-01-04 22:24:50 +01:00
Pierre Bourdon
9dc0d94896
kernel/hardened-config.nix: re-enable GCC plugins
2019-01-04 22:24:50 +01:00
Pierre Bourdon
c789f642f0
kernel/generic.nix: provide required dependencies for GCC plugins builds
2019-01-04 22:24:50 +01:00
Benno Fünfstück
7817aa3641
linux-rpi: set correct hydraPlatforms ( #53325 )
2019-01-03 22:42:14 +01:00
Joachim F
88c516dd55
Merge pull request #52606 from lopsided98/linux-hardkernel-update
...
linux_hardkernel_4_14: 4.14.85-152 -> 4.14.87-153
2019-01-02 18:16:47 +00:00
Tim Steinbach
d6805baded
linux: 4.19.12 -> 4.19.13
2018-12-30 09:57:54 -05:00
Tim Steinbach
226eb52715
linux: 4.14.90 -> 4.14.91
2018-12-30 09:57:54 -05:00
Tim Steinbach
a7bd7a38ea
linux: 4.9.147 -> 4.9.148
2018-12-30 09:57:53 -05:00
Ivan Kozik
1c8fea18e2
kernel/patches.nix: remove hard tabs
2018-12-28 09:06:56 +01:00
Samuel Dionne-Riel
889ef35303
linuxPackages_4_{19,20}: works around bug with overlayfs.
...
See: https://github.com/NixOS/nixpkgs/issues/48828#issuecomment-445208626
2018-12-26 22:51:31 +00:00
Tim Steinbach
24cdaa7b48
linux-libre: 15715 -> 15814
2018-12-24 12:33:24 -05:00
Tim Steinbach
8f9c2f9726
linux: Add 4.20
2018-12-24 12:33:24 -05:00
Tim Steinbach
af6c117fac
linux: 4.19.11 -> 4.19.12
2018-12-21 09:11:02 -05:00
Tim Steinbach
dea57f15e9
linux: 4.14.89 -> 4.14.90
2018-12-21 09:10:54 -05:00
Tim Steinbach
a5f447e16a
linux: 4.9.146 -> 4.9.147
2018-12-21 09:10:45 -05:00
Tim Steinbach
54ce2e016b
linux: 4.4.168 -> 4.4.169
2018-12-21 09:10:24 -05:00
Tim Steinbach
98ac5710bd
kernel-config: CIFS_POSIX no longer exists
2018-12-21 09:10:17 -05:00
Ben Wolsieffer
2b02350d39
linux_hardkernel_4_14: 4.14.85-152 -> 4.14.87-153
2018-12-20 21:15:07 -05:00
Tim Steinbach
1b84b9f725
linux: 4.19.10 -> 4.19.11
2018-12-20 10:46:17 -05:00
Tim Steinbach
4d14879081
linux: 4.4.167 -> 4.4.168
2018-12-18 09:12:34 -05:00
Tim Steinbach
31ddf1f136
linux: 4.19.9 -> 4.19.10
2018-12-17 09:19:41 -05:00
Tim Steinbach
c5234d7dbd
linux: 4.14.88 -> 4.14.89
2018-12-17 09:19:41 -05:00
Tim Steinbach
53c490a7ee
linux: 4.9.145 -> 4.9.146
2018-12-17 09:19:41 -05:00
Edmund Wu
cb6c9af457
linux_testing: 4.20-rc6 -> 4.20-rc7
2018-12-16 22:09:03 -05:00
Tim Steinbach
5a15ab7b5d
linux: 4.19.8 -> 4.19.9
2018-12-13 06:58:15 -05:00
Tim Steinbach
f335fa6d74
linux: 4.14.87 -> 4.14.88
2018-12-13 06:58:07 -05:00
Tim Steinbach
1f92bdcd94
linux: 4.9.144 -> 4.9.145
2018-12-13 06:57:58 -05:00
Tim Steinbach
adf8cdd67d
linux: 4.4.166 -> 4.4.167
2018-12-13 06:57:42 -05:00
Tim Steinbach
c89cbdcd48
linux: 4.20-rc5 -> 4.20-rc6
2018-12-11 11:11:34 -05:00
Alyssa Ross
017390185a
Merge pull request #51817 from qolii/linux_hardkernel_4_14_78__4_14_85
...
linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152
2018-12-10 17:08:37 +00:00
Patrick Hilhorst
ffd47d5b16
Revert "linux: inside nix-shell, allow make menuconfig"
2018-12-10 15:50:36 +01:00
qoli
f6172b634d
linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152
2018-12-10 00:17:08 -08:00
Tim Steinbach
02f8d66efa
linux: 4.19.7 -> 4.19.8
2018-12-08 10:26:09 -05:00
Tim Steinbach
e4da78c349
linux: 4.14.86 -> 4.14.87
2018-12-08 10:26:09 -05:00
Tim Steinbach
c7ea265e8e
linux: 4.9.143 -> 4.9.144
2018-12-08 10:26:09 -05:00
Tim Steinbach
808d52ee05
linux: 4.19.6 -> 4.19.7
2018-12-05 17:34:29 -05:00
Tim Steinbach
e945771e4c
linux: 4.14.85 -> 4.14.86
2018-12-05 17:34:13 -05:00
Tim Steinbach
1f7266cbbb
linux: 4.9.142 -> 4.9.143
2018-12-05 17:33:36 -05:00
Alyssa Ross
fa749ac858
linux_latest-libre: document finding latest rev
...
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444064006
2018-12-04 12:08:30 +00:00
Tim Steinbach
3b2bf761df
linux: 4.20-rc4 -> 4.20-rc5
2018-12-03 07:43:04 -05:00
Jörg Thalheim
3ba88670ab
linux_latest-libre: update patchset for kernel version
2018-12-02 18:54:57 +00:00
Tim Steinbach
d97f3cb647
kernel: 4.19.5 -> 4.19.6
2018-12-01 11:20:38 -05:00
Tim Steinbach
8f23a4616f
kernel: 4.14.84 -> 4.14.85
2018-12-01 11:20:38 -05:00
Tim Steinbach
182a6557e3
kernel: 4.9.141 -> 4.9.142
2018-12-01 11:20:38 -05:00
Tim Steinbach
995004634f
kernel: 4.4.165 -> 4.4.166
2018-12-01 11:20:38 -05:00
Tim Steinbach
ff4bf6067e
kernel: Remove 4.18.x
...
4.18 series is EOL
2018-12-01 11:20:38 -05:00
Jörg Thalheim
e7a9fc2fca
Merge pull request #49470 from grahamc/enable-mlx5core-by-default
...
kernel: enable MLX5_CORE_EN when possible
2018-11-30 17:55:45 +00:00
Frederik Rietdijk
9db2421d1f
Merge master into staging-next
2018-11-29 08:12:56 +01:00
Tim Steinbach
ef3f3067a1
linux: 4.19.4 -> 4.19.5
2018-11-27 16:19:58 -05:00
Tim Steinbach
23ef674701
linux: 4.14.83 -> 4.14.84
2018-11-27 16:19:58 -05:00
Tim Steinbach
3739bf46d5
linux: 4.9.140 -> 4.9.141
2018-11-27 16:19:58 -05:00
Tim Steinbach
784230c0fc
linux: 4.4.164 -> 4.4.165
2018-11-27 16:19:57 -05:00
Vladimír Čunát
a5de78b7d7
Merge branch 'master' into staging-next
2018-11-26 10:28:00 +01:00
Tim Steinbach
bff473b034
linux: 4.20-rc3 -> 4.20-rc4
2018-11-25 20:02:48 -05:00
Benno Fünfstück
b5cce32ea9
linux_rpi: enable aarch64 build on hydra
2018-11-26 00:20:43 +01:00
Frederik Rietdijk
e41154d1ab
Merge master into staging-next
2018-11-24 10:43:33 +01:00
Tim Steinbach
13e38d8180
linux: 4.19.3 -> 4.19.4
2018-11-23 08:33:53 -05:00
Tim Steinbach
86f9ac22e2
linux: 4.14.82 -> 4.14.83
2018-11-23 08:33:45 -05:00
Tim Steinbach
5879586e01
linux: 4.9.138 -> 4.9.140
2018-11-23 08:33:32 -05:00
Frederik Rietdijk
c31cb577ae
Merge master into staging-next
2018-11-22 09:57:08 +01:00
Tim Steinbach
8f11b37a95
linux: 4.19.2 -> 4.19.3
2018-11-21 09:53:26 -05:00
Tim Steinbach
ff82d7c786
linux: 4.18.19 -> 4.18.20
2018-11-21 09:53:07 -05:00
Tim Steinbach
3667a91b78
linux: 4.14.81 -> 4.14.82
2018-11-21 09:52:59 -05:00
Tim Steinbach
0e7dafe8c0
linux: 4.9.137 -> 4.9.138
2018-11-21 09:52:49 -05:00
Tim Steinbach
e822b9680b
linux: 4.4.163 -> 4.4.164
2018-11-21 09:52:38 -05:00
Frederik Rietdijk
aabf1a93bc
Merge staging-next into staging
2018-11-20 11:51:11 +01:00
Edmund Wu
3ae0407d3c
linux_testing: 4.20-rc2 -> 4.20-rc3
2018-11-19 14:23:16 +00:00
Frederik Rietdijk
0d0d7dcd06
Merge staging-next into staging
2018-11-18 10:41:34 +01:00
Tim Steinbach
248dfd2842
linux: 4.19.1 -> 4.19.2
2018-11-13 14:35:57 -05:00
Tim Steinbach
a3cbaf2507
linux: 4.18.18 -> 4.18.19
2018-11-13 14:35:57 -05:00
Tim Steinbach
88e7ac48c7
linux: 4.14.80 -> 4.14.81
2018-11-13 14:35:57 -05:00
Tim Steinbach
72435f7685
linux: 4.9.136 -> 4.9.137
2018-11-13 14:35:57 -05:00
Matthew Bauer
76c956be5c
treewide: disable pie in more places
...
Some packages don’t work correctly with pie. Here I disable it for:
- busybox
- linux kernel
- kexectools
I also get rid of the Musl conditional for disabling pie in GCC and
Binutils. Some day we might want to enable PIE without Musl and it
will be useful to have the *just* work with our compiler and linkers.
2018-11-13 07:03:31 -06:00
Orivej Desh
08d98b2e38
linux: enable CGROUP_HUGETLB, CGROUP_PERF, CGROUP_RDMA ( #50225 )
...
These options were added in:
NAMESPACES 2.6.25
CGROUP_DEVICE 2.6.26
CGROUP_HUGETLB 3.6
CGROUP_PERF 2.6.39
CGROUP_RDMA 4.11
2018-11-13 01:13:00 +00:00
Tim Steinbach
55cad35506
linux: 4.20-rc1 -> 4.20-rc2
2018-11-11 22:08:16 -05:00
Tim Steinbach
464737ebbb
linux: 4.4.162 -> 4.4.163
2018-11-10 16:12:38 -05:00
Tim Steinbach
ab77043c56
linux: 4.9.135 -> 4.9.136
2018-11-10 16:12:38 -05:00
Tim Steinbach
a862492bf1
linux: 4.14.79 -> 4.14.80
2018-11-10 16:12:38 -05:00
Tim Steinbach
318393ec66
linux: 4.18.17 -> 4.18.18
2018-11-10 16:12:38 -05:00
Jan Malakhovski
67a5c0da41
tree-wide: fix all rev
s of fetchsvn
2018-11-08 05:29:47 +00:00
Shea Levy
329bf4c3e1
linux-riscv: Remove.
...
risc-v changes are now upstream.
See #49490
2018-11-06 09:42:45 -05:00
Tim Steinbach
4745250bd3
linux: 4.19-rc8 -> 4.20-rc1
2018-11-05 07:09:41 -05:00
Tim Steinbach
3e1ca4f176
linux: 4.19 -> 4.19.1
2018-11-04 11:41:34 -05:00
Tim Steinbach
260aa8089d
linux: 4.18.16 -> 4.18.17
2018-11-04 11:41:34 -05:00
Tim Steinbach
26f3e8a367
linux: 4.14.78 -> 4.14.79
2018-11-04 11:41:34 -05:00
Jörg Thalheim
e9f2267f8f
Merge pull request #49710 from Mic92/linux-samus
...
linux-samus: remove
2018-11-04 11:39:09 +00:00
Jörg Thalheim
e84291bd23
linux-samus: remove
...
The package is out-of-date and has no maintainer.
I don't own a chromebook device and therefore don't know
if an mainline kernel could be used instead.
cc @lheckemann @zohl
2018-11-03 20:57:58 +00:00
Jörg Thalheim
da1f78bd2b
linux_beagleboard: remove
...
The package is out-of-date and has no maintainer.
It should be now possible to just mainline kernel.
Support for that could be added by copying the right dtb file in our linux_rpi kernel.
I do not have the hardware to test this.
cc @dezgeg @dhess
2018-11-03 20:49:52 +00:00
qolii
a2d39a802d
linux-hardkernel: 4.14.73-149 -> 4.14.78-150 ( #49535 )
2018-10-31 22:05:02 +01:00
Graham Christensen
d65b39a805
kernel: enable MLX5_CORE_EN when possible
...
Hydra's builders from Packet.net use this option a lot, causing
lots of slow deploys.
2018-10-30 17:29:37 +01:00
Joachim F
c67ccd34c0
Merge pull request #47909 from teto/menuconfig
...
linux: inside nix-shell, allow make menuconfig
2018-10-23 14:47:11 +00:00
Tim Steinbach
2bb68c7017
linux: Add 4.19
2018-10-22 09:40:22 -04:00
Tim Steinbach
154f457bc3
linux: 4.18.15 -> 4.18.16
2018-10-20 11:16:21 -04:00
Tim Steinbach
719087fb8c
linux: 4.14.77 -> 4.14.78
2018-10-20 11:15:12 -04:00
Tim Steinbach
560e61a3fd
linux: 4.9.134 -> 4.9.135
2018-10-20 11:14:57 -04:00
Tim Steinbach
218bf14c3e
linux: 4.4.161 -> 4.4.162
2018-10-20 11:14:19 -04:00
Tim Steinbach
42cfc436ce
linux: 4.18.14 -> 4.18.15
2018-10-18 08:27:12 -04:00
Tim Steinbach
7abe0e881e
linux: 4.14.76 -> 4.14.77
2018-10-18 08:27:03 -04:00
Tim Steinbach
ab8ff7c07c
linux: 4.9.133 -> 4.9.134
2018-10-18 08:26:51 -04:00
隠岐奈
d8410167d1
linux_testing_bcachefs: 4.18.2018.09.21 -> 4.18.2018.10.12
2018-10-16 18:31:14 -05:00
Tim Steinbach
8a3a91f29b
linux: 4.19-rc7 -> 4.19-rc8
2018-10-15 20:35:28 -04:00
Joachim F
6c60014759
Merge pull request #47601 from teto/mptcp_94
...
linux_mptcp: 0.94 -> 0.94.1 [RDY]
2018-10-15 11:23:44 +00:00
Silvan Mosberger
ca3f3897e9
Merge pull request #48028 from lopsided98/rpi-firmware-update
...
linux_rpi, rasperrypifw, raspberrypi-tools: update to latest versions
2018-10-13 21:16:21 +02:00
Tim Steinbach
0ba1f0aa72
linux: 4.18.13 -> 4.18.14
2018-10-13 12:41:21 -04:00
Tim Steinbach
43d8a40653
linux: 4.14.75 -> 4.14.76
2018-10-13 12:41:16 -04:00
Tim Steinbach
b4d4affe41
linux: 4.9.132 -> 4.9.133
2018-10-13 12:41:07 -04:00
Tim Steinbach
3ad8afbf3e
linux: 4.4.160 -> 4.4.161
2018-10-13 12:40:53 -04:00
Tim Steinbach
cf440dae56
linux: 4.18.12 -> 4.18.13
2018-10-10 19:48:22 -04:00
Tim Steinbach
fab0c8824a
linux: 4.14.74 -> 4.14.75
2018-10-10 19:48:16 -04:00
Tim Steinbach
8f9743d2b7
linux: 4.9.131 -> 4.9.132
2018-10-10 19:47:57 -04:00
Tim Steinbach
33b68f8768
linux: 4.4.159 -> 4.4.160
2018-10-10 19:47:41 -04:00
Edmund Wu
7686d72256
linux_testing: 4.19-rc6 -> 4.19-rc7
2018-10-08 13:33:27 +00:00
Ben Wolsieffer
de25f785e5
linux_rpi: 1.20180817 -> 1.20180919
2018-10-07 21:55:04 -04:00
qolii
03d770c0ee
linux-hardkernel: 4.14.69-148 -> 4.14.73-149 ( #47896 )
2018-10-05 15:48:07 +02:00
Matthieu Coudron
e80324c625
linux: inside nix-shell, allow make menuconfig
...
Use stdenv.lib.inNixShell to check for nix-shell and potentially bring pkgconfig/ncurses.
2018-10-05 18:00:15 +09:00
Tim Steinbach
06961cccd0
linux: 4.18.11 -> 4.18.12
2018-10-03 23:47:58 -04:00
Tim Steinbach
f058c23b24
linux: 4.14.73 -> 4.14.74
2018-10-03 23:47:58 -04:00
Tim Steinbach
ebdc294de8
linux: 4.9.130 -> 4.9.131
2018-10-03 23:47:58 -04:00
Matthieu Coudron
3c94e4782f
linux_mptcp: 0.94 -> 0.94.1
...
Also introduce linux_mptcp_94 alias to prevent from overriding the wrong kernel
when switching across branches.
test
2018-10-03 00:28:21 +09:00
xeji
83fd9785f6
linux kernel: increase build timeout from 2 to 4 hrs ( #47564 )
...
We've recently seen a lot of kernel build timeouts on hydra,
so let's increase the timeout.
2018-10-01 17:40:29 +02:00
Tim Steinbach
bf46094040
linux: 4.19-rc5 -> 4.19-rc6
2018-09-30 19:45:19 -04:00
Tim Steinbach
5eefdebf49
linux: 4.18.10 -> 4.18.11
2018-09-29 17:53:22 -04:00
Tim Steinbach
00e57782bc
linux: 4.14.72 -> 4.14.73
2018-09-29 17:53:07 -04:00
Tim Steinbach
74f56e14d9
linux: 4.9.129 -> 4.9.130
2018-09-29 17:52:51 -04:00
Tim Steinbach
7769fd6a80
linux: 4.4.158 -> 4.4.159
2018-09-29 17:52:31 -04:00
Tim Steinbach
24c31d43bb
linux: 4.18.9 -> 4.18.10
2018-09-26 08:01:20 -04:00
Tim Steinbach
61452c82ae
linux: 4.14.71 -> 4.14.72
2018-09-26 08:01:13 -04:00
Tim Steinbach
8e4d980904
linux: 4.9.128 -> 4.9.129
2018-09-26 08:01:05 -04:00
Tim Steinbach
656ca2296c
linux: 4.4.157 -> 4.4.158
2018-09-26 08:00:56 -04:00
Okina Matara
d98b0805cc
linux_testing_bcachefs: 4.18.2018.08.31 -> 4.18.2018.09.21
2018-09-25 08:56:50 -05:00
Tuomas Tynkkynen
f9197b9f63
linux_rpi: Extend the logic for not installing unnecessary DTBs
...
Now ARMv6 and ARMv7 builds avoid installing DTBs for boards where the
resulting kernel won't run just like the aarch64 builds already do.
Also deduplicates the logic a bit.
2018-09-24 14:16:46 +03:00
Ben Wolsieffer
c841c3e2c6
linux_rpi: add support for Raspberry Pi 3
2018-09-24 14:16:46 +03:00
Tim Steinbach
dc401331b3
linux: 4.19-rc4 -> 4.19-rc5
2018-09-23 19:57:00 -04:00
Tim Steinbach
7d30b3d10c
linux: 4.18.8 -> 4.18.9
2018-09-20 09:52:48 -04:00
Tim Steinbach
28fee11e1c
linux: 4.14.70 -> 4.14.71
2018-09-20 09:52:48 -04:00
Tim Steinbach
5509a39e9a
linux: 4.9.127 -> 4.9.128
2018-09-20 09:52:48 -04:00
Tim Steinbach
7ead7a4a67
linux: 4.4.156 -> 4.4.157
2018-09-20 09:52:48 -04:00
qolii
883b86e065
linux-hardkernel: 4.14.66-147 -> 4.14.69-148 ( #46791 )
2018-09-17 21:31:32 +02:00
Tim Steinbach
8f5223376a
linux: 4.19-rc3 -> 4.19-rc4
2018-09-17 06:59:18 -04:00
Tim Steinbach
2193518801
linux: 4.18.7 -> 4.18.8
2018-09-15 09:46:22 -04:00
Tim Steinbach
1a13067273
linux: 4.14.69 -> 4.14.70
2018-09-15 09:46:00 -04:00
Tim Steinbach
c1d7826a8a
linux: 4.9.126 -> 4.9.127
2018-09-15 09:45:51 -04:00
Tim Steinbach
b9ca4ac95c
linux: 4.4.155 -> 4.4.156
2018-09-15 09:45:38 -04:00
Tuomas Tynkkynen
9f85167455
linux_rpi: 1.20180619 -> 1.20180817
2018-09-14 16:15:28 +03:00
Tim Steinbach
4a6b5503aa
linux: 4.19-rc2 -> 4.19-rc3
2018-09-10 11:40:41 -04:00
Tim Steinbach
ea765b2e2b
linux: 4.18.6 -> 4.18.7
2018-09-09 19:30:23 -04:00
Tim Steinbach
276b2ab892
linux: 4.14.68 -> 4.14.69
2018-09-09 19:29:46 -04:00
Tim Steinbach
d40f4159ed
linux: 4.9.125 -> 4.9.126
2018-09-09 19:29:35 -04:00
Tim Steinbach
13728ed2b5
linux: 4.4.154 -> 4.4.155
2018-09-09 19:29:23 -04:00
Tim Steinbach
f89d6d92b7
linux: Remove 4.17
2018-09-05 21:02:09 -04:00
Tim Steinbach
25cad43f85
linux: 4.18.5 -> 4.18.6
2018-09-05 08:22:02 -04:00
Tim Steinbach
de9a2fd061
linux: 4.14.67 -> 4.14.68
2018-09-05 08:21:51 -04:00
Tim Steinbach
92010b7a88
linux: 4.9.124 -> 4.9.125
2018-09-05 08:21:43 -04:00
Tim Steinbach
f685edba08
linux: 4.4.153 -> 4.4.154
2018-09-05 08:21:33 -04:00
Wael M. Nasreddine
4f8a248b23
kernel: increase build timeout to two hours
2018-09-04 20:12:18 -04:00
Tim Steinbach
5fccac2b8d
kernel: Remove Copperhead
...
The patches are unmaintained and suggest a false sense of security
2018-09-03 11:18:11 -04:00
Tim Steinbach
029b9924f1
linux: 4.19-rc1 -> 4.19-rc2
2018-09-02 18:56:38 -04:00
Vladimír Čunát
9b0649ae3e
Merge #45774 : linux_testing_bcachefs: upgrade, add tests
2018-09-01 11:06:29 +02:00
Okina Matara
b74ec60bd3
linux_testing_bcachefs: 4.16.2018.08.03 -> 4.18.2018.08.31
2018-08-31 21:19:24 -05:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Vladimír Čunát
e6a37e3ce4
linux: build with SCHEDUTIL governor
...
- it can't be built as a module
- it's not set as the default yet
- for discussion see https://github.com/NixOS/nixpkgs/pull/42330
2018-08-30 11:26:43 +02:00
xeji
f629d36560
Merge pull request #45411 from alyssais/linux-libre
...
linux-libre: init
2018-08-30 09:01:00 +02:00
Uli Baum
be356b3d4a
linux-libre: fix argument list
...
Building a system with boot.kernelPackages = pkgs.linuxPackages-libre
failed because the expression is called with extra arguments,
See linux-4.14.nix.
2018-08-29 23:00:47 +02:00
Tim Steinbach
5147ac77ed
linux: 4.4.152 -> 4.4.153
2018-08-28 19:29:41 -04:00
adisbladis
503235ed3a
Merge pull request #45689 from qolii/hardkernel_4_14_55__4_14_66
...
linux-hardkernel: 4.14.55-146 -> 4.14.66-147
2018-08-28 12:48:02 +08:00
qoli
5d0e53fd97
linux-hardkernel: 4.14.55-146 -> 4.14.66-147
2018-08-27 17:29:23 -07:00
Tim Steinbach
f412e19996
linux: 4.18-rc8 -> 4.19-rc1
2018-08-26 21:50:51 -04:00
Izorkin
32c3cbdadd
nftables: enable works in linux kernel 4.17 and 4.18
2018-08-25 23:00:54 +03:00
Tim Steinbach
4f1b91dcb6
linux: 4.18.4 -> 4.18.5
2018-08-24 09:54:54 -04:00
Tim Steinbach
e90743b865
linux: 4.17.18 -> 4.17.19
2018-08-24 09:54:54 -04:00
Tim Steinbach
ca53fc402f
linux: 4.14.66 -> 4.14.67
2018-08-24 09:54:54 -04:00
Tim Steinbach
2d151a401f
linux: 4.9.123 -> 4.9.124
2018-08-24 09:54:54 -04:00
Tim Steinbach
8ab01376a8
linux: 4.4.151 -> 4.4.152
2018-08-24 09:54:54 -04:00
Vladimír Čunát
e78fd23564
Merge branch 'master' into staging
...
Hydra: ?compare=1474932
2018-08-22 20:57:14 +02:00
Tim Steinbach
899e19ad04
linux: 4.18.3 -> 4.18.4
2018-08-22 07:55:41 -04:00
Tim Steinbach
26fb5f2d7b
linux: 4.17.17 -> 4.17.18
2018-08-22 07:55:30 -04:00
Tim Steinbach
368a050f73
linux: 4.14.65 -> 4.14.66
2018-08-22 07:55:19 -04:00
Tim Steinbach
0451339392
linux: 4.9.122 -> 4.9.123
2018-08-22 07:55:07 -04:00
Tim Steinbach
40ec3ffc3e
linux: 4.4.150 -> 4.4.151
2018-08-22 07:54:58 -04:00
Matthew Bauer
379fc894de
Merge remote-tracking branch 'origin/master' into staging
2018-08-21 15:41:53 -05:00
CrystalGamma
72d161f548
[RFC] ppc64le enablement ( #45340 )
...
* ppc64le enablement
* gcc, glibc: properly handle __float128
* lib/systems, stdenv: syntax cleanup
* gcc7: remove ugly hack
* gcc: add/update __float128 flags
* stdenv: add another pair of quotes for consistency
* gcc: move __float128 flag for ppc64le-glibc into common/platform-flags.nix
2018-08-21 15:31:34 -04:00
Alyssa Ross
a202c25ff7
linux-libre: add myself as a maintainer
2018-08-21 11:14:38 +01:00
Alyssa Ross
34a7e678b2
linux-libre: init
2018-08-21 00:39:39 +02:00
John Ericson
7d85ade0cc
treewide: Purge stdenv.platform
and top-level platform
...
Progress towards #27069
2018-08-20 15:22:46 -04:00
Edmund Wu
10777c361e
linux: 4.9.121 -> 4.9.122
2018-08-18 10:10:17 -04:00
Edmund Wu
bd9a4006fe
linux: 4.4.149 -> 4.4.150
2018-08-18 10:10:17 -04:00
Edmund Wu
ce82cbf549
linux: 4.18.2 -> 4.18.3
2018-08-18 10:10:17 -04:00
Edmund Wu
c954c98b7b
linux: 4.17.16 -> 4.17.17
2018-08-18 10:10:17 -04:00
Edmund Wu
2c76bd16fd
linux: 4.14.64 -> 4.14.65
2018-08-18 10:10:17 -04:00
Wael M. Nasreddine
0a4f27d886
linux: 4.18.1 -> 4.18.2
2018-08-17 20:36:52 -07:00
Wael M. Nasreddine
2366de6c0b
linux: 4.17.15 -> 4.17.16
2018-08-17 20:36:12 -07:00
Wael M. Nasreddine
bad288c550
linux: 4.14.63 -> 4.14.64
2018-08-17 20:35:01 -07:00
Wael M. Nasreddine
80448a4747
linux: 4.9.120 -> 4.9.121
2018-08-17 20:34:57 -07:00
Wael M. Nasreddine
928bc3f864
linux: 4.4.148 -> 4.4.149
2018-08-17 20:34:03 -07:00
Jörg Thalheim
995d005d84
linux_hardkernel_4_14: restrict platforms to armv7l-linux
2018-08-16 12:36:10 +01:00
Tim Steinbach
084864bf2b
linux: 4.18 -> 4.18.1
2018-08-15 12:54:17 -04:00
Tim Steinbach
4031c5fe0d
linux: 4.17.14 -> 4.17.15
2018-08-15 12:54:03 -04:00
Tim Steinbach
737f1b4c40
linux: 4.14.62 -> 4.14.63
2018-08-15 12:53:55 -04:00
Tim Steinbach
c5f3a5b982
linux: 4.9.119 -> 4.9.120
2018-08-15 12:53:45 -04:00
Tim Steinbach
067d5e6289
linux: 4.4.147 -> 4.4.148
2018-08-15 12:53:36 -04:00
Tim Steinbach
9236990057
linux: Init 4.18
2018-08-12 19:42:31 -04:00
Tim Steinbach
86e62fcd49
linux: 4.17.13 -> 4.17.14
2018-08-09 14:49:26 -04:00
Tim Steinbach
fbed5d48ae
linux: 4.14.61 -> 4.14.62
2018-08-09 14:49:26 -04:00
Tim Steinbach
2ded176416
linux: 4.9.118 -> 4.9.119
2018-08-09 14:49:26 -04:00