Commit Graph

16825 Commits

Author SHA1 Message Date
Michael Adler
43b4591bbd linux_lqx: 5.14.11 -> 5.14.14 2021-10-21 08:36:26 +02:00
github-actions[bot]
79a336f4e0
Merge staging-next into staging 2021-10-21 06:01:58 +00:00
github-actions[bot]
54a42ab846
Merge master into staging-next 2021-10-21 06:01:21 +00:00
Jörg Thalheim
3897b34444
Merge pull request #142399 from Mic92/bcache-revert
Revert "linux_testing_bcachefs: upstream tarballs rather patchsets"
2021-10-21 06:59:10 +01:00
Cole Mickens
59a7fb27a1
nvidia: install egl wayland gbm support 2021-10-20 20:31:38 -07:00
Bernardo Meurer
362ff9452e
Merge pull request #142436 from NixOS/linux_xanmod-5.14.14
linuxKernel.kernels.linux_xanmod: 5.14.12 -> 5.14.14
2021-10-20 18:52:53 -07:00
Peter Hoeg
cdf77fdf20 i2c-tools: 4.2 -> 4.3 2021-10-21 09:09:55 +08:00
Bernardo Meurer
0530b5e15f
linuxKernel.kernels.linux_xanmod: 5.14.12 -> 5.14.14 2021-10-20 17:57:23 -07:00
github-actions[bot]
fb42f8d317
Merge staging-next into staging 2021-10-21 00:02:26 +00:00
github-actions[bot]
872437b0f0
Merge master into staging-next 2021-10-21 00:01:47 +00:00
Cole Mickens
7761e23785
nvidia: add wayland to nvidia-egl-wayland libpath 2021-10-20 15:19:07 -07:00
Cole Mickens
216dd5b740
nvidia: fix egl-wayland loading 2021-10-20 15:19:06 -07:00
Maximilian Bosch
bb5aa0109b
linux: build hardened kernel with matching releases
Until now we merged kernel updates even if no hardened versions were
available yet. On one hand we don't want to delay patch-level updates,
on the other hand users of hardened kernels have frequent breakage now[1].

This change aims to provide a solution this issue:

* The hardened patchset now references the kernel version it's released
  for (including a sha256 hash for the fixed-output path of the source
  tarball).
* The `hardenedKernelFor`-function doesn't just append hardened patches
  now, but also overrides version & src to match the kernel version the
  patch was built & tested for.

Refs #140281

[1] https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.linuxPackages_hardened.kernel.x86_64-linux/all
2021-10-20 23:51:52 +02:00
Maximilian Bosch
65930caffe
linux: create maintainer team
Now there are a few more folks who should get pinged on kernel changes:

    $ nix-instantiate -E 'with import ./. {}; (map (x: x.github) linux.meta.maintainers)' --eval  --strict
    [ "TredwellGit" "mweinelt" "ma27" "nequissimus" "alyssais" "thoughtpolice" ]

Refs #140281
2021-10-20 23:49:33 +02:00
Jörg Thalheim
161d1b7f6e Revert "linux_testing_bcachefs: upstream tarballs rather patchsets"
This reverts commit 98ae18fa62.

Appearantly the consens is that a broken kernel is preferred over a
working one that is based on an outdated kernel:

