eljamm
9dade630d9
linux_xanmod_latest: 7.0.12 -> 7.0.14
...
- Changelog: https://dl.xanmod.org/changelog/7.0/ChangeLog-7.0.14-xanmod1.gz
- Diff: https://gitlab.com/xanmod/linux/-/compare/7.0.12-xanmod1..7.0.14-xanmod1?from_project_id=51590166
2026-06-28 05:25:43 +00:00
eljamm
7e844dbe0e
linux_xanmod: 6.18.35 -> 6.18.37
...
- Changelog: https://dl.xanmod.org/changelog/6.18/ChangeLog-6.18.37-xanmod1.gz
- Diff: https://gitlab.com/xanmod/linux/-/compare/6.18.35-xanmod1..6.18.37-xanmod1?from_project_id=51590166
2026-06-28 05:23:34 +00:00
R. Ryantm
f15c92705f
linux_zen: 7.0.12 -> 7.1.2
2026-06-28 01:25:05 +00:00
zowoq
2594192c4c
linux_7_0: remove
...
EOL
2026-06-28 09:20:45 +10:00
K900
caea65bc86
Merge remote-tracking branch 'origin/master' into staging-next
2026-06-27 17:13:58 +03:00
zowoq
77ea4e37f8
linux_6_18: 6.18.36 -> 6.18.37
2026-06-27 10:38:13 +00:00
zowoq
ae05d822af
linux_7_0: 7.0.13 -> 7.0.14
2026-06-27 10:38:00 +00:00
zowoq
0899fedf44
linux_7_1: 7.1.1 -> 7.1.2
2026-06-27 10:37:47 +00:00
K900
d4c077ace1
Merge remote-tracking branch 'origin/staging-next' into staging
2026-06-26 21:41:51 +03:00
nixpkgs-ci[bot]
94d5c8b2e2
Merge master into staging-nixos
2026-06-26 18:39:07 +00:00
Nick Cao
ce645f6cc4
linuxPackages.nvidiaPackages.legacy_580: 580.159.04 -> 580.173.02 ( #535339 )
2026-06-26 18:02:48 +00:00
João Santos Reis
dccad3b9c4
busybox: re-enable tar tests
2026-06-26 10:48:41 +01:00
João Santos Reis
03aae1016e
busybox: backport tar symlink bug fix
2026-06-26 10:48:39 +01:00
K900
dcd020a608
Merge remote-tracking branch 'origin/master' into staging-nixos
2026-06-26 10:34:05 +03:00
Morgan Jones
371a819607
zfs_2_4: apply patch for #18366 (dedup=on data corruption)
...
This was reproducible with substitution of large NARs with a lot of
files and a dedup=on Nix store. While Nix would correctly produce a
signature verification error if the hash was known, builds could
silently be corrupt.
TrueNAS backported this, so let's as well so this doesn't bite anyone
else.
See: https://github.com/truenas/zfs/pull/390
See: https://github.com/openzfs/zfs/issues/18366
See: https://github.com/openzfs/zfs/pull/18544
Signed-off-by: Morgan Jones <me@numin.it >
2026-06-25 23:27:06 -07:00
nixpkgs-ci[bot]
68cd6bba16
Merge master into staging-nixos
2026-06-25 18:47:24 +00:00
nixpkgs-ci[bot]
f5a1befabc
Merge staging-next into staging
2026-06-25 18:46:42 +00:00
nixpkgs-ci[bot]
42814ad4b8
Merge master into staging-next
2026-06-25 18:46:06 +00:00
Kiskae
00d8319d21
linuxPackages.nvidiaPackages.legacy_580: 580.159.04 -> 580.173.02
2026-06-25 19:33:54 +02:00
K900
a2a0bf4f45
linux: forward features into passthru ( #535309 )
2026-06-25 15:40:51 +00:00
Paul Grandperrin
2b428514e5
linux: forward features into passthru
...
build.nix accepted `features` as a parameter but discarded it, never
placing it into the derivation's passthru. The NixOS boot.kernelPackages
apply function calls kernel.override() on every evaluation, re-running
build.nix from scratch; any features added via overrideAttrs were
silently lost, causing assertions like hardware.graphics.enable32Bit
(which checks kernel.features.ia32Emulation) to always fail for
linuxManualConfig-based kernels.
Change `features ? null` to `features ? {}` and add it to passthru so
it survives override() call chains.
2026-06-25 17:24:49 +02:00
Arian van Putten
3d47d8331a
nixos/systemd: add many Varlink APIs since v260 ( #533730 )
2026-06-25 08:06:37 +00:00
Raito Bezarius
1fc433dc51
nixos/systemd/repart: add Varlink socket
...
This enables the ability to use systemd-repart over Varlink at
/run/systemd/io.systemd.Repart.
Change-Id: Ia74fdf8c2cbc4ec52994ba8ceb5796acc731abd3
Signed-off-by: Raito Bezarius <masterancpp@gmail.com >
2026-06-25 09:50:38 +02:00
nixpkgs-ci[bot]
a3eab19ade
Merge master into staging-nixos
2026-06-25 00:46:31 +00:00
nixpkgs-ci[bot]
3bd1331aeb
Merge staging-next into staging
2026-06-25 00:45:52 +00:00
nixpkgs-ci[bot]
7ac2687f5f
Merge master into staging-next
2026-06-25 00:45:19 +00:00
R. Ryantm
20dffb7a6c
linuxPackages.v4l2loopback: 0.15.3 -> 0.15.4
2026-06-24 23:56:46 +00:00
R. Ryantm
883a46c873
linuxPackages.corefreq: 2.1.0 -> 2.1.2
2026-06-24 21:59:07 +00:00
Nick Cao
ad4daa4c6b
linuxPackages.nvidiaPackages.legacy_470: support up to linux 7.1 ( #534718 )
2026-06-24 19:07:16 +00:00
Arian van Putten
18b7fac17a
systemd: v260.2 -> v261 ( #525195 )
2026-06-24 13:40:56 +00:00
Vladimír Čunát
da344b8766
Merge staging-nixos into staging-next
2026-06-24 14:47:48 +02:00
nixpkgs-ci[bot]
a632c0de95
Merge master into staging-next
2026-06-24 12:46:11 +00:00
Vladimír Čunát
105327541b
Reapply "staging-nixos merge for 2026-06-19" ( #534864 )
...
This reverts commit 532f984da0 , reversing
changes made to 421ceaeef8 .
2026-06-24 12:17:06 +02:00
zowoq
12dad4d55c
linux_5_10: 5.10.258 -> 5.10.259
...
(cherry picked from commit 46b89aa958 )
2026-06-24 10:58:03 +02:00
zowoq
375b4c2c67
linux_5_15: 5.15.209 -> 5.15.210
...
(cherry picked from commit f280904416 )
2026-06-24 10:57:53 +02:00
zowoq
32bd18459d
linux_6_1: 6.1.175 -> 6.1.176
...
(cherry picked from commit 783e466ec0 )
2026-06-24 10:57:44 +02:00
zowoq
4f3634daa4
linux_6_6: 6.6.142 -> 6.6.143
...
(cherry picked from commit 4a7bb41c66 )
2026-06-24 10:57:34 +02:00
zowoq
19c1d5416a
linux_6_12: 6.12.93 -> 6.12.94
...
(cherry picked from commit d2adc61ca5 )
2026-06-24 10:57:25 +02:00
zowoq
3e41ed7c7b
linux_7_0: 7.0.12 -> 7.0.13
...
(cherry picked from commit c72e58ac6a )
2026-06-24 10:57:07 +02:00
zowoq
1f154903b3
linux_7_1: 7.1 -> 7.1.1
...
(cherry picked from commit 5e94245951 )
2026-06-24 10:56:55 +02:00
Vladimír Čunát
6e628a4f79
Revert "staging-nixos merge for 2026-06-19"
2026-06-24 10:55:53 +02:00
Kiskae
3f9f62f9c7
linuxPackages.nvidiaPackages.legacy_470: support up to linux 7.1
...
fix #534698
2026-06-23 21:38:58 +02:00
nikstur
b6c4b911f0
systemd: disable repart-factory-reset test since it its broken upstream
2026-06-23 13:21:15 +02:00
nikstur
ccc474fdb4
systemd: v260.2 -> v261
2026-06-23 11:22:28 +02:00
r-vdp
2b7fc29323
systemd: drop upstreamed tmpfiles noatime patch
...
(cherry picked from commit 3dbcb86c1f )
(cherry picked from commit 9bcbc7814a )
2026-06-22 08:21:28 +02:00
R. Ryantm
8336ce2319
systemd: 260.1 -> 260.2
...
(cherry picked from commit d08a97a026 )
(cherry picked from commit 8981bd36a7 )
2026-06-22 08:21:28 +02:00
Paul Grandperrin
a7d2d596af
systemd: fix tmpfiles errors when mount is noatime
...
fixes #520485
(cherry picked from commit d28f57cdff )
(cherry picked from commit 6c3ff74032 )
2026-06-22 08:16:16 +02:00
Michael Daniels
4d86f2810e
Merge branch 'staging-next' into staging
2026-06-21 22:23:20 -04:00
zowoq
ddc150cf4f
buildLinux: Forward buildDTBs and target arguments ( #533947 )
2026-06-21 23:19:20 +00:00
dotlambda
f31f53cf65
lvm2: 2.03.39 -> 2.03.41 ( #533374 )
2026-06-21 22:06:53 +00:00