Commit graph

15703 commits

Author SHA1 Message Date
Vladimír Čunát 6a10c72d90
xf86_input_wacom: fix build
I suspect that some of the stdenv changes (PR #127736 maybe?)
affected how the newline was handled.  Anyway, it was ugly,
so let's use a more standard approach.
2021-07-16 16:31:48 +02:00
github-actions[bot] 9fe75f18c0
Merge master into staging-next 2021-07-16 12:01:03 +00:00
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
Vladimír Čunát 3ea417e47f
Merge branch staging into staging-next
The staging version is a bit older already, used in pre-test:
https://hydra.nixos.org/eval/1685435
2021-07-16 09:59:01 +02:00
github-actions[bot] 7959589ea0
Merge master into staging-next 2021-07-16 06:01:04 +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
github-actions[bot] 2ccf7ae45c
Merge master into staging-next 2021-07-15 18:01:27 +00: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
Jörg Thalheim 7afa51c2bd Merge remote-tracking branch 'upstream/master' into HEAD 2021-07-14 15:45:51 +02: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
github-actions[bot] 5efb7d8d19
Merge master into staging-next 2021-07-12 06:01:25 +00: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
Martin Weinelt bcda9c8cfc Merge remote-tracking branch 'origin/master' into staging-next 2021-07-11 16:11:09 +02:00
github-actions[bot] 606194e1c0
Merge staging-next into staging 2021-07-11 00:02:23 +00: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
Martin Weinelt b7e408dd17
Merge branch 'master' into staging-next 2021-07-10 20:15:53 +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
github-actions[bot] a7cb61bc54
Merge staging-next into staging 2021-07-09 18:01:46 +00:00
github-actions[bot] c786eaf612
Merge master into staging-next 2021-07-09 18:01:06 +00:00
Sandro df0d321258
Merge pull request #123765 from hyperfekt/update-bcachefs 2021-07-09 16:30:43 +02:00
github-actions[bot] e8bfeeb928
Merge staging-next into staging 2021-07-09 12:01:58 +00:00
github-actions[bot] 30ff0457a4
Merge master into staging-next 2021-07-09 12:01:24 +00: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
github-actions[bot] 45ea39aeca
Merge staging-next into staging 2021-07-08 12:02:00 +00:00
github-actions[bot] 958dc88d65
Merge master into staging-next 2021-07-08 12:01:23 +00:00
Dmitry Kalinkin 280e629ee0
Merge branch 'master' into staging-next 2021-07-08 04:38:15 -04:00