Commit Graph

17612 Commits

Author SHA1 Message Date
Atemu
3133e29fce linux_xanmod: 5.15.35 -> 5.15.40 2022-05-16 19:04:39 +02:00
Klemens Nanni
cbcc746f8f nixos/systemd: Package only built component units
Account for all `with*` options causing their respective unit files to
not be built, just like the current code `withCryptsetup` already does.

This fixes build errors like the following:
```
missing /nix/store/5fafsfms64fn3ywv274ky7arhm9yq2if-systemd-250.4/example/systemd/system/systemd-importd.service
error: builder for '/nix/store/67rdli5q5akzwmqgf8q0a1yp76jgr0px-system-units.drv' failed with exit code 1
```

Found by using a customised systemd package as follows:
```
systemd.package = pkgs.systemd-small;

nixpkgs.config.packageOverrides = pkgs: {

  "systemd-small" = pkgs.systemd.override {
    withImportd = false;
    withMachined = false;
    ...
  };

};
```
2022-05-16 16:52:25 +02:00
github-actions[bot]
f10256fb7a
Merge master into staging-next 2022-05-16 12:02:51 +00:00
Linus Heckemann
dee374cd6f
Merge pull request #172369 from mweinelt/microcode-intel
microcodeIntel: 20220419 -> 20220510
2022-05-16 13:48:56 +02:00
Pierre Bourdon
204417b2a4
restool: fix x86_64-linux build 2022-05-16 08:10:45 +02:00
github-actions[bot]
c8608fae00
Merge master into staging-next 2022-05-16 00:03:24 +00:00
Jörg Thalheim
d5099630b1
nix-ld: 1.0.0 -> 1.0.2 2022-05-15 21:06:05 +02:00
Sergei Trofimovich
e58ce95275 kmscube: pull upstream fix for -fno-common toolchains
Without the change build against upstream gcc-10 fails as:

    ld: kmscube-cube-tex.o:/build/kmscube-9dcce71/cube-tex.c:48: multiple definition of `gl';
      kmscube-cube-smooth.o:/build/kmscube-9dcce71/cube-smooth.c:40: first defined here
2022-05-15 17:01:22 +01:00
github-actions[bot]
dae6d3bb73
Merge master into staging-next 2022-05-14 12:01:17 +00:00
Jörg Thalheim
d4212c3997
Merge pull request #172980 from Mic92/sysdig
sysdig: 0.28.0 -> 0.29.3
2022-05-14 08:03:37 +01:00
Jörg Thalheim
cdfdabd2bc
Merge pull request #171648 from mweinelt/dpdk
dpdk: 21.11 -> 22.03
2022-05-14 07:14:27 +01:00
Jörg Thalheim
2a38902f2a
sysdig: 0.28.0 -> 0.29.3 2022-05-14 07:40:02 +02:00
github-actions[bot]
3328bc9666
Merge master into staging-next 2022-05-14 00:02:10 +00:00
Sergei Trofimovich
dac3455158 disk_indicator: unstable-2014-05-19 -> unstable-2018-12-18
Among other things pull in fix fo r-fno-common toolchains.
2022-05-13 21:04:18 +01:00
adisbladis
fb222e0086
Merge pull request #172820 from alyssais/compressed-firmware
Compressed firmware
2022-05-14 02:38:48 +08:00
github-actions[bot]
bcb22e9a7b
Merge master into staging-next 2022-05-13 18:01:23 +00:00
Artturi
44b28f34a0
Merge pull request #172740 from andrevmatos/kernel/zen
linux_zen: 5.17.5-zen1 -> 5.17.7-zen1
2022-05-13 19:35:07 +03:00
github-actions[bot]
97ea1401a7
Merge master into staging-next 2022-05-13 00:03:00 +00:00
Maximilian Bosch
081daee45e
linux/hardened/patches/5.4: 5.4.192-hardened1 -> 5.4.193-hardened1 2022-05-13 00:33:52 +02:00
Maximilian Bosch
1d8fa8ef14
linux/hardened/patches/5.17: 5.17.6-hardened1 -> 5.17.7-hardened1 2022-05-13 00:33:40 +02:00
Maximilian Bosch
b644615669
linux/hardened/patches/5.15: 5.15.38-hardened1 -> 5.15.39-hardened1 2022-05-13 00:33:27 +02:00
Maximilian Bosch
6abf4b2b96
linux/hardened/patches/5.10: 5.10.114-hardened1 -> 5.10.115-hardened1 2022-05-13 00:33:15 +02:00
Maximilian Bosch
34ede69b72
linux/hardened/patches/4.19: 4.19.241-hardened1 -> 4.19.242-hardened1 2022-05-13 00:33:03 +02:00
Maximilian Bosch
ab2f51774b
linux/hardened/patches/4.14: 4.14.277-hardened1 -> 4.14.278-hardened1 2022-05-13 00:32:51 +02:00
Maximilian Bosch
3543468280
linux: 5.4.192 -> 5.4.193 2022-05-13 00:32:23 +02:00
Maximilian Bosch
dcc82f4e65
linux: 5.17.6 -> 5.17.7 2022-05-13 00:32:13 +02:00
Maximilian Bosch
2b8fcabeb6
linux: 5.15.38 -> 5.15.39 2022-05-13 00:32:01 +02:00
Maximilian Bosch
2bea336233
linux: 5.10.114 -> 5.10.115 2022-05-13 00:31:49 +02:00
Maximilian Bosch
7885a53197
linux: 4.9.312 -> 4.9.313 2022-05-13 00:31:38 +02:00
Maximilian Bosch
30efbf1352
linux: 4.19.241 -> 4.19.242 2022-05-13 00:31:29 +02:00
Maximilian Bosch
6956681f24
linux: 4.14.277 -> 4.14.278 2022-05-13 00:31:19 +02:00
André Vitor de Lima Matos
83e994f3fe
linuxKernel.kernels.linux_zen: 5.17.5-zen1 -> 5.17.7-zen1 2022-05-12 16:04:07 -03:00
Alyssa Ross
1f7ac05b45 linux-firmware: fetchgit -> fetchzip
No need to do a full git clone for this.  Checked that the hash stays
the same.
2022-05-12 18:07:34 +00:00
Alyssa Ross
9488086746
linux: support loading compressed firmware
Supported since Linux 5.3.
2022-05-12 15:29:17 +00:00
Alyssa Ross
7b488d1fc9
b43Firmware_6_30_163_46: use the right location
hardware.firmware only considers lib/firmware, so this firmware was
being completely ignored.
2022-05-12 15:19:04 +00:00
Artturi
222e64362e
Merge pull request #172675 from 06kellyjac/systemd-r13y
systemd: fix reproducibility of dbus interface xml
2022-05-12 15:28:13 +03:00
github-actions[bot]
6705a41352
Merge staging-next into staging 2022-05-12 12:09:45 +00:00
06kellyjac
eeff6c4933 systemd: fix reproducibility of dbus interface xml
systemd's `--bus-introspect` was generating nondeterministic xml which
is saved into our build outputs
2022-05-12 10:11:22 +01:00
K900
b93f65a5f3 linux-firmware: 20220310 -> 20220509 2022-05-12 08:29:37 +00:00
Jan Tojnar
5af93e6908 Merge branch 'staging-next' into staging 2022-05-12 01:24:26 +02:00
Artturi
c7b10b6df9
Merge pull request #172131 from euank/ena-2.7.1
ena: 2.5.0 -> 2.7.1 & nixos/amazon-image: default to 5.15 kernel
2022-05-12 01:38:24 +03:00
github-actions[bot]
7dbfbc2e90
Merge staging-next into staging 2022-05-11 18:10:52 +00:00
Linus Heckemann
a6dbd8d65f
Merge pull request #172469 from Ma27/linux-kernel-updates
Linux kernels 2022-05-11
2022-05-11 14:05:32 +02:00
Maximilian Bosch
e3d598b7e8
linux/hardened/patches/5.4: 5.4.191-hardened1 -> 5.4.192-hardened1 2022-05-11 08:33:06 +02:00
Maximilian Bosch
c0a5d86c98
linux/hardened/patches/5.17: 5.17.5-hardened1 -> 5.17.6-hardened1 2022-05-11 08:32:54 +02:00
Maximilian Bosch
e6d741c9dd
linux/hardened/patches/5.15: 5.15.36-hardened1 -> 5.15.38-hardened1 2022-05-11 08:32:42 +02:00
Maximilian Bosch
1fd97805d8
linux/hardened/patches/5.10: 5.10.113-hardened1 -> 5.10.114-hardened1 2022-05-11 08:32:29 +02:00
Maximilian Bosch
0faa00ddbe
linux/hardened/patches/4.19: 4.19.240-hardened1 -> 4.19.241-hardened1 2022-05-11 08:32:17 +02:00
Maximilian Bosch
59fe74cca3
linux_latest-libre: 18688 -> 18713 2022-05-11 08:31:25 +02:00
Maximilian Bosch
ee2608d3ab
linux: 5.4.191 -> 5.4.192 2022-05-11 08:31:10 +02:00
Maximilian Bosch
d6bd76af6e
linux: 5.17.5 -> 5.17.6 2022-05-11 08:30:59 +02:00
Maximilian Bosch
38496aa149
linux: 5.15.37 -> 5.15.38 2022-05-11 08:30:47 +02:00
Maximilian Bosch
8869941b27
linux: 5.10.113 -> 5.10.114 2022-05-11 08:30:35 +02:00
github-actions[bot]
2d62d4f8e6
Merge staging-next into staging 2022-05-11 06:02:11 +00:00
Rick van Schijndel
6628ac797f
Merge pull request #172297 from trofi/fix-fno-common-for-directvnc
directvnc: pull -fno-common fix pending upstream inclusion
2022-05-11 07:26:39 +02:00
davidak
a3469fde69
Merge pull request #172374 from Mindavi/anbox-kernel/drop
anbox: drop kernel modules package
2022-05-11 02:55:29 +02:00
github-actions[bot]
90db968124
Merge staging-next into staging 2022-05-10 21:23:59 +00:00
Rick van Schijndel
f433d91bb3 anbox: drop kernel modules package
All builds are broken:
- 4.14
- 4.19
- 5.4

https://hydra.nixos.org/eval/1761072?filter=anbox&compare=1760998&full=#tabs-still-fail

Let's just drop it.

This leaves the anbox module possibly in a broken-ish state,
but I'm not sure what to do about it.
2022-05-10 21:15:48 +02:00
Martin Weinelt
72429cd8ea
microcodeIntel: 20220419 -> 20220510
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20220510
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00617.html

Fixes: CVE-2022-21151
2022-05-10 20:37:49 +02:00
Martin Weinelt
76d686ab98
Merge pull request #169423 from mweinelt/microcode-intel 2022-05-10 20:34:51 +02:00
github-actions[bot]
3a79190750
Merge staging-next into staging 2022-05-10 18:01:50 +00:00
Artturi
95818c2881
Merge pull request #170939 from jfroche/odp-dpdk
odp-dpdk: 1.30.1.0_DPDK_19.11 -> 1.35.0.0_DPDK_19.11
2022-05-10 19:58:11 +03:00
Sergei Trofimovich
c08232b717 directvnc: pull -fno-common fix pending upstream inclusion
Without the change build fails on upstream gcc-10 as:

    ld: modmap.o:/build/source/src/directvnc.h:45: multiple definition of
      `buffer'; main.o:/build/source/src/directvnc.h:45: first defined here
