Commit Graph

5046 Commits

Author SHA1 Message Date
TredwellGit
1e8af69feb linux: 5.4.132 -> 5.4.133 2021-07-19 20:43:58 +00:00
TredwellGit
72bcb1ace3 linux: 5.13.2 -> 5.13.3 2021-07-19 20:43:51 +00:00
TredwellGit
72d6452921 linux: 5.12.17 -> 5.12.18 2021-07-19 20:43:44 +00:00
TredwellGit
a5ee0aede3 linux: 5.10.50 -> 5.10.51 2021-07-19 20:43:38 +00:00
github-actions[bot]
f60c09468f
Merge staging-next into staging 2021-07-19 06:02:01 +00:00
Bernardo Meurer
56a017774e
Merge pull request #130510 from lovesegfault/kernel-pass-buildPackages
buildLinux: pass buildPackages to linuxManualConfig
2021-07-18 17:14:01 -07:00
github-actions[bot]
dde34afc63
Merge staging-next into staging 2021-07-19 00:02:18 +00:00
TredwellGit
f011a85f28 linux/hardened/patches/5.4: 5.4.130-hardened1 -> 5.4.132-hardened1 2021-07-18 15:47:33 +00:00
TredwellGit
e6ed15ffc4 linux/hardened/patches/5.12: 5.12.15-hardened1 -> 5.12.17-hardened1 2021-07-18 15:47:32 +00:00
TredwellGit
b724837096 linux/hardened/patches/5.10: 5.10.48-hardened1 -> 5.10.50-hardened1 2021-07-18 15:47:31 +00:00
TredwellGit
888c46fe62 linux/hardened/patches/4.19: 4.19.196-hardened1 -> 4.19.197-hardened1 2021-07-18 15:47:30 +00:00
TredwellGit
73667e11f3 linux/hardened/patches/4.14: 4.14.238-hardened1 -> 4.14.239-hardened1 2021-07-18 15:47:29 +00:00
TredwellGit
9e7fd90e15 linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46 2021-07-18 15:46:57 +00:00
TredwellGit
5d99998e07 linux: 5.4.130 -> 5.4.132 2021-07-18 15:46:23 +00:00
TredwellGit
677dcff2aa linux: 5.12.15 -> 5.12.17 2021-07-18 15:46:18 +00:00
TredwellGit
a2259ae9a6 linux: 5.10.48 -> 5.10.50 2021-07-18 15:46:13 +00:00
TredwellGit
cb978946c1 linux: 4.19.196 -> 4.19.197 2021-07-18 15:46:06 +00:00
TredwellGit
e3eace9baa linux: 4.14.238 -> 4.14.239 2021-07-18 15:46:00 +00:00
github-actions[bot]
6ab169b9ca
Merge staging-next into staging 2021-07-18 06:02:58 +00:00
Ben Siraphob
00cfd7ecd6
Merge pull request #130378 from Atemu/update/linux_lqx
linux_lqx: 5.12.14 -> 5.12.17
2021-07-18 09:54:28 +07:00
Bernardo Meurer
290aeb344f
buildLinux: pass buildPackages to linuxManualConfig
We should be using the _same_ buildPackages when we generate the
configuration (which happens in buildLinux) as when we actually build
the kernel (which happens in linuxManualConfig).

