github-actions[bot]
7e0ff70afd
Merge staging-next into staging
2021-01-28 08:00:29 +00:00
ajs124
ac05d50ffe
linux/hardened/patches/5.4: 5.4.92-hardened1 -> 5.4.93-hardened1
2021-01-28 04:12:57 +01:00
ajs124
db0f608d85
linux/hardened/patches/5.10: 5.10.10-hardened1 -> 5.10.11-hardened1
2021-01-28 04:12:55 +01:00
ajs124
42ad658dc0
linux/hardened/patches/4.19: 4.19.170-hardened1 -> 4.19.171-hardened1
2021-01-28 04:11:25 +01:00
github-actions[bot]
eedadbb22b
Merge staging-next into staging
2021-01-28 00:45:34 +00:00
Tim Steinbach
84075b6eb0
linux: 5.4.92 -> 5.4.93
2021-01-27 18:14:31 -05:00
Tim Steinbach
36ce7b5576
linux: 5.10.10 -> 5.10.11
2021-01-27 18:14:30 -05:00
Tim Steinbach
eccaaef736
linux: 4.19.170 -> 4.19.171
2021-01-27 18:14:30 -05:00
Atemu
88f877e07d
kernelPatches: drop export_kernel_fpu_functions
...
Hasn't been necessary since ZFS 0.8.3
2021-01-27 18:06:01 -05:00
github-actions[bot]
1b5da764a7
Merge staging-next into staging
2021-01-27 12:24:09 +00:00
Jörg Thalheim
693c7cd0f7
Merge pull request #110797 from Atemu/update/zen-kernels
...
zen-kernels: 5.10.9 -> 5.10.10
2021-01-27 11:13:09 +00:00
github-actions[bot]
a008c42d22
Merge staging-next into staging
2021-01-25 18:52:12 +00:00
Atemu
500908d7f0
zen-kernels: 5.10.9 -> 5.10.10
...
lqx2's parent is the same commit as zen1's
2021-01-25 18:32:25 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
github-actions[bot]
c564d1e1ce
Merge staging-next into staging
2021-01-25 01:18:29 +00:00
Tim Steinbach
c81f92751c
linux: Remove 5.9
2021-01-24 18:17:56 -05:00
Tim Steinbach
85879ac1e2
linux-hardened: Remove 5.9
2021-01-24 18:17:56 -05:00
Tim Steinbach
944b6ea6e4
linux/hardened/patches/5.4: 5.4.91.a -> 5.4.92-hardened1
2021-01-24 18:17:56 -05:00
Tim Steinbach
a7221d3c6c
linux/hardened/patches/5.10: 5.10.9.a -> 5.10.10-hardened1
2021-01-24 18:17:56 -05:00
Tim Steinbach
93f2a3f1a5
linux/hardened/patches/4.19: 4.19.169.a -> 4.19.170-hardened1
2021-01-24 18:17:56 -05:00
Tim Steinbach
5772d38d69
linux/hardened/patches/4.14: 4.14.216.a -> 4.14.217-hardened1
2021-01-24 18:17:56 -05:00
Tim Steinbach
071750d412
linux-hardened: Remove tag patch
2021-01-24 18:17:56 -05:00
Tim Steinbach
e80850fe42
linux-hardened: Fix update script
2021-01-24 18:17:56 -05:00
Tim Steinbach
d3cf0f85c5
linux: 5.4.91 -> 5.4.92
2021-01-24 18:17:56 -05:00
Tim Steinbach
92a6788df3
linux: 5.10.9 -> 5.10.10
2021-01-24 18:17:56 -05:00
Tim Steinbach
2bc54a5ab7
linux: 4.9.252 -> 4.9.253
2021-01-24 18:17:56 -05:00
Tim Steinbach
59bd2632d0
linux: 4.4.252 -> 4.4.253
2021-01-24 18:17:56 -05:00
Tim Steinbach
7001b6fd0c
linux: 4.19.169 -> 4.19.170
2021-01-24 18:17:56 -05:00
Tim Steinbach
e6292e3721
linux: 4.14.216 -> 4.14.217
2021-01-24 18:17:56 -05:00
Jörg Thalheim
7b1310166c
Merge pull request #110542 from Atemu/kernel-f2fs-compression
...
linux: enable F2FS compression
2021-01-24 21:53:58 +00:00
John Ericson
9c213398b3
lib: Clean up how linux and gcc config is specified
...
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.
This reverts commit 0bc275e634
.
2021-01-23 10:01:28 -05:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
...
This is a stdenv-rebuild, and should not be merged
into master
This reverts commit 8929989614
.
2021-01-22 14:07:06 -08:00
Atemu
9d342077cd
linux: enable F2FS compression
...
Fixes https://github.com/NixOS/nixpkgs/issues/110534
2021-01-22 22:35:34 +01:00
John Ericson
d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
...
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
Kevin Cox
57d262775d
Merge pull request #110163 from Atemu/update/zen-kernels
...
zen-kernels: 5.10.6 -> 5.10.9
2021-01-22 13:26:05 -05:00
John Ericson
8929989614
lib: Clean up how linux and gcc config is specified
...
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.
This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.
`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.
The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Tim Steinbach
50a5d4c773
linux/hardened/patches/5.4: 5.4.90.a -> 5.4.91.a
2021-01-20 12:36:58 -05:00
Tim Steinbach
3df0e82d66
linux/hardened/patches/5.10: 5.10.8.a -> 5.10.9.a
2021-01-20 12:36:57 -05:00
Tim Steinbach
66c9151443
linux/hardened/patches/4.19: 4.19.168.a -> 4.19.169.a
2021-01-20 12:36:57 -05:00
Tim Steinbach
c74614795b
linux-rt_5_10: 5.10.4-rt22 -> 5.10.8-rt24
2021-01-20 12:36:57 -05:00
Tim Steinbach
3141316d4d
linux: 5.4.90 -> 5.4.91
2021-01-20 12:36:56 -05:00
Tim Steinbach
463f322988
linux: 5.10.8 -> 5.10.9
2021-01-20 12:36:56 -05:00
Tim Steinbach
1118a48175
linux: 4.19.168 -> 4.19.169
2021-01-20 12:36:56 -05:00
Atemu
ea051b0417
zen-kernels: 5.10.6 -> 5.10.9
2021-01-20 12:01:57 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Tim Steinbach
5d55162e2a
linux/hardened/patches/5.4: 5.4.89.a -> 5.4.90.a
2021-01-18 12:46:32 -05:00
Tim Steinbach
c08ed1556e
linux/hardened/patches/5.10: 5.10.7.a -> 5.10.8.a
2021-01-18 12:46:32 -05:00
Tim Steinbach
25d44d9c82
linux/hardened/patches/4.19: 4.19.167.a -> 4.19.168.a
2021-01-18 12:46:32 -05:00
Tim Steinbach
a108d17cc1
linux/hardened/patches/4.14: 4.14.215.a -> 4.14.216.a
2021-01-18 12:46:31 -05:00
Tim Steinbach
20d6f20083
linux: 5.4.89 -> 5.4.90
2021-01-18 12:46:31 -05:00