Commit graph

4775 commits

Author SHA1 Message Date
Tim Steinbach 69da7b41ae linux: 4.9.263 -> 4.9.264 2021-04-05 10:02:50 -04:00
Tim Steinbach e1dda91015 linux: 4.4.263 -> 4.4.264 2021-04-05 10:02:50 -04:00
Tim Steinbach 94c5559e27 linux: 4.19.183 -> 4.19.184 2021-04-05 10:02:50 -04:00
Tim Steinbach 5538128395 linux: 4.14.227 -> 4.14.228 2021-04-05 10:02:50 -04:00
Alyssa Ross 25208eeaba linux: remove xen_dom0 feature entirely
Xen is now enabled unconditionally on kernels that support it, so the
xen_dom0 feature doesn't do anything.  The isXen attribute will now
produce a deprecation warning and unconditionally return true.
Passing in a custom value for isXen is no longer supported.
2021-04-05 09:25:39 +00:00
Martin Weinelt 37fbf3de41
linux_rpi: 5.10.11 -> 5.10.17 2021-04-05 05:39:36 +02:00
Martin Weinelt 791c91ff52
Merge pull request #113363 from mweinelt/rpi 2021-04-05 05:07:37 +02:00
Alyssa Ross 5f24024de6 linux: enable Xen everywhere it can be
I don't think there's any reason to have a seperate kernel variant
because of this, with all the maintenance burden that imposes.  Debian
and Fedora both enable all these options on their normal kernels.

Alias the Linux Xen attributes, so this change should be seemless for
people who were using the Xen kernels up to now.

All the Xen options are marked as optional anyway, so it should be
fine to try to enable them on non-x86 platforms as well.

Fixes: https://github.com/NixOS/nixpkgs/issues/115182
2021-04-04 14:26:21 +00:00
github-actions[bot] 3e45982f7a
Merge master into staging-next 2021-04-04 12:06:01 +00:00
Vladimír Čunát 7a3f21c1e4
linux: don't compress by ZSTD on 32-bit
It doesn't build on i686 and I don't consider it worth deep
investigation.  I tried a VM test, too (nixosTests.knot).
2021-04-03 16:11:17 +02:00
github-actions[bot] 636e58e31b
Merge staging-next into staging 2021-04-02 00:21:46 +00:00
Alyssa Ross f67748ecda
Fix some typos in comments 2021-04-01 18:34:27 +00:00
Atemu 615cad0967 zen-kernels: 5.11.8 -> 5.11.11 2021-03-31 20:24:45 +02:00
github-actions[bot] 5abd5f5ab0
Merge staging-next into staging 2021-03-31 18:15:02 +00:00
Tim Steinbach efd9121787 linux/hardened/patches/5.11: 5.11.9-hardened1 -> 5.11.10-hardened1 2021-03-31 11:25:46 -04:00
Tim Steinbach 5368c6d11e linux/hardened/patches/5.10: 5.10.25-hardened1 -> 5.10.26-hardened1 2021-03-31 11:25:46 -04:00
Tim Steinbach 2a47ac7922 linux-rt_5_10: 5.10.21-rt34 -> 5.10.25-rt35 2021-03-31 11:25:46 -04:00
Tim Steinbach 623687ca7f linux: 5.11.9 -> 5.11.10 2021-03-31 11:25:46 -04:00
Martin Weinelt f5eed9579b
Merge pull request #117645 from zhaofengli/linux-srv6
linux: Enable SRv6 options
2021-03-29 05:00:08 +02:00
Tim Steinbach 6052a427a1 linux/hardened/patches/5.4: 5.4.107-hardened1 -> 5.4.108-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 036646460b linux/hardened/patches/5.11: 5.11.8-hardened1 -> 5.11.9-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 98d48280b7 linux/hardened/patches/4.19: 4.19.182-hardened1 -> 4.19.183-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 435366bdd3 linux/hardened/patches/4.14: 4.14.226-hardened1 -> 4.14.227-hardened1 2021-03-26 18:50:13 -04:00
Tim Steinbach 6765e61ed4 linux: 5.10.25 -> 5.10.26 2021-03-26 18:50:13 -04:00
Tim Steinbach 1c7273cc17 linux: 5.4.107 -> 5.4.108 2021-03-26 18:50:13 -04:00
Tim Steinbach 9ce0fb815c linux: 5.11.8 -> 5.11.9 2021-03-26 18:50:13 -04:00
Tim Steinbach 57ea233d16 linux: 4.9.262 -> 4.9.263 2021-03-26 18:50:13 -04:00
Tim Steinbach c9dcff241e linux: 4.4.262 -> 4.4.263 2021-03-26 18:50:13 -04:00
Tim Steinbach dcd01727b4 linux: 4.19.182 -> 4.19.183 2021-03-26 18:50:13 -04:00
Tim Steinbach a17346234a linux: 4.14.226 -> 4.14.227 2021-03-26 18:50:13 -04:00
Tim Steinbach bd2bb9e381 linux-hardened: Enable KFENCE
"Kernel Electric-Fence (KFENCE) is a low-overhead sampling-based memory safety
error detector. KFENCE detects heap out-of-bounds access, use-after-free, and
invalid-free errors."
2021-03-26 18:48:37 -04:00
Tim Steinbach a7d6642cf3 linux-testing: 5.11-rc5 -> 5.12-rc4
- Sound SOC support was refactored in
torvalds/linux@43df5242af

