Commit graph

15666 commits

Author SHA1 Message Date
Jörg Thalheim
aaaa05c78e
Merge pull request #130117 from helsinki-systems/feat/hyperv-daemons-python3
hyperv-daemons: use python3 for kernels that support it
2021-07-16 10:14:56 +01: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
Sandro
0a14335919
Merge pull request #130281 from TredwellGit/linux 2021-07-15 19:22:07 +02: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
Abdelhakim Qbaich
e1e1f539f0 nvidia-x11: compile nvidia-uvm.ko with HMM support 2021-07-14 00:24:54 -07: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
Sandro Jäckel
388a4ef423
treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-* 2021-07-14 03:35:21 +02:00
ajs124
698bf970e1 hyperv-daemons: use python3 for kernels that support it
Support for python3 was added in 8a99c92009
it is therefore supported in every kernel including and after 4.19
2021-07-13 19:34:57 +02:00
Timo Kaufmann
c29191d61b
Merge pull request #121881 from berbiche/kinect-audio-setup-init
kinect-audio-setup: init at 0.5
2021-07-12 22:36:03 +02: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
Nicolas Berbiche
100a01c272
kinect-audio-setup: init at v0.5
Co-authored-by: timokau <timokau@zoho.com>
2021-07-12 13:00:42 -04:00
Bernardo Meurer
fae510fe05
Merge pull request #129879 from lovesegfault/kernel-fix-build-id
linuxManualConfig: don't mangle `--build-id`
2021-07-11 19:10:30 -07:00
Maxine Aubrey
66618844e3
bluez: 5.59 -> 5.60 2021-07-10 22:21:26 +02: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
Martin Weinelt
9488ed9685
Merge pull request #127183 from mweinelt/bluez 2021-07-10 21:43:42 +02:00
Markus Kowalewski
4d881f9149
linuxptp: 3.1 -> 3.1.1
fixes CVEs 2021-3570 and 2021-3571
2021-07-10 13:04:27 +02: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
8bf9a5e9d9
Merge pull request #129460 from j-brn/master 2021-07-07 02:53:40 +02:00
pca006132
7d86536529
rtw89: init at 2021-07-03 (#129325)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-07 02:49:33 +02:00
Sandro
ed3c4f2768
Merge pull request #128790 from fortuneteller2k/evdi-5.13 2021-07-07 02:37:26 +02:00
j-brn
7748864655 kvmfr: init at $looking-glass-client.version 2021-07-06 22:06:14 +02:00
Vladimír Čunát
00c86ad146
Merge #129412: makeself: disable tests for now 2021-07-06 21:07:32 +02: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
Vladimír Čunát
f526256a6f
busybox-sandbox-shell: use 64-bit numbers in test command
The default is C int, which usually gives 32-bit even on 64-bit Linux.
This will be the right way to fix #110149 (but needs to be deployed).
2021-07-06 10:43:39 +02:00
fortuneteller2k
60b1a047b7 linuxPackages.evdi: 2021-04-01 -> 2021-06-11, fix 5.13 build 2021-07-06 10:51:18 +08:00
Vladimír Čunát
ac0c470abd
Merge branch 'staging-next' 2021-07-05 21:21:20 +02:00
Ben Siraphob
29f13039ea
Merge pull request #128538 from ymatsiuk/kernels
Kernels 2021-06-28
2021-07-06 01:09:09 +07:00
github-actions[bot]
94a5660d8f
Merge master into staging-next 2021-07-05 12:01:03 +00:00
Sandro
93b8fa86ec
Merge pull request #128842 from fortuneteller2k/xanmod-5.13 2021-07-05 12:05:26 +02:00
Luke Granger-Brown
a7be563707 darwin.apple_sdk.frameworks.CoreSymbolication: expose under SDK 11.0
This is used by the `root` package, and otherwise prevents the
nixpkgs.tarball build from succeeding (e.g.
https://hydra.nixos.org/build/146838433).
2021-07-05 02:09:35 +00: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