2022-05-10 08:03:07 +01:00
github-actions[bot]
2282e994f2
Merge staging-next into staging 2022-05-10 00:02:52 +00:00
github-actions[bot]
629adb097a
Merge staging-next into staging 2022-05-09 18:01:59 +00:00
Jonas Heinrich
e87b171be6 firejail: Fix opengl support for various apps 2022-05-09 15:55:05 +02:00
Aaron Bieber
c54682539b os-specific/linux/vmm_clock: mark kernels older than 4.19 as broken
Upstream mentions[1] the oldest tested kernel is 4.19, so mark anything
older as broken.

ZHF: #172160

[1] https://github.com/voutilad/vmm_clock#tested-platforms-and-configs
2022-05-09 06:37:09 -06:00
github-actions[bot]
27575e98ee
Merge staging-next into staging 2022-05-09 12:08:45 +00:00
Sergei Trofimovich
0e8ede9cc4 g15daemon: add -fcommon workaround
Without the change the build fails on -fno-common toolchains like gcc-10 as:

    $ nix build --impure --expr 'with import ./. {}; g15daemon.override { stdenv = clang13Stdenv; }'
    ld: g15daemon.h:218: multiple definition of `lcdlist_mutex'; utility_funcs.o:g15daemon.h:218: first defined here
    ld: g15daemon.h:203: multiple definition of `lcdnode_s'; utility_funcs.o:g15daemon.h:203: first defined here