- GMA3600 is part of GMA500 as of
torvalds/linux@26499e0518
2021-03-26 18:48:37 -04:00
Zhaofeng Li 6981b50e9d linux: Enable SRv6 options 2021-03-26 10:54:12 -07:00
Tim Steinbach 09406084bd linux-hardened: Fix page poisoning for 5.11
`PAGE_POISONING_NO_SANITY` was removed in
https://git.kernel.org/linus/8f424750baaafcef229791882e879da01c9473b5

`PAGE_POISONING_ZERO` was removed in
https://git.kernel.org/linus/f289041ed4cf9a3f6e8a32068fef9ffb2acc5662
2021-03-24 09:19:44 -04:00
Timo Kaufmann e2740dbc69
Merge pull request #117107 from Atemu/update/zen-kernels
zen-kernels: 5.11.5 -> 5.11.8
2021-03-23 14:05:12 +00:00
Tim Steinbach e31c3509c5 linux/hardened/patches/5.4: 5.4.106-hardened1 -> 5.4.107-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach b8ebd38d64 linux/hardened/patches/5.11: 5.11.7-hardened1 -> 5.11.8-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach c57b8eb8fe linux/hardened/patches/5.10: 5.10.24-hardened1 -> 5.10.25-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach c1fb1f8ef7 linux/hardened/patches/4.19: 4.19.181-hardened1 -> 4.19.182-hardened1 2021-03-23 09:19:18 -04:00
Tim Steinbach 6b71132fcf linux-rt_5_4: 5.4.102-rt53 -> 5.4.106-rt54 2021-03-23 09:19:18 -04:00
Tim Steinbach 1e72305d0f linux: 5.4.106 -> 5.4.107 2021-03-23 09:19:18 -04:00
Tim Steinbach 3a1c01b3fe linux: 5.11.7 -> 5.11.8 2021-03-23 09:19:18 -04:00
Tim Steinbach 6283fc9d51 linux: 5.10.24 -> 5.10.25 2021-03-23 09:19:18 -04:00
Tim Steinbach 583c99ef13 linux: 4.19.181 -> 4.19.182 2021-03-23 09:19:18 -04:00
Atemu b8d9d14be4 zen-kernels: 5.11.5 -> 5.11.8 2021-03-21 09:19:17 +01:00
Atemu efb1815d1b
zen-kernels: 5.11.1 -> 5.11.5 (#115920) 2021-03-21 00:50:02 +01:00
Tim Steinbach fcab19deb7 linux/hardened/patches/5.4: 5.4.105-hardened1 -> 5.4.106-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach ed933906b5 linux/hardened/patches/5.11: 5.11.6-hardened1 -> 5.11.7-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach d013e2e97b linux/hardened/patches/5.10: 5.10.23-hardened1 -> 5.10.24-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach 89de81439d linux/hardened/patches/4.19: 4.19.180-hardened1 -> 4.19.181-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach 06a9710282 linux/hardened/patches/4.14: 4.14.225-hardened1 -> 4.14.226-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach d401f1ed14 linux: 5.4.105 -> 5.4.106 2021-03-18 12:25:26 -04:00
Tim Steinbach db12849a93 linux: 5.11.6 -> 5.11.7 2021-03-18 12:25:26 -04:00
Tim Steinbach 76d908f148 linux: 5.10.23 -> 5.10.24 2021-03-18 12:25:26 -04:00
Tim Steinbach 6dc3abd325 linux: 4.9.261 -> 4.9.262 2021-03-18 12:25:26 -04:00
Tim Steinbach 52e4fd9bbb linux: 4.4.261 -> 4.4.262 2021-03-18 12:25:26 -04:00
Tim Steinbach 176eaa21b4 linux: 4.19.180 -> 4.19.181 2021-03-18 12:25:26 -04:00
Tim Steinbach dacd92f316 linux/hardened/patches/5.11: init at 5.11.6-hardened1 2021-03-15 09:59:13 -04:00
ajs124 e3664fc11b linux/hardened/patches/5.4: 5.4.104-hardened1 -> 5.4.105-hardened1 2021-03-15 09:59:13 -04:00
ajs124 5c700b8700 linux/hardened/patches/5.10: 5.10.22-hardened1 -> 5.10.23-hardened1 2021-03-15 09:59:13 -04:00
ajs124 1150408383 linux/hardened/patches/4.19: 4.19.179-hardened1 -> 4.19.180-hardened1 2021-03-15 09:59:13 -04:00
ajs124 27029eaf8f linux/hardened/patches/4.14: 4.14.224-hardened1 -> 4.14.225-hardened1 2021-03-15 09:59:13 -04:00
ajs124 d6f3315bf9 linux: 5.11.5 -> 5.11.6 2021-03-15 09:59:13 -04:00
ajs124 7760c71c9c linux: 5.10.22 -> 5.10.23 2021-03-15 09:59:13 -04:00
Tim Steinbach 7513be6e65 linux: 5.4.104 -> 5.4.105 2021-03-15 09:59:13 -04:00
Tim Steinbach bd46e9531b linux: 4.9.260 -> 4.9.261 2021-03-15 09:59:13 -04:00
Tim Steinbach 82b3f86735 linux: 4.4.260 -> 4.4.261 2021-03-15 09:59:13 -04:00
Tim Steinbach 3473cf548a linux: 4.19.179 -> 4.19.180 2021-03-15 09:59:13 -04:00
Tim Steinbach 39e961fc2f linux: 4.14.224 -> 4.14.225 2021-03-15 09:59:13 -04:00
Tim Steinbach 867edccac8 linux/hardened/patches/5.4: 5.4.103-hardened1 -> 5.4.104-hardened1 2021-03-11 08:23:02 -05:00
Tim Steinbach f584b58e73 linux/hardened/patches/5.10: 5.10.21-hardened1 -> 5.10.22-hardened1 2021-03-11 08:23:02 -05:00
Tim Steinbach d4983c9b06 linux-rt_5_11: 5.11.2-rt9 -> 5.11.4-rt11 2021-03-11 08:23:02 -05:00
Tim Steinbach ad53b90dea linux-rt_5_10: 5.10.17-rt32 -> 5.10.21-rt34 2021-03-11 08:23:02 -05:00
Tim Steinbach f11ec11612 linux: 5.4.103 -> 5.4.104 2021-03-11 08:23:02 -05:00
Tim Steinbach 047625cc6f linux: 5.10.21 -> 5.10.22 2021-03-11 08:23:02 -05:00
Jonathan Teh 29e7b1ff82 linux: enable NVMe Multipath
Enable NVME_MULTIPATH so that a single /dev/nvmeXnY device will show
up for each NVMe namespaces, even if it is accessible through multiple
controllers. Can be disabled at boot with `nvme_core.multipath=0`.

This is default enabled in Debian [1], Ubuntu 20.04 [2] , Arch [3] and
Fedora 33 [4].

[1]: https://salsa.debian.org/kernel-team/linux/-/blob/debian/5.10.19-1/debian/config/config#L4362
[2]: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=Ubuntu-5.4.0-67.75#n6722
[3]: https://git.archlinux.org/svntogit/packages.git/tree/trunk/config?h=packages/linux#n2423
[4]: https://src.fedoraproject.org/rpms/kernel/blob/f33/f/kernel-x86_64-fedora.config#_4338
2021-03-10 17:40:30 +00:00
Tim Steinbach 921dffb59e linux/hardened/patches/5.4: 5.4.101-hardened1 -> 5.4.103-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 48644e1496 linux/hardened/patches/5.10: 5.10.19-hardened1 -> 5.10.21-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 61ca55c170 linux/hardened/patches/4.19: 4.19.177-hardened1 -> 4.19.179-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 1361d73395 linux/hardened/patches/4.14: 4.14.222-hardened1 -> 4.14.224-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 7e71fcdba4 linux-rt_5_4: 5.4.93-rt51 -> 5.4.102-rt53 2021-03-09 10:50:15 -05:00
Tim Steinbach 6fb3bd79be linux: 5.11.4 -> 5.11.5 2021-03-09 10:50:15 -05:00
Tim Steinbach e3a6b728a3 linux/hardened/patches/5.4: 5.4.100-hardened1 -> 5.4.101-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 0221fe13da linux/hardened/patches/5.10: 5.10.18-hardened1 -> 5.10.19-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 4fb927e50e linux_latest-libre: 17873 -> 17920 2021-03-09 10:50:15 -05:00
Tim Steinbach 6e5bce6b5a linux: 5.4.100 -> 5.4.103 2021-03-09 10:50:15 -05:00
Tim Steinbach 861b11a390 linux: 5.11.2 -> 5.11.4 2021-03-09 10:50:15 -05:00
Tim Steinbach 8a706422fa linux: 5.10.18 -> 5.10.21 2021-03-09 10:50:15 -05:00
Tim Steinbach 57455d7566 linux: 4.9.258 -> 4.9.260 2021-03-09 10:50:15 -05:00
Tim Steinbach cecaeca80b linux: 4.4.258 -> 4.4.260 2021-03-09 10:50:15 -05:00
Tim Steinbach 929d751e5b linux: 4.19.177 -> 4.19.179 2021-03-09 10:50:15 -05:00
Tim Steinbach 196b232131 linux: 4.14.222 -> 4.14.224 2021-03-09 10:50:15 -05:00
Linus Heckemann c762b1eaab
Merge pull request #90065 from wizeman/u/fix-config-merge
linux: make sure all config options have the same value
2021-03-08 21:34:59 +01:00
Tim Steinbach ecce29eba2
kernel: RANDOM_TRUST_CPU for >= 4.19 2021-03-08 11:49:08 -05:00
Rouven Czerwinski 368bdd13f6 linux: enable RANDOM_TRUST_CPU
Allows the RDRAND instruction to seed the kernel RNG. This should lead
to faster CRNG initialization, since the kernel can use the processors
capabilities directly. This is default enabled in Debian [1] and Fedora
[2] as well.

[1]: https://salsa.debian.org/kernel-team/linux/-/blob/debian/5.10.13-1/debian/config/config#L459
[2]: https://src.fedoraproject.org/rpms/kernel/blob/rawhide/f/kernel-x86_64-fedora.config#_4907
2021-03-08 09:34:22 -05:00
Ricardo M. Correia d81067f3f3 linux: fix fallout from conflicting kernel configs
The parent commit forbids conflicting kernel config options.

Fix the hardened kernels by allowing options in common-config.nix to
be overridden by conflicting ones in hardened/config.nix.

I'm explicitly avoiding using a higher priority (e.g. using mkForce)
in hardened/config.nix so that the user can easily override the
options in that file.
2021-03-07 20:55:55 +01:00
Sandro baac2a1b86
Merge pull request #115178 from teto/mptcp-bump
linux_mptcp_95: 0.95 -> 0.95.1
2021-03-06 05:00:56 +01:00
Matthieu Coudron 48e8bf850f linux_mptcp_95: 0.95 -> 0.95.1 2021-03-05 12:16:06 +01:00
Orivej Desh 5da47b15cf linux-rt_5_11: init at 5.11.2-rt9 2021-03-03 11:36:36 +00:00
Orivej Desh 19959cb7ef linux-rt_5_6: remove 2021-03-03 11:36:36 +00:00
TredwellGit 003fcee3cd linux_5_11: 5.11.1 -> 5.11.2
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.11.2
2021-03-02 09:52:57 -05:00
Varris 662e3b88ae linux: Enable CONFIG_UNICODE to support casefold
Required to mount filesystems with casefold enabled. Fixes #109432
2021-03-01 12:05:51 -05:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Tim Steinbach 1d982f3677 linux/hardened/patches/5.4: 5.4.99-hardened1 -> 5.4.100-hardened1 2021-02-25 10:30:55 -05:00
Tim Steinbach bac5c55497 linux/hardened/patches/5.10: 5.10.17-hardened1 -> 5.10.18-hardened1 2021-02-25 10:30:55 -05:00
Tim Steinbach df50139ed1 linux/hardened/patches/4.19: 4.19.176-hardened1 -> 4.19.177-hardened1 2021-02-25 10:30:55 -05:00
Tim Steinbach 24b9351862 linux/hardened/patches/4.14: 4.14.221-hardened1 -> 4.14.222-hardened1 2021-02-25 10:30:55 -05:00
Tim Steinbach 4fe463a186 linux: 5.4.99 -> 5.4.100 2021-02-25 10:30:55 -05:00
Tim Steinbach e941dc94c3 linux: 5.11 -> 5.11.1 2021-02-25 10:30:55 -05:00
Tim Steinbach fbf00de576 linux: 5.10.17 -> 5.10.18 2021-02-25 10:30:55 -05:00
Tim Steinbach a171fe92b1 linux: 4.9.257 -> 4.9.258 2021-02-25 10:30:55 -05:00
Tim Steinbach 29ac6ee4cf linux: 4.4.257 -> 4.4.258 2021-02-25 10:30:55 -05:00
Tim Steinbach 0c115547bd linux: 4.19.176 -> 4.19.177 2021-02-25 10:30:55 -05:00
Tim Steinbach 3dd93c91cc linux: 4.14.221 -> 4.14.222 2021-02-25 10:30:55 -05:00
Mario Rodas 343c83cfe3
Merge pull request #114229 from Atemu/update/zen-kernels
zen-kernels: 5.10.15 -> 5.11.1
2021-02-24 21:49:33 -05:00
Atemu c0b7b84b91 zen-kernels: 5.10.15 -> 5.11.1 2021-02-24 11:39:47 +01:00
Tim Steinbach 5eafa2966d linux-rt_5_10: 5.10.16-rt30 -> 5.10.17-rt32 2021-02-23 09:59:29 -05:00
github-actions[bot] cf22d5fee7
Merge master into staging-next 2021-02-21 12:19:43 +00:00
WORLDofPEACE b3216e64b2
Merge pull request #111994 from Atemu/update/zen-kernels
zen-kernels: 5.10.10 -> 5.10.15
2021-02-21 06:58:00 -05:00
Jan Tojnar 8f50f1ce10
Merge branch 'staging-next' into staging
Resolved the following conflicts:

- kernel flags between 09176d28a0 and 2b28822d8d
- clojure-lsp between 3fa00685ce and e03c068af5
2021-02-19 17:15:31 +01:00
Tim Steinbach bc1d90eb25
Revert "linux: Disable BFQ scheduler"
This reverts commit b2f79fe7e7.
2021-02-19 09:14:30 -05:00
Arthur Gautier 2b28822d8d common-config: fixup compilation for linux 5.11
DRM_AMD_DC_DCN3_0 has been renamed DRM_AMD_DC_DCN in linux 5.11
see:
20f2ffe504
https://github.com/NixOS/nixpkgs/pull/113194#issuecomment-781766471

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-19 05:31:11 +00:00
zowoq 3dab057264 Merge staging-next into staging 2021-02-19 10:47:46 +10:00
Michael Weiss 968d7e80c7
Merge pull request #113236 from blitz/kcmp
linux: enable kcmp() system call
2021-02-18 14:43:29 +01:00
Julian Stecklina 4c73c02917
linux: enable kcmp() system call
Since 2020, Mesa requires the kcmp() system call to be available for
some of its functionality. At the moment, this system call is enabled
when CHECKPOINT_RESTORE is enabled in the Linux kernel. This option is
also enabled by default in Fedora and Debian.

This patch enables CHECKPOINT_RESTORE by default on all kernel
versions where it is not marked as EXPERT, i.e. everything after and
including 4.19.

Fixes #112082.
2021-02-18 12:31:11 +01:00
github-actions[bot] 45dc900af9
Merge master into staging-next 2021-02-18 06:16:42 +00:00
Martin Weinelt 0b2043f7b6
linux_rpi: 5.4.79 -> 5.10.11 2021-02-18 05:51:47 +01:00
Tim Steinbach 6287181218
linux/hardened/patches/5.4: 5.4.98-hardened1 -> 5.4.99-hardened1 2021-02-17 19:43:52 -05:00
Tim Steinbach 6289df0590
linux/hardened/patches/5.10: 5.10.16-hardened1 -> 5.10.17-hardened1 2021-02-17 19:43:42 -05:00
github-actions[bot] 9d6726a2e3
Merge staging-next into staging 2021-02-17 18:14:09 +00:00
github-actions[bot] afcea01614
Merge master into staging-next 2021-02-17 18:14:04 +00:00
Tim Steinbach 6fa4ecd56f
Revert "Revert "linux: 5.10.16 -> 5.10.17""
This reverts commit bff7306df4.
2021-02-17 10:14:26 -05:00
Tim Steinbach b2f79fe7e7
linux: Disable BFQ scheduler 2021-02-17 10:12:28 -05:00
Tim Steinbach bff7306df4
Revert "linux: 5.10.16 -> 5.10.17"
This reverts commit f4174c5201.
2021-02-17 10:12:27 -05:00
Tim Steinbach e9ac606289
linux/hardened/patches/5.4: 5.4.97-hardened1 -> 5.4.98-hardened1 2021-02-17 09:42:41 -05:00
Tim Steinbach d7709382c6
linux/hardened/patches/5.10: 5.10.15-hardened1 -> 5.10.16-hardened1 2021-02-17 09:42:41 -05:00
Tim Steinbach 6b9c808af4
linux/hardened/patches/4.19: 4.19.175-hardened1 -> 4.19.176-hardened1 2021-02-17 09:42:40 -05:00
Tim Steinbach a770528349
linux-rt_5_10: 5.10.12-rt26 -> 5.10.16-rt30 2021-02-17 09:42:39 -05:00
Tim Steinbach fd59bee273
linux: 5.4.97 -> 5.4.99 2021-02-17 09:42:39 -05:00
Tim Steinbach f4174c5201
linux: 5.10.16 -> 5.10.17 2021-02-17 09:42:37 -05:00
Tim Steinbach e64ac44062
linux: 4.19.175 -> 4.19.176 2021-02-17 09:42:36 -05:00
adisbladis 3a6c739b16 linux_5_11: init at 5.11 2021-02-17 09:12:50 -05:00
adisbladis e15b9e9045 linux_5_10: 5.10.15 -> 5.10.16 2021-02-17 09:12:50 -05:00
Jörg Thalheim 09176d28a0
linux: fix DRM_AMD_DC_DCN3_0 beeing defined twice
both https://github.com/NixOS/nixpkgs/pull/111177 and
https://github.com/NixOS/nixpkgs/pull/109105

introduced the same option.
2021-02-15 14:47:51 +01:00
Linus Heckemann e1580db42f
Merge pull request #109105 from wakira/amdgpu_dcn
linux: enable display core support for all amd gpus
2021-02-15 12:35:49 +01:00
github-actions[bot] 6d694e7ee1
Merge master into staging-next 2021-02-14 06:16:29 +00:00
ilian bc704b5f63 linux-rt_5_4: 5.4.84-rt47 -> 5.4.93-rt51 2021-02-13 20:15:37 -05:00
ilian 1c9d178371 linux-rt: use latest version
Take the last kernel version listed in sha256sums.asc when
multiple versions are listed.
We assume that the patches listed in sha256sums.asc are ordered by
increasing version number.
2021-02-13 20:15:37 -05:00
Atemu eccf52763d zen-kernels: 5.10.10 -> 5.10.15 2021-02-13 15:11:34 +01:00
github-actions[bot] b23b455f9a
Merge master into staging-next 2021-02-12 18:16:46 +00:00
Jörg Thalheim f80e704c52
linux-libre: mark as broken
- broken since 2020-12-25
- slows down nixpkgs-review
- maintainer has been pinged but did not reacted: https://github.com/NixOS/nixpkgs/issues/111594
2021-02-11 21:22:54 +01:00
github-actions[bot] 402b752521
Merge master into staging-next 2021-02-11 18:16:48 +00:00
Tim Steinbach 47a1e0af12 linux/hardened/patches/5.4: 5.4.96-hardened1 -> 5.4.97-hardened1 2021-02-11 09:13:16 -05:00
Tim Steinbach 855c73b19c linux/hardened/patches/5.10: 5.10.14-hardened1 -> 5.10.15-hardened1 2021-02-11 09:13:16 -05:00
Tim Steinbach fdfb0d4fbb linux/hardened/patches/4.19: 4.19.174-hardened1 -> 4.19.175-hardened1 2021-02-11 09:13:16 -05:00
Tim Steinbach d693dd3739 linux/hardened/patches/4.14: 4.14.220-hardened1 -> 4.14.221-hardened1 2021-02-11 09:13:16 -05:00
Tim Steinbach b18ba5fc96 linux: 5.4.96 -> 5.4.97 2021-02-11 09:13:16 -05:00
Tim Steinbach 04dfe4121d linux: 5.10.14 -> 5.10.15 2021-02-11 09:13:16 -05:00
Tim Steinbach bf589a89fb linux: 4.9.256 -> 4.9.257 2021-02-11 09:13:16 -05:00
Tim Steinbach db72cea1d1 linux: 4.4.256 -> 4.4.257 2021-02-11 09:13:16 -05:00
Tim Steinbach b800909bed linux: 4.19.174 -> 4.19.175 2021-02-11 09:13:16 -05:00
Tim Steinbach 1445962d61 linux: 4.14.220 -> 4.14.221 2021-02-11 09:13:16 -05:00
github-actions[bot] 5f9df37683
Merge master into staging-next 2021-02-11 00:36:09 +00:00
Sandro 41d270c2aa
Merge pull request #110857 from SuperSandro2000/fix-collection6 2021-02-11 01:32:55 +01:00
github-actions[bot] 5704fd1095
Merge master into staging-next 2021-02-09 00:36:17 +00:00
Tim Steinbach 325df29630
linux/hardened/patches/5.4: 5.4.95-hardened1 -> 5.4.96-hardened1 2021-02-08 15:48:47 -05:00
Tim Steinbach 35c2b6a578
linux/hardened/patches/5.10: 5.10.13-hardened1 -> 5.10.14-hardened1 2021-02-08 15:48:46 -05:00
Tim Steinbach c338363969
linux/hardened/patches/4.19: 4.19.173-hardened1 -> 4.19.174-hardened1 2021-02-08 15:48:45 -05:00
Tim Steinbach a1c4ddf275
linux/hardened/patches/4.14: 4.14.219-hardened1 -> 4.14.220-hardened1 2021-02-08 15:48:45 -05:00
Tim Steinbach f891d28420
linux_latest-libre: 17812 -> 17873 2021-02-08 15:48:44 -05:00
Tim Steinbach 6a9fe0b972
linux: 5.4.95 -> 5.4.96 2021-02-08 15:48:43 -05:00
Tim Steinbach 1d0d45860e
linux: 5.10.13 -> 5.10.14 2021-02-08 15:48:42 -05:00
Tim Steinbach 5eba1183f6
linux: 4.9.255 -> 4.9.256 2021-02-08 15:48:41 -05:00
Tim Steinbach 4d75ebab78
linux: 4.4.255 -> 4.4.256 2021-02-08 15:48:41 -05:00
Tim Steinbach f1831d8586
linux: 4.19.173 -> 4.19.174 2021-02-08 15:48:40 -05:00
Tim Steinbach bed08131cd
linux: 4.14.219 -> 4.14.220 2021-02-08 15:48:35 -05:00
github-actions[bot] 2bd4b7104c
Merge staging-next into staging 2021-02-05 18:16:38 +00:00
Tim Steinbach 686d43fb39 linux/hardened/patches/5.4: 5.4.94-hardened1 -> 5.4.95-hardened1 2021-02-05 09:33:41 -05:00
Tim Steinbach 10ed973da7 linux/hardened/patches/5.10: 5.10.12-hardened1 -> 5.10.13-hardened1 2021-02-05 09:33:41 -05:00
Tim Steinbach 043dbf804f linux/hardened/patches/4.19: 4.19.172-hardened1 -> 4.19.173-hardened1 2021-02-05 09:33:41 -05:00
Tim Steinbach 353c5d571a linux/hardened/patches/4.14: 4.14.217-hardened1 -> 4.14.219-hardened1 2021-02-05 09:33:41 -05:00
Tim Steinbach 8ae81a4c89 linux-rt_5_10: 5.10.8-rt24 -> 5.10.12-rt26 2021-02-05 09:33:41 -05:00
Tim Steinbach 13bc895a8f linux: 5.4.94 -> 5.4.95 2021-02-05 09:33:41 -05:00
Tim Steinbach 75d4d5fe85 linux: 5.10.12 -> 5.10.13 2021-02-05 09:33:41 -05:00
Tim Steinbach dc3a812217 linux: 4.9.254 -> 4.9.255 2021-02-05 09:33:41 -05:00
Tim Steinbach a72348cc48 linux: 4.4.254 -> 4.4.255 2021-02-05 09:33:41 -05:00
Tim Steinbach da98a8c94b linux: 4.19.172 -> 4.19.173 2021-02-05 09:33:41 -05:00
Tim Steinbach 165ca30ecf linux: 4.14.218 -> 4.14.219 2021-02-05 09:33:41 -05:00
Sandro 7e55500f54
Merge pull request #111177 from afontaine/enable-rx6000-gpus
common-config: Enable RX 6000 Series AMDGPU
2021-02-03 11:29:14 +01:00
Jörg Thalheim dec19cba44
Merge pull request #109644 from Izorkin/update-firewall 2021-02-03 05:41:42 +00:00
github-actions[bot] 4c1eae9176
Merge staging-next into staging 2021-02-02 00:42:42 +00:00
Tim Steinbach 67bdaf0655
linux/hardened/patches/5.4: 5.4.93-hardened1 -> 5.4.94-hardened1 2021-02-01 15:22:19 -05:00
Tim Steinbach d30f2daf5e
linux/hardened/patches/5.10: 5.10.11-hardened1 -> 5.10.12-hardened1 2021-02-01 15:22:19 -05:00
Tim Steinbach 75f91c80bc
linux/hardened/patches/4.19: 4.19.171-hardened1 -> 4.19.172-hardened1 2021-02-01 15:22:18 -05:00
Tim Steinbach e829b8379c
linux: 5.4.93 -> 5.4.94 2021-02-01 15:22:18 -05:00
Tim Steinbach ab661e6635
linux: 5.10.11 -> 5.10.12 2021-02-01 15:22:18 -05:00
Tim Steinbach 9dbb058f91
linux: 4.9.253 -> 4.9.254 2021-02-01 15:22:17 -05:00
Tim Steinbach 3d3a55c7d3
linux: 4.4.253 -> 4.4.254 2021-02-01 15:22:17 -05:00
Tim Steinbach 3cd3d80bd9
linux: 4.19.171 -> 4.19.172 2021-02-01 15:22:17 -05:00
Tim Steinbach 9e19fc4949
linux: 4.14.217 -> 4.14.218 2021-02-01 15:22:16 -05:00
github-actions[bot] c72ffa864a
Merge staging-next into staging 2021-01-30 18:27:30 +00:00
Guillaume Girol 04af7c02cd
Merge pull request #108725 from veehaitch/ath_regd_optional
kernelPatches: ath driver: allow setting regulatory domain
2021-01-30 14:07:25 +00:00
github-actions[bot] e788d512e8
Merge staging-next into staging 2021-01-30 00:44:04 +00:00
Tim Steinbach f10d197ef8
linux: 5.11-rc3 -> 5.11-rc5 2021-01-29 14:00:30 -05:00
Andrew Fontaine 6ebf1a17af
common-config: Enable RX 6000 Series AMDGPU
The kernel config parameter `DRM_AMD_DC_DCN3_0` is required to enable
the RX 6000 series GPUs, and is supported on kernels at least `5.9.12`.

Source: https://wiki.gentoo.org/wiki/AMDGPU#Installation
2021-01-29 12:05:57 -05:00
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
Sandro Jäckel a8758fdce5
bcachefs: Add comment that commit does not exist on any branch on target repository 2021-01-26 15:19:00 +01: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