Commit Graph

4946 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 24a08441d5.
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