2022-05-09 14:06:29 +08:00
Euan Kemp
bb0210e327 ena: 2.5.0 -> 2.7.1
This update is supposed to give us support for the 5.17 kernel according to the
2.7.0 release notes here: https://github.com/amzn/amzn-drivers/releases/tag/ena_linux_2.7.0

Unfortunately, in practice, it does not build with `linuxPackages_5_17`,
so I left that marked as broken.

It does work for 5.15 though, so we can use that, woo!
2022-05-08 21:12:52 -07:00
github-actions[bot]
31938a3f5c
Merge staging-next into staging 2022-05-09 00:03:28 +00:00
github-actions[bot]
f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Sandro
b196dea22d
Merge pull request #172080 from wentasah/usbrelay-1.0
usbrelay: 0.9 -> 1.0
2022-05-09 01:02:08 +02:00
Niklaus Giger
1d82f62aef
UHK-agent: Support for Ultimate Hacking Keyboard udev-rules and configuration application (#132420)
* maintainers: add ngiger

* uhk-agent: init at 1.5.17

* Apply suggestions from code review

* Update pkgs/os-specific/linux/uhk-agent/default.nix

* Apply suggestions from code review

* Update pkgs/os-specific/linux/uhk-agent/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-08 22:40:52 +02:00
Michal Sojka
3effbca0bc usbrelay: 0.9 -> 1.0 2022-05-08 21:16:32 +02:00
github-actions[bot]
6ab1fe48df
Merge staging-next into staging 2022-05-08 18:01:43 +00:00
github-actions[bot]
e92815729d
Merge master into staging-next 2022-05-08 18:01:10 +00:00
Artturi
4f337a99de
Merge pull request #167571 from veehaitch/sgx-2.16
sgx-sdk, sgx-psw: 2.15.1 -> 2.16
2022-05-08 16:00:56 +03:00
Artturi
3241daed39
Merge pull request #171776 from trofi/fix-fno-common-read-edid
read-edid: fix build on -fno-common toolchains
2022-05-08 15:12:17 +03:00
github-actions[bot]
c5da241985
Merge staging-next into staging 2022-05-08 12:01:39 +00:00
github-actions[bot]
eaaed3f1d2
Merge master into staging-next 2022-05-08 12:01:07 +00:00
Jörg Thalheim
bed43198ff
Merge pull request #172019 from zhaofengli/dropwatch-1.5.4
dropwatch: 1.5.3 -> 1.5.4
2022-05-08 10:28:39 +01:00
7c6f434c
93ffc1affc
Merge pull request #171812 from onny/firejail-whitelist
firejail: Fix resolve binary paths in user environment
2022-05-08 07:44:09 +00:00
Zhaofeng Li
0cd600f929 dropwatch: 1.5.3 -> 1.5.4 2022-05-07 20:06:12 -07:00
github-actions[bot]
bbe9795596
Merge staging-next into staging 2022-05-07 12:01:55 +00:00
github-actions[bot]
a714337bb2
Merge master into staging-next 2022-05-07 12:01:21 +00:00
Fabian Affolter
4b6d4ba9de
Merge pull request #171927 from alexshpilkin/adopt-facetimehd-calibration
Add alexshpilkin as maintainer for facetimehd-calibration
2022-05-07 11:45:26 +02:00
Jonas Heinrich
5d2dfa253e firejail: Fix resolve binary paths in user environment 2022-05-07 11:39:02 +02:00
Alexander Shpilkin
1532844bcf
facetimehd-calibration: add alexshpilkin as maintainer 2022-05-07 08:11:14 +03:00
Will Dietz
0d89067027 latencytop: fix hardcoded path to /bin/mount
Fixes #171609.
2022-05-06 18:06:29 -05:00
github-actions[bot]
730d96c6bd
Merge staging-next into staging 2022-05-06 18:01:53 +00:00
Martin Weinelt
11a8c3e409
batman-adv: 2022.0 -> 2022.1 2022-05-06 18:23:07 +02:00
Vladimír Čunát
8ad52489e9
Merge branch 'master' into staging-next 2022-05-06 16:07:25 +02:00
Florian Klink
0f538d6a5e
Merge pull request #171723 from lovesegfault/systemd-init-rm-sysinit
systemd: Remove accidential sysinit re-add
2022-05-06 15:46:08 +02:00
Maximilian Bosch
7dbfd6b997
Merge pull request #171783 from Ma27/linux-kernel-updates
Linux kernels 2022-05-06
2022-05-06 14:05:28 +02:00
github-actions[bot]
ad713fb84e
Merge staging-next into staging 2022-05-06 12:02:39 +00:00
github-actions[bot]
6e0aca3c43
Merge master into staging-next 2022-05-06 12:02:02 +00:00
Maximilian Bosch
e7675ff05d
linux/hardened/patches/5.4: 5.4.190-hardened1 -> 5.4.191-hardened1 2022-05-06 10:17:59 +02:00
Maximilian Bosch
b79d9a846b
linux/hardened/patches/5.17: init at 5.17.5-hardened1 2022-05-06 10:17:59 +02:00
Sergei Trofimovich
6b75fe0638 read-edid: fix build on -fno-common toolchains
Without the change build fails on toolchains like clang-13 which
switch to -fno-common by default:

    $ nix build -L --impure --expr 'with import ./. {}; read-edid.override { stdenv = clang13Stdenv; }'
    ...
    read-edid> ld: CMakeFiles/get-edid.dir/classic.c.o:(.bss+0x0):
      multiple definition of `quiet'; CMakeFiles/get-edid.dir/get-edid.c.o:(.bss+0x0): first defined here
    read-edid> ld: CMakeFiles/get-edid.dir/i2c.c.o:(.bss+0x0):
      multiple definition of `quiet'; CMakeFiles/get-edid.dir/get-edid.c.o:(.bss+0x0): first defined here
2022-05-06 08:48:10 +01:00