98ae18fa62
2021-10-20 21:05:36 +02:00
Sergei Trofimovich
dc05610fd4 dmraid: explicitly disable parallel building 2021-10-20 16:34:45 +01:00
github-actions[bot]
eebbebca41
Merge staging-next into staging 2021-10-20 12:02:09 +00:00
github-actions[bot]
cdc8393c04
Merge master into staging-next 2021-10-20 12:01:31 +00:00
TredwellGit
75dbbe37be linux/hardened/patches/5.4: 5.4.152-hardened1 -> 5.4.154-hardened1 2021-10-20 11:40:40 +00:00
TredwellGit
cf9f5f74dd linux/hardened/patches/5.14: 5.14.11-hardened1 -> 5.14.13-hardened1 2021-10-20 11:40:39 +00:00
TredwellGit
e94db0f89c linux/hardened/patches/5.10: 5.10.72-hardened1 -> 5.10.74-hardened1 2021-10-20 11:40:38 +00:00
TredwellGit
a33fc5384b linux/hardened/patches/4.19: 4.19.210-hardened1 -> 4.19.212-hardened1 2021-10-20 11:40:37 +00:00
TredwellGit
cf0d47c505 linux/hardened/patches/4.14: 4.14.250-hardened1 -> 4.14.251-hardened1 2021-10-20 11:40:36 +00:00
TredwellGit
25ef63bb78 linux: 5.4.154 -> 5.4.155 2021-10-20 11:40:01 +00:00
TredwellGit
a96f1a866a linux: 5.14.13 -> 5.14.14 2021-10-20 11:39:55 +00:00
TredwellGit
a3edfb9ee5 linux: 5.10.74 -> 5.10.75 2021-10-20 11:39:50 +00:00
TredwellGit
e4f4df78fa linux: 4.19.212 -> 4.19.213 2021-10-20 11:39:33 +00:00
TredwellGit
c4d7df2b7b linux: 4.14.251 -> 4.14.252 2021-10-20 11:39:09 +00:00
Sandro
8018eea2df
Merge pull request #142242 from ju1m/nmon 2021-10-20 13:22:04 +02:00
Emil Karlson
2ef28fb77d linux: do not build in DRM_SIMPLEDRM on newer kernels
After linux 5.14.11 FB_SIMPLE conflicts with DRM_SIMPLEDRM, which
will fail configuration, when DRM_SIMPLEDRM is configured as a module
and FB_SIMPLE gets requested as builtin.