This change enforces that when we callPackage `manual-config.nix` we
pass on whatever `buildPackages` that `buildLinux` itself was called
with.
2021-07-17 18:57:35 -07:00
github-actions[bot]
e69bb567a4
Merge staging-next into staging 2021-07-16 06:01:38 +00:00
Bernardo Meurer
91ffffd904
Merge pull request #129806 from lovesegfault/kernel-extra-build-flags
linux: groundwork to enable LLVM/LTO builds
2021-07-15 22:14:59 -07:00
Atemu
85f28b5c4f linux_lqx: 5.12.14 -> 5.12.17 2021-07-15 20:15:25 +02:00
github-actions[bot]
2165de1758
Merge staging-next into staging 2021-07-15 18:02:07 +00:00
TredwellGit
26af402042 linux_latest-libre: 18132 -> 18165 2021-07-15 08:16:06 +00:00
TredwellGit
2913c53891 linux-rt_5_4: 5.4.123-rt59 -> 5.4.129-rt61 2021-07-15 08:16:06 +00:00
TredwellGit
d2f67b4efb linux: 5.13.1 -> 5.13.2 2021-07-15 08:16:06 +00:00
TredwellGit
aa445dcd9a linux: 4.9.274 -> 4.9.275 2021-07-15 08:16:06 +00:00
TredwellGit
0637e4c7c6 linux: 4.4.274 -> 4.4.275 2021-07-15 08:16:06 +00:00
Guillaume Girol
9d4a4d7c62
Merge pull request #127918 from misuzu/linux-lirc
linux: enable LIRC
2021-07-14 18:44:18 +00:00
misuzu
3f63c29812 linux: enable LIRC 2021-07-14 18:20:22 +03:00
Bernardo Meurer
e21183a95d
buildLinux: preserve structuredExtraConfig and extraMakeFlags in passthru
This allows users to override custom kernel packages (e.g. linux_xanmod)
that set their own structuredExtraConfig with ease.
2021-07-13 18:35:39 -07:00
Bernardo Meurer
ea167e8ccb
buildLinux: take and propagate extraMakeFlags
This is just for practicity, as it allows users of buildLinux to pass
along extra flags they need in the kernel's make invocation. This makes,
for example, supporting LLVM _much_ easier, and could enable us in the
future to provide clang-built kernels.
2021-07-12 10:39:52 -07:00
Bernardo Meurer
89deec5623
buildLinux: apply hostPlatform.linux-kernel.makeFlags to generate-config.pl
This enforces that the configuration generated will obey any/all flags
set in the platform/stdenv configuration. This is crucial, for example,
if you'd like to build a kernel using clang.

Without this patch, anything you set in
`stdenv.hostPlatform.linux-kernel.makeFlags` is wholly ignored during
config generation, causing (for example) any changes in the desired
toolchain (e.g. `LLVM`, `LLVM_IAS`) to not be reflected in the generated
config, and for the subsequent build to fail.
2021-07-12 10:39:51 -07:00
Bernardo Meurer
61ab7e84de
linuxManualConfig: patch all shebangs in scripts/
There are many scripts in `scripts/` which may be called by the build,
depending on how the user chooses to configure the kernel. For example,
`scripts/jobserver-exec` is called whenever the kernel is being built
with LLVM tooling, and without this patch that build will fail due to
the broken shebang.

This patch makes us fix _all_ scripts, as well as add a dependency on
python3Minimal, since a lot of the aforementioned scripts are written in
Python3 instead of shell.
2021-07-12 10:39:51 -07:00
Bernardo Meurer
31bb7be11a
linuxManualConfig: don't mangle --build-id
In order to have our linux builds be reproducible we patch the
`Makefile` to use `--build-id=none` as opposed to the default
`--build-id=sha1`. The way we've been doing this, however, caused the
flag to be mangled, and being set to `--build-id=none=sha1`. While bfd
seems to parse this normally, lld will loudly complain that the flag
does not exist:

```
linux>   LD      .tmp_vmlinux.kallsyms1
linux> ld.lld: error: unknown --build-id style: none=sha1
```