Do not enable DRM_SIMPLEDRM as a temporary workaround, until good
enough migration path is found.
2021-10-20 13:11:28 +03:00
Yureka
6ac494fefb systemd: add musl patches
Fixes build of pkgsMusl.systemdMinimal (and pkgsMusl.systemd if combined with
other fixes).
These patches are applied conditionally on purpose: They are not checked to
be properly guarded. They should not block future systemd upgrades.
Also see the original RFC section around musl systemd:
https://github.com/NixOS/rfcs/blob/master/rfcs/0023-musl-libc.md#systemd
2021-10-20 11:38:57 +02:00
Mario Rodas
e9db89f88d lxc: 4.0.10 -> 4.0.11 2021-10-19 21:19:32 -05:00
Julien Moutinho
85a18cf3fe nmon: fix cross-compiling 2021-10-19 21:13:48 +02:00
github-actions[bot]
2564b3d967
Merge staging-next into staging 2021-10-19 18:01:48 +00:00
Vladimír Čunát
01df3cd7dd
Merge branch 'master' into staging-next 2021-10-19 19:24:43 +02:00
Maciej Krüger
b33ac6e5c0
Merge pull request #137646 from mkg20001/pam-audit 2021-10-19 15:28:51 +02:00
Maximilian Bosch
05344c4785
Merge pull request #142000 from LibreCybernetics/update-linux
Kernels 2021-10-17
2021-10-18 22:58:46 +02:00
Alyssa Ross
28e55bce8c
systemd: 249.4 -> 249.5
Some of Andi's patches have been upstreamed, so we don't need to apply
them ourselves any more.
2021-10-18 13:23:41 +00:00
Florian Klink
8c692a36b9
Merge pull request #142077 from flokli/systemd-typo-comment
systemd: fix typo in comment
2021-10-18 14:45:44 +02:00
github-actions[bot]
867080b0b6
Merge staging-next into staging 2021-10-18 12:01:57 +00:00
github-actions[bot]
8863d12326
Merge master into staging-next 2021-10-18 12:01:18 +00:00
Florian Klink
6b1bac2a23 systemd: fix typo in comment 2021-10-18 13:15:55 +02:00
Jörg Thalheim
54bf57aa1b zfs: add docs why we strip symbols manual 2021-10-18 09:49:40 +02:00
Florian Klink
e67c29e52f
Merge pull request #141881 from ttuegel/systemd-remove-logind-patch
systemd: Remove compatibility patch for Plasma
2021-10-17 19:14:46 +02:00
Fabián Heredia Montiel
8b9b630e10 linux-rt_5_10: 5.10.65-rt53 -> 5.10.73-rt54 2021-10-17 09:27:46 -05:00
Fabián Heredia Montiel
664c8144e4 linux: 5.4.153 -> 5.4.154 2021-10-17 09:27:39 -05:00
Fabián Heredia Montiel
a69ff911a3 linux: 5.14.12 -> 5.14.13 2021-10-17 09:27:35 -05:00
Fabián Heredia Montiel
6b68a5efc1 linux: 5.10.73 -> 5.10.74 2021-10-17 09:27:33 -05:00
Fabián Heredia Montiel
dc4916976e linux: 4.9.286 -> 4.9.287 2021-10-17 09:27:29 -05:00
Fabián Heredia Montiel
e2efd3de26 linux: 4.4.288 -> 4.4.289 2021-10-17 09:27:27 -05:00
Fabián Heredia Montiel
5275780c12 linux: 4.19.211 -> 4.19.212 2021-10-17 09:27:26 -05:00
Fabián Heredia Montiel
62cd542b26 linux: 4.14.250 -> 4.14.251 2021-10-17 09:27:22 -05:00
Yureka
2cc29125a7 lvm2: package 2.02.x for musl 2021-10-17 15:55:49 +02:00
github-actions[bot]
49b132183a
Merge staging-next into staging 2021-10-17 12:01:42 +00:00
github-actions[bot]
4454997349
Merge master into staging-next 2021-10-17 12:01:09 +00:00
Jörg Thalheim
eefdd9ffb2 zfs: strip debug symbols
initrd-linux: -12427.8 KiB
linux: -12419.3 KiB
nc2k9ym14spzz2pgq6hn84k8k9zgf686: ∅ → ε, +102451.2 KiB
nixos-system-turingmachine: 21.11.20211015.a2dcfa2 → 21.11.20211017.c6f77b7
visjwxsjqmh8c9lxnrxsw5w19zszflm6: ε → ∅, -102451.0 KiB
zfs-kernel: -12419.3 KiB
2021-10-17 07:04:22 +02:00
github-actions[bot]
c443efc2b2
Merge staging-next into staging 2021-10-17 00:01:56 +00:00
Ryan Burns
3220fbe696 Merge branch 'master' into staging-next 2021-10-16 16:07:38 -07:00
Jonathan Ringer
85d1b34f32 linuxPackages.nvidia_x11_beta: 470.42.01 -> 495.29.05 2021-10-16 13:54:56 -07:00
Maximilian Bosch
e02259066f
Merge pull request #141499 from TredwellGit/linux
Kernels 2021-10-13
2021-10-16 20:39:25 +02:00
Maximilian Bosch
7d7e87a079
Merge pull request #141854 from Ma27/unbreak-linux-libre
linux-libre: unbreak
2021-10-16 18:27:53 +02:00
Thomas Tuegel
1c95c92c59
systemd: regenerate patch list according to instructions 2021-10-16 08:49:53 -05:00
Thomas Tuegel
deffa7350d
systemd: remove compatibility patch for legacy Plasma 2021-10-16 08:44:35 -05:00
Yureka
1d1b097b86 cryptsetup: 2.4.0 -> 2.4.1 2021-10-16 10:15:23 +02:00
figsoda
f0869742a4
Merge pull request #141699 from r-burns/powertop
powertop: fix musl build
2021-10-15 23:26:21 -04:00
Samuel Dionne-Riel
8591a11495
Merge pull request #140587 from jkarlson/efiloader
kernel: enable EFI initrd loader
2021-10-15 22:02:59 -04:00
Maximilian Bosch
a8498f08bf
linux-libre: unbreak 2021-10-16 02:39:33 +02:00
Martin Weinelt
a415d5dd2e Merge remote-tracking branch 'origin/master' into staging-next 2021-10-15 23:10:08 +02:00
Ryan Burns
f317fb8796 powertop: fix musl build
* remove obsolete musl patch (merged in c2a52f912d)
* clarify license
2021-10-14 20:20:09 -07:00
D Anzorge
4e42c3008c
treewide: clean up fedorahosted.org URLs (#139977) 2021-10-15 06:11:42 +03:00
Martin Weinelt
adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02:00
Linus Heckemann
dd5f07afca
linux: build dtbs in parallel (#106846)
linux: build DTBs in buildPhase, install with everything else

This improves build speed, especially on machines with lots of cores
such as the aarch64 community box and hydra builders.
2021-10-14 19:41:32 +02:00
Bernardo Meurer
51f32e34ab
linuxKernel.kernels.linux_xanmod: 5.14.9 -> 5.14.12 2021-10-14 00:51:30 -07:00
Artturi
9bc92ba914
Merge pull request #141576 from Artturin/tbsmarkbroken 2021-10-14 01:21:37 +03:00
Artturin
ce7c0c25dd linuxPackages.tbs: mark broken 2021-10-14 00:38:41 +03:00
Alyssa Ross
7ff58e4a86 busybox: use more featureful modprobe by default
The default version (modprobe-small) is missing important features,
and can also be _extremely_ slow (on purpose[1]).

The non-small modprobe implementation doesn't have all features
enabled by default, so by changing implementation we'd be risking
regression.  To mitigate that, I've ensured every feature checked for
in modprobe.c is enabled.  So unless there's functionality that's
_only_ in modprobe-small, we should be fine.

[1]: https://git.busybox.net/busybox/tree/modutils/Config.src?h=1_34_1#n8
2021-10-13 17:30:25 +00:00
Graham Christensen
a997f198a3
Merge pull request #139833 from flox/multipath
nixos/multipath: add module for multipath-tools package
2021-10-13 09:58:25 -04:00
TredwellGit
08d4bb6e7a linux: 5.4.152 -> 5.4.153 2021-10-13 13:06:12 +00:00
TredwellGit
39189bc4f0 linux: 5.14.11 -> 5.14.12 2021-10-13 13:06:07 +00:00
TredwellGit
4f59512c0c linux: 5.10.72 -> 5.10.73 2021-10-13 13:06:00 +00:00
TredwellGit
821d8339f8 linux: 4.19.210 -> 4.19.211 2021-10-13 13:05:53 +00:00
github-actions[bot]
e69f5a133f
Merge staging-next into staging 2021-10-13 00:02:00 +00:00
Sandro
fe4db7e66e
Merge pull request #140415 from arkivm/mce-inject 2021-10-12 23:12:15 +02:00
Sandro
bd2a288ea5
Merge pull request #141295 from trofi/fix-perf-annotate 2021-10-12 21:49:20 +02:00
github-actions[bot]
0cb186d33d
Merge staging-next into staging 2021-10-12 18:01:50 +00:00
Sandro
9ae6a7c2a2
Merge pull request #138110 from humancalico/libbp 2021-10-12 19:48:22 +02:00
Sandro
f8d52833c3
Merge pull request #141355 from alyssais/busybox-1.34.1 2021-10-12 15:11:57 +02:00
github-actions[bot]
7af387291c
Merge staging-next into staging 2021-10-12 12:02:08 +00:00
TredwellGit
c7b05f54df linux/hardened/patches/5.4: 5.4.150-hardened1 -> 5.4.152-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
331bb5fcec linux/hardened/patches/5.14: 5.14.9-hardened1 -> 5.14.11-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
42dd28857d linux/hardened/patches/5.10: 5.10.70-hardened1 -> 5.10.72-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
8df94e6d31 linux/hardened/patches/4.19: 4.19.208-hardened1 -> 4.19.210-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
6e94404dc3 linux/hardened/patches/4.14: 4.14.248-hardened1 -> 4.14.250-hardened1 2021-10-12 07:37:16 -04:00
TredwellGit
86589e8cd3 linux_latest-libre: 18314 -> 18380 2021-10-12 07:37:16 -04:00
TredwellGit
1d14ebf414 linux: 5.4.151 -> 5.4.152 2021-10-12 07:37:16 -04:00
TredwellGit
e2be686e0a linux: 5.14.10 -> 5.14.11 2021-10-12 07:37:16 -04:00
TredwellGit
2363ead003 linux: 5.10.71 -> 5.10.72 2021-10-12 07:37:16 -04:00
TredwellGit
049968322b linux: 4.9.285 -> 4.9.286 2021-10-12 07:37:16 -04:00
TredwellGit
97f30440d9 linux: 4.4.287 -> 4.4.288 2021-10-12 07:37:16 -04:00
TredwellGit
4d1cd369c8 linux: 4.19.209 -> 4.19.210 2021-10-12 07:37:16 -04:00
TredwellGit
ac66a2835c linux: 4.14.249 -> 4.14.250 2021-10-12 07:37:16 -04:00
Florian Klink
b112f366fb
Merge pull request #81172 from misuzu/iptables-switch
iptables: switch from iptables-legacy to iptables-nftables-compat
2021-10-12 12:38:56 +02:00
Alyssa Ross
a24951ed7b
busybox: 1.33.1 -> 1.34.1; adopt
Tested rebuilding the bootstrap tools.
2021-10-12 09:46:21 +00:00
github-actions[bot]
5065827878
Merge staging-next into staging 2021-10-12 00:02:05 +00:00
Sergei Trofimovich
a3270eb062 linuxPackages.perf: fix objdump lookup
By default 'perf annotate' runs "objdump" from PATH.
Unfortunately ${binutils}/bin/ dos not provide it as
it's a minimal wrapper for gcc.

${binutils-unwrapped}/bin/ does have full set of tools.
Let's use that instead.
2021-10-11 23:07:19 +01:00
Jan Tojnar
e859225ee5
Merge pull request #139144 from NixOS/gnome-41
GNOME: 40 → 41
2021-10-11 22:59:01 +02:00
Sandro
0063bed192
Merge pull request #141267 from Atemu/update/linux_lqx 2021-10-11 21:21:12 +02:00
Atemu
895d09aa3a linux_lqx: 5.14.9 -> 5.14.11 2021-10-11 18:27:24 +02:00
Alyssa Ross
5a963f1d97 util-linux: replace "minimal" opt with more outputs
The "minimal" argument just removed some files to reduce package
size.  Now that we have multiple output derivations in Nixpkgs (we
didn't when "minimal" was added), we can just throw more outputs at
this problem and get the same effect, with the advantage that those
files are actually there, available for download without a rebuild, if
they're ever needed.

I've tested that with this change, there's no difference in the
closure size of util-linuxMinimal.bin.

We have to set SYSCONFSTATICDIR to stop $bin/bin/agetty looking in
$out for issue or issue.d.  SYSCONFSTATICDIR is supposed to be for
configuration that comes with a package, but it's currently only used
for finding an issue, and util-linux doesn't come with any issue
files, so I'm not really sure what the point is...
2021-10-11 15:15:14 +00:00
Alyssa Ross
acb63e654e util-linux: disable locales properly
Removing the locales after they've been built and installed is a big
hack when util-linux gives us an option to disable them directly.
This way, the code in util-linux that deals with locales can be
disabled as well, leading to a (very small) size reduction.
2021-10-11 15:15:14 +00:00
Alyssa Ross
93aac5dac0 util-linux: fix uuidd runtime directory
Quoting uuidd(8), as generated prior to this commit:

> By default, the pid file is written to
> /nix/store/6ig1awrlxd‐nadna38kxgfvds9kfr6ny2-util-linux-2.36.2/var/run/uuidd/uuidd.pid.

That's not right...
2021-10-11 15:15:14 +00:00
github-actions[bot]
ba27c024d3
Merge staging-next into staging 2021-10-11 06:01:37 +00:00
Ryan Burns
f97d04c97f
Merge pull request #138915 from r-ryantm/auto-update/sysvinit
sysvinit: 2.99 -> 3.00
2021-10-10 19:20:30 -07:00
github-actions[bot]
1b2b1c3d56
Merge staging-next into staging 2021-10-10 00:02:14 +00:00
Jan Tojnar
e50d5470e1 bolt: fix tests
Newer umockdev pre-creates directories which leads to conflicts when the testsuite tries to create them as well.
2021-10-09 21:35:55 +02:00
Ben Wolsieffer
a6c34ff363 linux: cleanup zlib conditional dependency
zlib was added to its own optional statement, when there was already another for
5.2
2021-10-08 20:09:58 -04:00
Michael Brantley
c344317f18 multipath-tools: deprecate systemd-udev-settle.service
The systemd service manifest provided with the multipath-tools source
makes reference to the systemd-udev-settle.service, and this in turn
triggers deprecation warnings on startup. This patch removes these
references to silence these warnings.
2021-10-08 09:47:01 -04:00
github-actions[bot]
b4569f7a81
Merge staging-next into staging 2021-10-08 00:02:10 +00:00
Maximilian Bosch
2cd0873374
Merge pull request #140765 from TredwellGit/linux
Kernels 2021-10-07
2021-10-07 23:59:41 +02:00
Sandro
4528364354
Merge pull request #140742 from hmenke/sof 2021-10-07 22:48:05 +02:00
Sandro
628dbc979f
Merge pull request #136719 from r-burns/libgpg-error 2021-10-07 22:24:04 +02:00
Rick van Schijndel
8fc6a95bff dmidecode: support cross-compilation 2021-10-07 21:03:25 +02:00
Florian Klink
643f23ffe5
Merge pull request #139864 from ymatsiuk/systemdtpm2
systemd: add missing TPM2 build dependencies
2021-10-07 19:48:46 +02:00
github-actions[bot]
1925039a74
Merge staging-next into staging 2021-10-07 12:01:47 +00:00
Timo Kaufmann
043bc8a984
Merge pull request #139502 from Vodurden/nixos-unstable
Support virtual Nintendo Switch Pro controllers in joycond
2021-10-07 13:54:30 +02:00
TredwellGit
d609f3d79b linux: 5.4.150 -> 5.4.151 2021-10-07 07:59:15 +00:00
TredwellGit
86eb5c0943 linux: 5.14.9 -> 5.14.10 2021-10-07 07:59:08 +00:00
TredwellGit
6a1f123725 linux: 5.10.70 -> 5.10.71 2021-10-07 07:59:00 +00:00
TredwellGit
e7e463220d linux: 4.9.284 -> 4.9.285 2021-10-07 07:58:53 +00:00
TredwellGit
1dfb79c887 linux: 4.4.285 -> 4.4.287 2021-10-07 07:58:48 +00:00
TredwellGit
098ad9636c linux: 4.19.208 -> 4.19.209 2021-10-07 07:58:42 +00:00
TredwellGit
8d2f3a9fb1 linux: 4.14.248 -> 4.14.249 2021-10-07 07:58:36 +00:00
Ryan Burns
41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
github-actions[bot]
ae9f8ec1b6
Merge staging-next into staging 2021-10-07 00:02:11 +00:00
Robin Townsend
a961352f5e linux-testing-bcachefs: Add note about keeping bcachefs-tools up to date 2021-10-06 18:29:49 -04:00
Sandro
cdf359773c
Merge pull request #140796 from IvarWithoutBones/fix/linux-libre 2021-10-07 00:01:04 +02:00
Henri Menke
ea2e9f64f9
sof-firmware: 1.7 -> 1.9 2021-10-06 11:47:41 +02:00
Jake Woods
d677a0d325 joycond: unstable-2021-03-27 -> unstable-2021-07-30
This version adds support for "virtual controller" pairing, which lets
us use a Pro Controller with Steam and non-steam without collisions.

See also:
- https://wiki.archlinux.org/title/Gamepad#Using_hid-nintendo_pro_controller_with_Steam_Games_(with_joycond)
- https://github.com/ValveSoftware/steam-for-linux/issues/6651#issuecomment-886117867
2021-10-06 13:19:36 +11:00
IvarWithoutBones
8840f68cd4 linux-libre: fix build and unmark as broken 2021-10-06 02:54:33 +02:00
github-actions[bot]
4bbe70b6f4
Merge staging-next into staging 2021-10-06 00:02:16 +00:00
Sandro
f5dacea100
Merge pull request #140660 from Atemu/update/linux_lqx 2021-10-05 23:16:16 +02:00
figsoda
aa71e883f8
Merge pull request #140488 from arezvov/bpfmon
bpfmon: init at 2.50
2021-10-05 15:42:21 -04:00
Alexander Rezvov
04f9596405 bpfmon: init at 2.50 2021-10-05 22:22:04 +03:00
github-actions[bot]
f4ec0a418f
Merge staging-next into staging 2021-10-05 18:01:58 +00:00
Bruno Bzeznik
e9ab5bfe00
autosuspend: init at 4.0.0 (#140532)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-05 17:27:35 +02:00
figsoda
724ba28e48
Merge pull request #140615 from alyssais/util-linux
util-linux: remove unnecessary perl build input
2021-10-05 11:22:52 -04:00
Alyssa Ross
5bd56cc236
util-linux: remove unnecessary perl build input
This was probably needed for scriptrelay(1) before it was rewritten
from Perl to C in util-linux 2.14.  I've checked with Diffoscope that
after removing the build input, the result is bit-for-bit identical
except for the different prefix.
2021-10-05 13:11:01 +00:00
Artturi
f82973a808
Merge pull request #138903 from r-ryantm/auto-update/system76-firmware 2021-10-05 15:30:29 +03:00
Luke Granger-Brown
c55acca2a8
Merge pull request #139554 from NixOS/staging-next
staging-next 2021-09-26
2021-10-05 12:55:59 +01:00
Emil Karlson
6b7671d4ae kernel: enable EFI initrd loader
Initrd loader is not enabled by default in some aarch64 kernels,
which makes systemd-boot booted kernels fail by default, add this
everywhere, since this is a sane default even when it's already in
some kernel defaults.
2021-10-05 12:28:47 +03:00
Sandro
463cb1c371
Merge pull request #140527 from markuskowa/upd-rdma-ucx 2021-10-05 10:30:57 +02:00
github-actions[bot]
d6a4abcbca
Merge master into staging-next 2021-10-05 00:01:24 +00:00
Alyssa Ross
d189bf92f9 linuxPackages.system76: 1.0.12 -> 1.0.13 2021-10-04 21:58:13 +00:00
Alyssa Ross
408bf549cf linuxPackages.system76-power: 1.1.17 -> 1.1.18 2021-10-04 21:58:13 +00:00
Alyssa Ross
bdcc25f2f5 linuxPackages.hid-nintendo: 3.1 -> 3.2
Also clarify license.
2021-10-04 21:57:49 +00:00
Markus Kowalewski
9b31a0eeb0
rdma-core: 36.0 -> 37.0 2021-10-04 22:28:20 +02:00
github-actions[bot]
7bc9a371ec
Merge master into staging-next 2021-10-04 12:01:24 +00:00
Atemu
8dc03d0606 linux_lqx: 5.14.6 -> 5.14.9 2021-10-04 10:35:26 +02:00
linsui
63b5af623a eudev: fix homepage link 2021-10-04 14:27:37 +08:00
github-actions[bot]
464df1f90f
Merge master into staging-next 2021-10-04 06:01:13 +00:00
github-actions[bot]
8100032efa
Merge master into staging-next 2021-10-04 00:01:51 +00:00
Vikram Narayanan
b1c39c644d mceinject: init at unstable-2013-01-19 2021-10-03 16:14:47 -07:00
rnhmjoj
f1f640684c
rewritefs: add unstable prefix 2021-10-03 23:54:20 +02:00
Sandro
ceb3636770
Merge pull request #140200 from CajuM/waydroid 2021-10-03 22:06:44 +02:00
Maciej Krüger
eeaf2004b0
pam: add audit dependency
This allows building the pam_tty_audit module, among others
2021-10-03 20:47:43 +02:00
Mihai-Drosi Câju
6d8cab0b53 waydroid: Init at 1.1.1 2021-10-03 21:25:46 +03:00
rnhmjoj
785d49fb98
rewritefs: 2020-02-21 -> 2021-10-03 2021-10-03 19:13:58 +02:00
github-actions[bot]
db9657cccd
Merge master into staging-next 2021-10-03 12:01:21 +00:00
Jörg Thalheim
98ae18fa62 linux_testing_bcachefs: upstream tarballs rather patchsets
This reverts commit cb1b1cf9c6.

bcachefs lacks behind kernel mainline, so we need to use upstream
commits rather than patchsets.
2021-10-03 08:11:00 +02:00
github-actions[bot]
90a3ecee8f
Merge master into staging-next 2021-10-02 00:04:43 +00:00
Bernardo Meurer
f9b21f68ed
Merge pull request #140092 from lovesegfault/linux_xanmod-5.14.9
linuxKernel.kernels.linux_xanmod: 5.14.8 -> 5.14.9
2021-10-01 20:05:01 +00:00
Yurii Matsiuk
73ac07a127
systemd: add missing TPM2 build dependencies 2021-10-01 21:16:33 +02:00
Bernardo Meurer
8ade3cae4c
Merge pull request #140110 from TredwellGit/linux
Kernels 2021-09-30
2021-10-01 18:05:55 +00:00
github-actions[bot]
c641792c36
Merge master into staging-next 2021-10-01 12:01:14 +00:00
Emery Hemingway
378d2c5dce erofs-utils: 1.2.1 -> 1.3 2021-10-01 09:43:35 +02:00
Bernardo Meurer
8d30ac220a
Merge pull request #138942 from TredwellGit/firmwareLinuxNonfree
firmwareLinuxNonfree: 2021-08-18 -> 2021-09-19
2021-10-01 06:23:09 +00:00
TredwellGit
642ca73937 linux/hardened/patches/5.4: 5.4.149-hardened1 -> 5.4.150-hardened1 2021-10-01 04:17:10 +00:00
TredwellGit
dd93aec4c4 linux/hardened/patches/5.14: 5.14.8-hardened1 -> 5.14.9-hardened1 2021-10-01 04:17:09 +00:00
TredwellGit
f178ff4a04 linux/hardened/patches/5.10: 5.10.69-hardened1 -> 5.10.70-hardened1 2021-10-01 04:17:08 +00:00
TredwellGit
6937daff0d linux: 5.4.149 -> 5.4.150 2021-10-01 04:16:32 +00:00
TredwellGit
b540e8b5a9 linux: 5.14.8 -> 5.14.9 2021-10-01 04:16:26 +00:00
TredwellGit
8417ed79d8 linux: 5.10.69 -> 5.10.70 2021-10-01 04:16:18 +00:00
Bernardo Meurer
3f012da95b
linuxKernel.kernels.linux_xanmod: 5.14.8 -> 5.14.9 2021-09-30 15:26:23 -07:00
github-actions[bot]
b94e7d766f
Merge master into staging-next 2021-09-30 18:01:02 +00:00
Felix Singer
3a07e14fe9 nvme-cli: 1.14 -> 1.15
Update version to 1.15.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-09-30 15:16:22 +02:00
github-actions[bot]
19e8f1b28f
Merge master into staging-next 2021-09-29 18:01:07 +00:00
Jörg Thalheim
1d8a2cd066
Merge pull request #138525 from Mic92/zen
linux_zen: 5.14.3-zen1 -> 5.14.8-zen1
2021-09-29 14:57:53 +01:00
github-actions[bot]
2779e3a8fc
Merge master into staging-next 2021-09-29 12:01:04 +00:00
Michele Guerini Rocco
e68eba2dba
Merge pull request #134618 from rnhmjoj/wpa-safe
nixos/wpa_supplicant: add safe secret handling
2021-09-29 13:35:29 +02:00
Maximilian Bosch
7d890267d1
Merge pull request #139665 from Ma27/drop-linux-5.13
linux_5_13: drop
2021-09-29 13:10:10 +02:00
Jörg Thalheim
a7ad7f05bd linuxPackages.bcc: 0.20.0 -> 0.22.0 2021-09-29 11:49:46 +02:00
Dmitry Kalinkin
068ecb557a
Merge pull request #139461 from Luflosi/update/apfs
apfs: unstable-2021-06-25 -> unstable-2021-09-21
2021-09-29 04:29:20 -04:00
rnhmjoj
62126f8c15
nixos/tests/wpa_supplicant: init 2021-09-29 09:10:39 +02:00
github-actions[bot]
7b44c44972
Merge master into staging-next 2021-09-28 18:01:02 +00:00
Samuel Dionne-Riel
6b740f441f
lm_sensors: fix for cross compilation (#139577)
Without this change, `sbin/fancontrol` would refer to `#!/bin/bash` in
cross-compiled `lm_sensor` package, which is wrong.
2021-09-28 11:00:15 -04:00
github-actions[bot]
5f4614a24e
Merge master into staging-next 2021-09-28 12:01:17 +00:00
Jörg Thalheim
797e62abfc linux_zen: 5.14.3-zen1 -> 5.14.8-zen1 2021-09-28 13:09:37 +02:00
Jörg Thalheim
c21ba4f7bb linux: fix cross-build dependencies
This is untested but according to
https://github.com/NixOS/nixpkgs/pull/127922#issuecomment-927346171

zlib is only used in the host build, which breaks cross-compilation if
not present.
2021-09-28 09:21:23 +00:00
misuzu
cf9ac2b544 iptables: switch from iptables-legacy to iptables-nftables-compat
This should ease the migration to nftables.
2021-09-28 10:47:48 +03:00
Alyssa Ross
382d842d21 linuxPackages.system76-acpi: 1.0.1 -> 1.0.2 2021-09-28 07:34:34 +00:00