With this change the flag is now correctly set to `--build-id=none`.
2021-07-10 13:17:52 -07:00
Sandro
df0d321258
Merge pull request #123765 from hyperfekt/update-bcachefs 2021-07-09 16:30:43 +02:00
hyperfekt
12cee96e74 bcachefs-tools: 2020-11-17 -> 2021-07-08 2021-07-09 02:50:37 +02:00
hyperfekt
cb1b1cf9c6 linux_testing_bcachefs: 5.9.0-2020.11.20 -> 5.13-2021-07-08
Changes the package to apply a patchset to the appropriate minor kernel
instead of using its initial release, which means it will benefit from
revision updates.
2021-07-09 02:45:34 +02:00
TredwellGit
43fba78fec linux/hardened/patches/5.4: 5.4.129-hardened1 -> 5.4.130-hardened1 2021-07-08 23:09:31 +00:00
TredwellGit
9af983cd00 linux/hardened/patches/5.12: 5.12.14-hardened1 -> 5.12.15-hardened1 2021-07-08 23:09:30 +00:00
TredwellGit
b36d829bb1 linux/hardened/patches/5.10: 5.10.47-hardened1 -> 5.10.48-hardened1 2021-07-08 23:09:29 +00:00
TredwellGit
25b73ac6a2 linux-rt_5_10: 5.10.41-rt42 -> 5.10.47-rt45 2021-07-08 23:08:56 +00:00
TredwellGit
32235d4868 linux: 5.4.129 -> 5.4.130 2021-07-08 23:08:16 +00:00
TredwellGit
ea4cb23952 linux: 5.13 -> 5.13.1 2021-07-08 23:08:10 +00:00
TredwellGit
e0f9f09c17 linux: 5.12.14 -> 5.12.15 2021-07-08 23:08:03 +00:00
TredwellGit
9462b074a8 linux: 5.10.47 -> 5.10.48 2021-07-08 23:07:58 +00:00
fortuneteller2k
b50a28e290 linux_xanmod: 5.13.0 -> 5.13.1 2021-07-08 16:24:08 +08:00
Jörg Thalheim
5e8bfbb4c7
Merge pull request #127917 from roblabla/fix-dell-kernel
linux-kernel: Add dell drivers on 5.12+
2021-07-07 20:33:57 +01:00
Sandro
ca8570a88d
Merge pull request #129258 from Atemu/update/zen-kernels
zen-kernels: 5.12.9 -> 5.12.14
2021-07-06 10:51:26 +02:00
Ben Siraphob
29f13039ea
Merge pull request #128538 from ymatsiuk/kernels
Kernels 2021-06-28
2021-07-06 01:09:09 +07:00
Sandro
93b8fa86ec
Merge pull request #128842 from fortuneteller2k/xanmod-5.13 2021-07-05 12:05:26 +02:00
Atemu
6733b6fb05 zen-kernels: 5.12.9 -> 5.12.14 2021-07-04 18:41:07 +02:00
Jörg Thalheim
e587a7fcf1
Merge branch 'master' into fix-linux-perf 2021-07-03 18:56:44 +01:00
fortuneteller2k
741f6efc6b linux_xanmod: 5.12.13 -> 5.13.0 2021-07-03 16:10:51 +08:00
Yurii Matsiuk
338286e6b0
linux/hardened/patches/5.4: 5.4.127-hardened1 -> 5.4.129-hardened1 2021-07-02 15:10:02 +02:00
Yurii Matsiuk
6643bf87ae
linux/hardened/patches/5.12: 5.12.12-hardened1 -> 5.12.14-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
344bf9c20e
linux/hardened/patches/5.10: 5.10.45-hardened1 -> 5.10.47-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
5a058ab384
linux/hardened/patches/4.19: 4.19.195-hardened1 -> 4.19.196-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
c732335067
linux/hardened/patches/4.14: 4.14.237-hardened1 -> 4.14.238-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
5da58d1f67
linux: 5.4.127 -> 5.4.129 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
d28212b084
linux: 5.12.12 -> 5.12.14 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
f52103a4e6
linux: 5.10.45 -> 5.10.47 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
24a5777be9
linux: 4.9.273 -> 4.9.274 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
ffdd1ac776
linux: 4.4.273 -> 4.4.274 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
a5394f31e8
linux: 4.19.195 -> 4.19.196 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
1c15f4eef1
linux: 4.14.237 -> 4.14.238 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
2f0d1e41e2
Revert "linux: fix regression in bridge VLAN configuration"
This reverts commit 24a08441d52480cf3332a100e24fdf9b83a8351a.
2021-07-02 15:10:00 +02:00
fortuneteller2k
cba629ef41 linuxPackages.perf: fix build for 5.13 2021-06-30 23:41:24 +08:00
Jonathan Ringer
a128e443c4
linuxPackages_5_13.perf: fix build
Also add optional libcap and zstd
2021-06-29 23:42:10 -07:00
Linus Heckemann
34d960aecb
Merge pull request #124486 from xaverdh/linux-patch-once
nixos/boot: properly override the kernel in boot.kernelPatches
2021-06-29 19:01:46 +02:00
Yurii Matsiuk
367a53a82b linux_5_13: init at 5.13 2021-06-28 10:46:41 -07:00
Samuel Gräfenstein
6f1dfda75d
linux_xanmod: match all features on homepage 2021-06-26 23:07:10 +02:00
fortuneteller2k
4788060b46 linux_xanmod: set to 500Hz 2021-06-26 20:25:22 +08:00
fortuneteller2k
a62ca77198 linux_xanmod: make tickless 2021-06-26 20:24:54 +08:00
fortuneteller2k
167fde46fc linux_xanmod: enable preemption 2021-06-24 20:38:21 +08:00
fortuneteller2k
419e4299a6 linux_xanmod: 5.12.12 -> 5.12.13 2021-06-24 12:25:36 +08:00
roblabla
be03cf01f3 linux-kernel: Add dell drivers on 5.12+ 2021-06-23 16:42:57 +02:00
TredwellGit
24a08441d5 linux: fix regression in bridge VLAN configuration 2021-06-21 18:52:06 +00:00
TredwellGit
df60fdef55 linux/hardened/patches/5.4: 5.4.126-hardened1 -> 5.4.127-hardened1 2021-06-21 18:43:25 +00:00
TredwellGit
d1e2575c4c linux/hardened/patches/5.12: 5.12.11-hardened1 -> 5.12.12-hardened1 2021-06-21 18:43:24 +00:00
TredwellGit
cfd71fa4b5 linux/hardened/patches/5.10: 5.10.44-hardened1 -> 5.10.45-hardened1 2021-06-21 18:43:23 +00:00
TredwellGit
c43cd094c7 linux_latest-libre: 18115 -> 18132 2021-06-21 18:43:13 +00:00
TredwellGit
7c23102d03 linux: 5.4.126 -> 5.4.127 2021-06-21 18:42:52 +00:00
TredwellGit
c4df7bfef7 linux: 5.12.11 -> 5.12.12 2021-06-21 18:42:45 +00:00
TredwellGit
67ff76420c linux: 5.10.44 -> 5.10.45 2021-06-21 18:42:38 +00:00
fortuneteller2k
4fa80ae13a linux_xanmod: 5.12.11 -> 5.12.12 2021-06-19 20:59:53 +08:00
Sandro
98bee93aef
Merge pull request #127181 from fortuneteller2k/xanmod 2021-06-17 13:52:41 +02:00
fortuneteller2k
f7b3116ed6 linux_xanmod: 5.12.10 -> 5.12.11 2021-06-17 12:12:42 +08:00
TredwellGit
98642dcfd9 linux/hardened/patches/5.4: 5.4.125-hardened1 -> 5.4.126-hardened1 2021-06-17 01:14:02 +00:00
TredwellGit
ec53be76f2 linux/hardened/patches/5.12: 5.12.10-hardened1 -> 5.12.11-hardened1 2021-06-17 01:14:01 +00:00
TredwellGit
9e42f0075a linux/hardened/patches/5.10: 5.10.43-hardened1 -> 5.10.44-hardened1 2021-06-17 01:14:00 +00:00
TredwellGit
00eb48b68b linux/hardened/patches/4.19: 4.19.194-hardened1 -> 4.19.195-hardened1 2021-06-17 01:13:59 +00:00
TredwellGit
a7b1c72c5e linux/hardened/patches/4.14: 4.14.236-hardened1 -> 4.14.237-hardened1 2021-06-17 01:13:58 +00:00
TredwellGit
d0860fef88 linux: 5.4.125 -> 5.4.126 2021-06-17 01:13:23 +00:00
TredwellGit
14510ff4ea linux: 5.12.10 -> 5.12.11 2021-06-17 01:13:15 +00:00
TredwellGit
5382c2856d linux: 5.10.43 -> 5.10.44 2021-06-17 01:13:09 +00:00
TredwellGit
b9d8e45251 linux: 4.9.272 -> 4.9.273 2021-06-17 01:13:03 +00:00
TredwellGit
ecf27f78d3 linux: 4.4.272 -> 4.4.273 2021-06-17 01:12:58 +00:00
TredwellGit
c6e07a72e7 linux: 4.19.194 -> 4.19.195 2021-06-17 01:12:53 +00:00
TredwellGit
5efcab85a6 linux: 4.14.236 -> 4.14.237 2021-06-17 01:12:48 +00:00
Sandro
b7000df7ed
Merge pull request #125082 from ikervagyok/master 2021-06-15 13:49:48 +02:00
Sandro
80819f182e
Merge pull request #125553 from fortuneteller2k/xanmod
linux_xanmod: 5.12.8 -> 5.12.10
2021-06-14 19:40:09 +02:00
Lengyel Balázs
6d33412d6d linux-testing: 5.12-rc6 -> 5.13-rc6 2021-06-14 14:26:52 +02:00
Lengyel Balázs
2ac508d578 linux-kernel: update config for 5.13 2021-06-14 14:26:52 +02:00
fortuneteller2k
0e4ade244d linux_xanmod: 5.12.8 -> 5.12.10 2021-06-11 05:15:40 +08:00
TredwellGit
c22128ed44 linux/hardened/patches/5.4: 5.4.124-hardened1 -> 5.4.125-hardened1 2021-06-10 20:54:24 +00:00
TredwellGit
889319446c linux/hardened/patches/5.12: 5.12.9-hardened1 -> 5.12.10-hardened1 2021-06-10 20:54:23 +00:00
TredwellGit
0879f36d2b linux/hardened/patches/5.10: 5.10.42-hardened1 -> 5.10.43-hardened1 2021-06-10 20:54:22 +00:00
TredwellGit
940bf55cab linux/hardened/patches/4.19: 4.19.193-hardened1 -> 4.19.194-hardened1 2021-06-10 20:54:21 +00:00
TredwellGit
e77f16cbcb linux/hardened/patches/4.14: 4.14.235-hardened1 -> 4.14.236-hardened1 2021-06-10 20:54:19 +00:00
TredwellGit
7cf65d0f4a linux: 5.4.124 -> 5.4.125 2021-06-10 20:54:06 +00:00
TredwellGit
fd44ed986c linux: 5.12.9 -> 5.12.10 2021-06-10 20:53:59 +00:00
TredwellGit
121dbb9653 linux: 5.10.42 -> 5.10.43 2021-06-10 20:53:52 +00:00
TredwellGit
2961093d9b linux: 4.9.271 -> 4.9.272 2021-06-10 20:53:44 +00:00
TredwellGit
a31fb79270 linux: 4.4.271 -> 4.4.272 2021-06-10 20:53:38 +00:00
TredwellGit
89a533e7df linux: 4.19.193 -> 4.19.194 2021-06-10 20:53:31 +00:00
TredwellGit
a6d113ad1b linux: 4.14.235 -> 4.14.236 2021-06-10 20:53:25 +00:00
Yurii Matsiuk
e968368c0d linux: remove 5.11 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
4b9a7a17fd linux/hardened/patches/5.4: 5.4.122-hardened1 -> 5.4.124-hardened1 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
293242a0ef linux/hardened/patches/5.12: 5.12.7-hardened1 -> 5.12.9-hardened1 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
9d523a68c0 linux/hardened/patches/5.10: 5.10.40-hardened1 -> 5.10.42-hardened1 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
4ccdbb8ef2 linux/hardened/patches/4.19: 4.19.192-hardened1 -> 4.19.193-hardened1 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
4324b2ae60 linux/hardened/patches/4.14: 4.14.234-hardened1 -> 4.14.235-hardened1 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
b135843088 linux_latest-libre: 18096 -> 18115 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
029f5773d7 linux-rt_5_4: 5.4.115-rt57 -> 5.4.123-rt59 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
f546dc2d15 linux-rt_5_10: 5.10.35-rt39 -> 5.10.41-rt42 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
34e5e750b5 linux: 5.4.123 -> 5.4.124 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
d026ea755a linux: 5.12.8 -> 5.12.9 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
af416a6290 linux: 5.10.41 -> 5.10.42 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
0f80703b96 linux: 4.9.270 -> 4.9.271 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
9caacfc58f linux: 4.4.270 -> 4.4.271 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
4c8c3546c5 linux: 4.19.192 -> 4.19.193 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
28c43185ca linux: 4.14.234 -> 4.14.235 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
c3c4121168 linux: 5.4.122 -> 5.4.123 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
a4bc9184f4 linux: 5.12.7 -> 5.12.8 2021-06-08 14:21:06 -04:00
Yurii Matsiuk
9ade9c3a72 linux: 5.10.40 -> 5.10.41 2021-06-08 14:21:06 -04:00
Dominik Xaver Hörl
436f61c878 nixos/boot: properly override the kernel in boot.kernelPatches
Previously the code took the kernelPatches of the final derivation, which
might or might not be what was passed to the derivation in the original call.
The previous behaviour caused various hacks to become neccessary to avoid duplicates in kernelPatches.
2021-05-31 12:10:19 +02:00
fortuneteller2k
f861cd33e6 linux_xanmod: 5.12.7 -> 5.12.8 2021-05-29 10:41:39 +08:00
Martin Weinelt
0e47517d43
Merge pull request #123657 from ymatsiuk/kernel 2021-05-28 16:13:56 +02:00
Yurii Matsiuk
1ce119e9bb
linux/hardened/patches/5.4: 5.4.121-hardened1 -> 5.4.122-hardened1 2021-05-27 06:29:00 +02:00
Yurii Matsiuk
cdc6a4cc1e
linux/hardened/patches/5.12: 5.12.6-hardened1 -> 5.12.7-hardened1 2021-05-27 06:28:59 +02:00
Yurii Matsiuk
46ca914a5e
linux/hardened/patches/5.10: 5.10.39-hardened1 -> 5.10.40-hardened1 2021-05-27 06:28:57 +02:00
Yurii Matsiuk
938ea32339
linux/hardened/patches/4.19: 4.19.191-hardened1 -> 4.19.192-hardened1 2021-05-27 06:28:56 +02:00
Yurii Matsiuk
52e8c2d165
linux/hardened/patches/4.14: 4.14.233-hardened1 -> 4.14.234-hardened1 2021-05-27 06:28:54 +02:00
Yurii Matsiuk
c16011b1d9
linux: 5.4.121 -> 5.4.122 2021-05-27 06:28:27 +02:00
Yurii Matsiuk
01cc705d4a
linux: 5.12.6 -> 5.12.7 2021-05-27 06:28:22 +02:00
Yurii Matsiuk
bed18f5019
linux: 5.10.39 -> 5.10.40 2021-05-27 06:28:17 +02:00
Yurii Matsiuk
7d57471efa
linux: 4.9.269 -> 4.9.270 2021-05-27 06:28:11 +02:00
Yurii Matsiuk
819f6a5d8c
linux: 4.4.269 -> 4.4.270 2021-05-27 06:28:06 +02:00
Yurii Matsiuk
bd12ba9643
linux: 4.19.191 -> 4.19.192 2021-05-27 06:27:51 +02:00
Yurii Matsiuk
91233c46e3
linux: 4.14.233 -> 4.14.234 2021-05-27 06:27:45 +02:00
Sandro
19846d8797
Merge pull request #124346 from jonringer/mark-perf-broken
linuxPackages.perf: mark broken for kernels<5
2021-05-27 05:02:14 +02:00
fortuneteller2k
b4711d8af5 linux_xanmod: 5.12.5 -> 5.12.7 2021-05-27 07:00:31 +08:00
Yurii Matsiuk
6c6f9a5abf
linux/hardened/patches/5.12: init at 5.12.6-hardened1 2021-05-26 08:07:00 +02:00
Jonathan Ringer
2a45e01bb8
linuxPackages.perf: mark broken for kernels<5 2021-05-25 00:49:35 -07:00
Yurii Matsiuk
63f5c51430
linux/hardened/patches/5.4: 5.4.119-hardened1 -> 5.4.121-hardened1 2021-05-24 18:54:50 +02:00
Yurii Matsiuk
ac7c67ea0c
linux/hardened/patches/5.11: 5.11.21-hardened1 -> 5.11.22-hardened1 2021-05-24 18:54:49 +02:00
Yurii Matsiuk
f8df946b8b
linux/hardened/patches/5.10: 5.10.37-hardened1 -> 5.10.39-hardened1 2021-05-24 18:54:48 +02:00
Yurii Matsiuk
38a17bf835
linux/hardened/patches/4.19: 4.19.190-hardened1 -> 4.19.191-hardened1 2021-05-24 18:54:46 +02:00
Yurii Matsiuk
96806043e7
linux/hardened/patches/4.14: 4.14.232-hardened1 -> 4.14.233-hardened1 2021-05-24 18:54:44 +02:00
Yurii Matsiuk
be8af32578
linux_latest-libre: 18063 -> 18096 2021-05-24 18:54:29 +02:00
Yurii Matsiuk
44ed8b845d
linux: 5.4.120 -> 5.4.121 2021-05-24 18:54:12 +02:00
Yurii Matsiuk
6485d14e6d
linux: 5.12.5 -> 5.12.6 2021-05-24 18:54:06 +02:00
Yurii Matsiuk
43730b18ea
linux: 5.10.38 -> 5.10.39 2021-05-24 18:53:53 +02:00
Yurii Matsiuk
e51c114dfe
linux: 4.9.268 -> 4.9.269 2021-05-24 18:53:48 +02:00
Yurii Matsiuk
7d15d50717
linux: 4.4.268 -> 4.4.269 2021-05-24 18:53:44 +02:00
Yurii Matsiuk
be7fc1bdee
linux: 4.19.190 -> 4.19.191 2021-05-24 18:53:40 +02:00
Yurii Matsiuk
c5545b7e42
linux: 4.14.232 -> 4.14.233 2021-05-24 18:53:35 +02:00
Jonathan Ringer
11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Sandro
e5c6f35030
Merge pull request #120850 from fortuneteller2k/update-xanmod-512
linux_xanmod: 5.11.16 -> 5.12.5
2021-05-22 17:26:16 +02:00
fortuneteller2k
eb46753560 linux_xanmod: 5.11.16 -> 5.12.5 2021-05-21 01:41:58 +08:00
Yurii Matsiuk
ce48d2c593
linux: 5.4.119 -> 5.4.120 2021-05-19 11:55:50 +02:00
Yurii Matsiuk
a76a720665
linux: 5.12.4 -> 5.12.5 2021-05-19 11:55:45 +02:00
Yurii Matsiuk
701282a87a
linux: 5.11.21 -> 5.11.22 2021-05-19 11:55:40 +02:00
Yurii Matsiuk
9a0a33f6b1
linux: 5.10.37 -> 5.10.38 2021-05-19 11:55:35 +02:00
github-actions[bot]
3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
Atemu
1e6a687fd0 linux_lqx: 5.11.20 -> 5.11.21 2021-05-16 10:11:39 +02:00
github-actions[bot]
49ec716c04
Merge staging-next into staging 2021-05-15 12:25:36 +00:00
TredwellGit
b9bb51497d linux/hardened/patches/5.4: 5.4.118-hardened1 -> 5.4.119-hardened1 2021-05-14 21:41:11 +00:00
TredwellGit
bd4e82b585 linux/hardened/patches/5.11: 5.11.20-hardened1 -> 5.11.21-hardened1 2021-05-14 21:41:10 +00:00
TredwellGit
8cf62ea50a linux/hardened/patches/5.10: 5.10.36-hardened1 -> 5.10.37-hardened1 2021-05-14 21:41:09 +00:00
TredwellGit
b2f61fde52 linux: 5.4.118 -> 5.4.119 2021-05-14 21:40:48 +00:00
TredwellGit
1f0dc90f1a linux: 5.12.3 -> 5.12.4 2021-05-14 21:40:41 +00:00
TredwellGit
f861540ac2 linux: 5.11.20 -> 5.11.21 2021-05-14 21:40:34 +00:00
TredwellGit
b9cf39ce34 linux: 5.10.36 -> 5.10.37 2021-05-14 21:40:26 +00:00
Jan Tojnar
ac6a4f7cf5
Merge branch 'staging-next' into staging 2021-05-14 01:40:09 +02:00
Martin Weinelt
d21231534f
Merge pull request #122785 from TredwellGit/linux 2021-05-13 18:31:35 +02:00
Jonathan Ringer
8b348b323d linuxPackages<=4.9: mark broken on aarch64
Assembly errors, which causes all modules
to fail as well.
2021-05-13 09:30:34 -07:00
Jan Tojnar
0313c77b55
Merge branch 'staging-next' into staging 2021-05-13 11:42:36 +02:00
TredwellGit
8c3ef4c69c linux/hardened/patches/5.4: 5.4.117-hardened1 -> 5.4.118-hardened1 2021-05-13 00:53:56 +00:00
TredwellGit
5bece67ff6 linux/hardened/patches/5.11: 5.11.19-hardened1 -> 5.11.20-hardened1 2021-05-13 00:53:55 +00:00
TredwellGit
33eeddc2ec linux/hardened/patches/5.10: 5.10.35-hardened1 -> 5.10.36-hardened1 2021-05-13 00:53:54 +00:00
TredwellGit
82f106cee0 linux-rt_5_10: 5.10.30-rt38 -> 5.10.35-rt39 2021-05-13 00:53:43 +00:00
TredwellGit
0ae6555eab linux: 5.4.117 -> 5.4.118 2021-05-13 00:53:07 +00:00
TredwellGit
5d2d963774 linux: 5.12.2 -> 5.12.3 2021-05-13 00:53:01 +00:00
TredwellGit
97ef1f8fc2 linux: 5.11.19 -> 5.11.20 2021-05-13 00:52:55 +00:00
TredwellGit
f47e1433a5 linux: 5.10.35 -> 5.10.36 2021-05-13 00:52:44 +00:00
Sandro
8398070d3a
Merge pull request #122748 from Atemu/update/linux_lqx
linux_lqx: 5.11.19 -> 5.11.20
2021-05-12 23:14:58 +02:00