Commit Graph

22420 Commits

Author SHA1 Message Date
markuskowa
ef06ccd9a5
Merge pull request #250605 from markuskowa/upd-rdma-core
rdma-core: 46.1 -> 47.0
2023-08-22 23:42:04 +02:00
github-actions[bot]
f888200b3a
Merge master into staging-next 2023-08-22 18:00:55 +00:00
Nick Cao
f5429644ba
Merge pull request #250727 from Tungsten842/bpftune
bpftune: unstable-2023-08-02 -> unstable-2023-08-22
2023-08-22 21:28:05 +08:00
Tungsten842
b9a318cad1 bpftune: unstable-2023-08-02 -> unstable-2023-08-22 2023-08-22 11:13:41 +02:00
Markus Kowalewski
1ba6bf3758
rdma-core: 46.1 -> 47.0 2023-08-21 22:08:59 +02:00
github-actions[bot]
7946d3b039
Merge staging-next into staging 2023-08-21 18:01:26 +00:00
toastal
d687c82885 zfsUnstable: 2.1.12 → 2.1.13-unstable-2023-08-02
https://github.com/openzfs/zfs/commits/zfs-2.1.13-staging

With anecdote from a NixOS user that it’s working
https://github.com/openzfs/zfs/pull/15125

…working for me as well as I built+booted from this commit.
2023-08-21 19:43:22 +07:00
Nicholas Sielicki
32cd6f0e30 linuxPackages.ena: 2.8.6 -> 2.8.9
Removes several patches added in d915eb8 which are now included in-tree.

Notable commits, excluding aforementioned patches:
 + linux/ena: Add rx_overruns to ena-com structs
 + linux/ena: Report RX overrun errors via net device stats
 + linux/ena: Fix incorrect dma sync when SWIOTLB is on

full changelog: https://github.com/amzn/amzn-drivers/compare/ena_linux_2.8.6...ena_linux_2.8.9
2023-08-20 12:00:13 -05:00
github-actions[bot]
435d3aef59
Merge staging-next into staging 2023-08-20 12:01:50 +00:00
github-actions[bot]
57d8f92a86
Merge master into staging-next 2023-08-20 12:01:23 +00:00
Artturi
f03d4e0eec
Merge pull request #247054 from KenMacD/rtkit-reduce-logging 2023-08-20 14:07:48 +03:00
Anselm Schüler
9da128a8b3 nvidia-persistenced: set mainProgram 2023-08-20 11:00:43 +02:00
Maximilian Bosch
3ff88c2eff
Merge pull request #250179 from Ma27/linux-rt-fix
linux: make main update script slightly more robust
2023-08-20 10:25:00 +02:00
github-actions[bot]
8a62479e06
Merge staging-next into staging 2023-08-20 00:03:24 +00:00
github-actions[bot]
f6a4c6f912
Merge master into staging-next 2023-08-20 00:02:29 +00:00
Martin Weinelt
7c75694db9
Merge pull request #240982 from rnhmjoj/pr-jool
nixos/jool: add service for setting up SIIT/NAT64
2023-08-19 23:32:05 +02:00
Sergei Trofimovich
cc4bb239a3 perf: enable perf stat evens supported by libpfm 2023-08-19 13:09:17 +01:00
Maximilian Bosch
ccf0c5bd42
linux: make main update script slightly more robust
On #249636 I had to manually run the updaters for hardened & libre kernels.
The cause was that `update-rt.sh` suddenly broke. Because I didn't want to
inhibit other kernel updates because of a rather niche variant, I decided to
move forward temporarily and take care of it later.

One issue was that the script failed silently, i.e. I only saw that the
script terminated early from my prompt. This is fixed now by making each
niche kernel updater print its exit code code if it failed. Also, errors
are allowed, i.e. a broken `update-rt.sh` doesn't block
`hardened/update.py` etc..

The issue itself is rather simple. When I updated the kernels in #249636,
the sha256sums.asc for rt kernels[1] looked like this:

    199bbb0cdb97ead22732473b95c8b2e8da62dfd71bde2339163119fb537a2b7c  patch-6.1.38-rt13-rc1.patch.gz
    a1af54f6987e96de06cad0a3226c5b5a992b60df084a904b6b94ea247fb46027  patch-6.1.38-rt13-rc1.patch.xz
    7bb68561787e46e3c433d9b514373ce368d587ac459b91df41934e70280d008f  patches-6.1.38-rt13-rc1.tar.gz
    ee65336dd6ae0be398796e7b75291918811a23e10121dc09bd84b244b12402fa  patches-6.1.38-rt13-rc1.tar.xz

However, the script itself skips any RC versions of the realtime
patches, so no releases were usable and the script failed. It's probably
possible to use the overview over all releases instead[2], however
that'd complicate the script notably. Anyways, since RT kernels don't
bump to each patch-level release, I don't think it hurts too much if
such an update is slightly more delayed. However if we want to fix this, I'd prefer
this to be fixed by folks who care more about rt kernels than I do.

[1] https://kernel.org/pub/linux/kernel/projects/rt/6.1/sha256sums.asc
[2] https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/6.1/older/sha256sums.asc
2023-08-19 14:03:08 +02:00
Maximilian Bosch
ef82011918
linux-rt_6_1: 6.1.33-rt11 -> 6.1.46-rt13 2023-08-19 13:44:09 +02:00
Sergei Trofimovich
e7f7c7ba79 kbd: 2.6.1 -> 2.6.2
While at it added trivial updater.

Changes: https://github.com/legionus/kbd/releases/tag/v2.6.2
2023-08-19 12:20:24 +01:00
github-actions[bot]
313f7c5380
Merge staging-next into staging 2023-08-19 00:02:13 +00:00
github-actions[bot]
4a9909e0db
Merge master into staging-next 2023-08-19 00:01:42 +00:00
Robert Scott
bff13ed20e libcap: add some key reverse-dependencies to passthru.tests 2023-08-19 00:20:10 +01:00
Ilan Joselevich
596a94eff2
Merge pull request #249861 from Kranzes/xanmod
linux_xanmod, linux_xanmod_latest: 2023-08-18
2023-08-19 02:17:15 +03:00
Theodore Ni
ece0953571
Merge branch 'staging-next' into staging 2023-08-18 16:02:27 -07:00
Ilan Joselevich
ea9af80d5f
linux_xanmod_latest: 6.4.10 -> 6.4.11 2023-08-18 23:42:27 +03:00
Ilan Joselevich
0d164bfc22
linux_xanmod: 6.1.45 -> 6.1.46 2023-08-18 23:41:24 +03:00
github-actions[bot]
d87ab3bf05
Merge master into staging-next 2023-08-18 12:01:03 +00:00
Sergei Trofimovich
a74411e309 util-linux: 2.39.1 -> 2.39.2
While at it added trivial updater.

Changes: https://github.com/util-linux/util-linux/compare/v2.39.1...v2.39.2
2023-08-18 10:39:04 +01:00
Nick Cao
616242324f
Merge pull request #249895 from Kiskae/nvidia/535.43.08
linuxPackages.nvidia_x11_vulkan_beta: 525.47.35 -> 535.43.08
2023-08-18 16:20:30 +08:00
Kiskae
5a96e2dc17 linuxPackages.nvidia_x11_vulkan_beta: 525.47.35 -> 535.43.08 2023-08-18 09:32:25 +02:00
github-actions[bot]
03146a5454
Merge master into staging-next 2023-08-18 06:01:01 +00:00
Ilan Joselevich
93a52c120a
Merge pull request #248920 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-08-13
2023-08-18 04:17:37 +03:00
github-actions[bot]
3b76a64c44
Merge master into staging-next 2023-08-17 12:01:23 +00:00
Maximilian Bosch
42c25608aa
Merge pull request #249636 from Ma27/linux-kernel-updates
Linux kernel updates 2023-08-16
2023-08-17 11:21:10 +02:00
github-actions[bot]
2e936d668c
Merge master into staging-next 2023-08-17 06:00:58 +00:00
Nick Cao
2a2a3c97c1
Merge pull request #249463 from NickCao/uhk
uhk-agent: 3.0.1 -> 3.0.2
2023-08-17 08:49:17 +08:00
Maximilian Bosch
c41b8d090d
linux/hardened/patches/6.4: 6.4.7-hardened1 -> 6.4.10-hardened1 2023-08-17 00:48:31 +02:00
Maximilian Bosch
e9b4fa1c38
linux/hardened/patches/6.1: 6.1.42-hardened1 -> 6.1.45-hardened1 2023-08-17 00:48:21 +02:00
Maximilian Bosch
6946af616c
linux/hardened/patches/5.4: 5.4.251-hardened1 -> 5.4.253-hardened1 2023-08-17 00:20:27 +02:00
Maximilian Bosch
36aa1b207c
linux/hardened/patches/5.15: 5.15.123-hardened1 -> 5.15.126-hardened1 2023-08-17 00:20:17 +02:00
Maximilian Bosch
808af66863
linux/hardened/patches/5.10: 5.10.188-hardened1 -> 5.10.190-hardened1 2023-08-17 00:19:56 +02:00
Maximilian Bosch
0d7e1948cb
linux/hardened/patches/4.19: 4.19.289-hardened1 -> 4.19.291-hardened1 2023-08-17 00:19:44 +02:00
Maximilian Bosch
fcfd921fd6
linux/hardened/patches/4.14: 4.14.320-hardened1 -> 4.14.322-hardened1 2023-08-17 00:19:31 +02:00
Maximilian Bosch
154f9ca398
linux_latest-libre: 19337 -> 19386 2023-08-17 00:19:01 +02:00
Maximilian Bosch
1541cb8cdd
linux: 6.4.10 -> 6.4.11 2023-08-17 00:14:29 +02:00
Maximilian Bosch
148ff04e56
linux: 6.1.45 -> 6.1.46 2023-08-17 00:14:12 +02:00
Maximilian Bosch
62cee8e21a
linux: 5.4.253 -> 5.4.254 2023-08-17 00:14:00 +02:00
Maximilian Bosch
965777503c
linux: 5.15.126 -> 5.15.127 2023-08-17 00:13:47 +02:00
Maximilian Bosch
6f0af2778d
linux: 5.10.190 -> 5.10.191 2023-08-17 00:13:29 +02:00
Maximilian Bosch
feee70e06a
linux: 4.19.291 -> 4.19.292 2023-08-17 00:13:13 +02:00
Maximilian Bosch
6e2765b803
linux: 4.14.322 -> 4.14.323 2023-08-17 00:13:06 +02:00
github-actions[bot]
583df4e091
Merge master into staging-next 2023-08-16 18:01:01 +00:00
Jan Tojnar
86797b2008 Merge branch 'staging-next' into staging
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
  Merge a5b92645f1 and 0597d865ef
2023-08-16 19:37:11 +02:00
Doron Behar
62730f2c31
Merge pull request #248701 from doronbehar/nixos/manpages
nixos/install-tools: Add manpages to packages instead of seperating them
2023-08-16 15:49:49 +00:00
Nick Cao
f357de8978
uhk-agent: 3.0.1 -> 3.0.2
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.0.1...v3.0.2
2023-08-16 13:01:29 +08:00
Jan Tojnar
86f6b16d28 Merge branch 'master' into staging-next
Conflicts:
- pkgs/servers/mail/mailman/python.nix (relevant to mailman-web)
  between f8a17e4200 and 84f6a6755a
2023-08-15 21:39:20 +02:00
K900
3ec5a51fb1
Merge pull request #249086 from K900/rtw88-2023-07-23
linuxPackages.rtw88: 2022-11-05 -> 2023-07-23
2023-08-15 22:29:31 +03:00
Adam Joseph
af2f3c179d
Merge pull request #248652 from trofi/util-linux-update
util-linux: 2.39 -> 2.39.1
2023-08-15 10:14:35 +00:00
github-actions[bot]
3fb3f13d9b
Merge staging-next into staging 2023-08-15 06:01:55 +00:00
github-actions[bot]
df770ba961
Merge master into staging-next 2023-08-15 06:01:24 +00:00
Pol Dellaiera
3eb7f7a63b
Merge pull request #248683 from oxij/tree/source-root-continues-3
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-15 05:53:52 +02:00
Nick Cao
467e4c2e93
Merge pull request #249158 from Kiskae/nvidia-settings/fix-path
linuxPackages.nvidia_x11.settings: fix runpath
2023-08-14 18:43:48 -06:00
github-actions[bot]
0ce93b670f
Merge staging-next into staging 2023-08-15 00:02:28 +00:00
github-actions[bot]
039c7dfa75
Merge master into staging-next 2023-08-15 00:01:55 +00:00
github-actions[bot]
af2c148bc3
Merge staging-next into staging 2023-08-14 18:01:33 +00:00
github-actions[bot]
674c2b1920
Merge master into staging-next 2023-08-14 18:01:03 +00:00
arcnmx
5425b0ddaf mdadm: meta.mainProgram
See #246386
2023-08-14 10:52:47 -07:00
Kiskae
2249c1e5dc linuxPackage.nvidia_x11.settings: nixpkgs-fmt and add opengl runpath 2023-08-14 19:00:07 +02:00
Kiskae
877980c410 linuxPackage.nvidia_x11*: Remove another nvidia-settings library 2023-08-14 18:40:50 +02:00
Emily
71bf61d89b
Merge pull request #249074 from NixOS/pam_rssh
pam_rssh: unstable-2023-03-18 -> 1.1.0
2023-08-14 16:54:34 +02:00
figsoda
8a30e105a1
Merge pull request #249036 from r-ryantm/auto-update/bpfmon
bpfmon: 2.51 -> 2.52
2023-08-14 09:50:18 -04:00
Sergei Trofimovich
6883e8826a util-linux: 2.39 -> 2.39.1
Changes: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.1-ChangeLog
2023-08-14 14:40:21 +01:00
github-actions[bot]
a732780b6f
Merge staging-next into staging 2023-08-14 12:01:43 +00:00
github-actions[bot]
af70853335
Merge master into staging-next 2023-08-14 12:01:04 +00:00
K900
552fafbb31 linuxPackages.rtw88: 2022-11-05 -> 2023-07-23 2023-08-14 12:44:21 +03:00
Ilan Joselevich
661d2a9275
pam_rssh: unstable-2023-03-18 -> 1.1.0
Diff: 92c240bd07...v1.1.0
2023-08-14 11:56:43 +03:00
Artturi
aab90d8714
Merge pull request #248817 from Artturin/reffixes1 2023-08-14 09:13:40 +03:00
R. Ryantm
e3d74b30b0 bpfmon: 2.51 -> 2.52 2023-08-14 05:33:04 +00:00
github-actions[bot]
35c245690f
Merge staging-next into staging 2023-08-13 18:01:28 +00:00
github-actions[bot]
12e030d6da
Merge master into staging-next 2023-08-13 18:00:59 +00:00
Lin Jian
6d2b127349
linuxPackages.nvidia_x11.settings: add mainProgram 2023-08-13 22:52:23 +08:00
Jonas Heinrich
c5f4a46036 nixos/opensnitch: Add support for EPBF process monitor
Co-authored-by: Slime90
2023-08-13 22:19:48 +08:00
Atemu
6331c56088 linux_xanmod_latest: 6.4.8 -> 6.4.10 2023-08-13 16:01:10 +02:00
Atemu
9341e9d2ab linux_xanmod: 6.1.43 -> 6.1.45 2023-08-13 16:00:48 +02:00
Jörg Thalheim
38fa94b1ba
Merge pull request #248811 from r-ryantm/auto-update/conky
conky: 1.19.2 -> 1.19.3
2023-08-13 13:04:12 +01:00
github-actions[bot]
114f3267d5
Merge staging-next into staging 2023-08-13 12:01:16 +00:00
github-actions[bot]
0ee8715a0d
Merge master into staging-next 2023-08-13 12:00:52 +00:00
Colin
f9aca0219c iio-sensor-proxy: support cross compilation 2023-08-13 07:12:20 +01:00
Nick Cao
0991f1b7d7
Merge pull request #248128 from Kiskae/nvidia-settings-fix
linuxPackages.nvidia_x11.settings: fix wayland support
2023-08-13 00:09:15 -06:00
github-actions[bot]
87c2ad303d
Merge staging-next into staging 2023-08-13 06:01:19 +00:00
github-actions[bot]
f5eb026a2a
Merge master into staging-next 2023-08-13 06:00:52 +00:00
Artturi
86ebbdd9c0
Merge pull request #247566 from trofi/perf-hermetic-shebang
linuxPackages_testing.perf: fix patchShebang
2023-08-13 06:46:19 +03:00
Artturin
25eef24033 treewide: Don't hardcode nix store in patchelf calls 2023-08-13 05:44:01 +03:00
R. Ryantm
776347d57a conky: 1.19.2 -> 1.19.3 2023-08-13 01:57:18 +00:00
github-actions[bot]
4ecd055b9e
Merge staging-next into staging 2023-08-13 00:02:57 +00:00
github-actions[bot]
050adb6d52
Merge master into staging-next 2023-08-13 00:02:15 +00:00
R. Ryantm
d6b4100cb5 hwdata: 0.372 -> 0.373 2023-08-12 23:26:06 +00:00
Martin Wimpress
55ee834bea linuxPackages.mwprocapture: 1.3.0.4328 -> 1.3.0.4373 2023-08-12 12:24:51 -07:00
Robert Scott
f0d3d7475d sysstat: 12.6.2 -> 12.7.4 2023-08-12 19:26:53 +01:00
github-actions[bot]
1c639fb6fb
Merge master into staging-next 2023-08-12 18:00:55 +00:00
K900
8eff50a033
Merge pull request #244582 from lilyinstarlight/upd/plymouth-unstable-2023-06-17
plymouth: unstable-2023-06-05 -> unstable-2023-06-17
2023-08-12 18:03:48 +03:00
github-actions[bot]
9f3079a7c3
Merge master into staging-next 2023-08-12 12:01:01 +00:00
Doron Behar
68e6cc5831 nixos-rebuild: Include manual page in the package 2023-08-12 12:52:46 +03:00
Jan Malakhovski
5a0f953d9f linuxPackages.xone: simplify sourceRoot 2023-08-12 08:29:56 +00:00
Jan Malakhovski
68be474e30 linuxPackages.xpadneo: simplify sourceRoot 2023-08-12 08:29:56 +00:00
Jan Malakhovski
d098c821d6 treewide: remove unneeded dots and slashes in sourceRoots 2023-08-12 08:29:56 +00:00
Sergei Trofimovich
b93d18275c linux: disable KUNIT only at 5.5 and later
`KUNIT` knob was added around 5.5 release:
    914cc63eea
2023-08-12 08:13:57 +01:00
Sergei Trofimovich
ca70b78b71 psmisc: 23.5 -> 23.6
Changes: https://gitlab.com/psmisc/psmisc/-/blob/v23.6/ChangeLog?ref_type=tags#L1
2023-08-11 22:22:47 +01:00
github-actions[bot]
9cc6a98540
Merge master into staging-next 2023-08-11 18:00:55 +00:00
K900
2877d702dc linux: 5.15.125 -> 5.15.126 2023-08-11 18:05:58 +03:00
github-actions[bot]
cc6e13abfb
Merge master into staging-next 2023-08-11 12:01:01 +00:00
K900
62c9530958 linux-rt_5_15: 5.15.119-rt65 -> 5.15.125-rt66 2023-08-11 14:03:45 +03:00
K900
8e593131e0 linux: 6.4.9 -> 6.4.10 2023-08-11 14:02:40 +03:00
K900
40fc15bbf7 linux: 6.1.44 -> 6.1.45 2023-08-11 14:02:34 +03:00
K900
ae84d2bbfa linux: 5.4.252 -> 5.4.253 2023-08-11 14:02:17 +03:00
K900
7aacf59d7a linux: 5.10.189 -> 5.10.190 2023-08-11 14:02:01 +03:00
K900
44e047a495 linux: 4.19.290 -> 4.19.291 2023-08-11 14:01:41 +03:00
K900
33ad98508d linux: 4.14.321 -> 4.14.322 2023-08-11 14:01:35 +03:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
github-actions[bot]
ec1a84ef66
Merge staging-next into staging 2023-08-10 18:01:30 +00:00
Franz Pletz
9c85697da8
Merge pull request #244060 from Gerg-L/nvidiaDynamicBoost
nixos/nvidia: clean up and add dynamic boost
2023-08-10 17:02:26 +02:00
Franz Pletz
38f70657dc
Merge pull request #247993 from Kiskae/nvidia/535.98
linuxPackages.nvidia_x11_production: 535.86.05-> 535.98
2023-08-10 16:50:16 +02:00
Raito Bezarius
3d8b08346b linux_testing: 6.5-rc3 -> 6.5-rc5
rc5: https://lwn.net/Articles/940617/
rc4: https://lwn.net/Articles/939684/
2023-08-10 12:44:19 +02:00
github-actions[bot]
025b892dad
Merge staging-next into staging 2023-08-10 06:01:30 +00:00
Mario Rodas
dc4dede7f6
Merge pull request #229533 from colemickens/pr-linuxConsoleTools
linuxConsoleTools: 1.6.1 -> 1.8.1
2023-08-09 22:08:32 -05:00
github-actions[bot]
e896efe3b2
Merge staging-next into staging 2023-08-10 00:02:37 +00:00
Samuel Ainsworth
98fa5081b9
Merge pull request #245789 from deshaw/fix-auto-add-opengl-runpath-hook
cudaPackages.autoAddOpenGLRunpathHook: fix to skip unsupported
2023-08-09 12:40:54 -07:00
github-actions[bot]
753276e426
Merge staging-next into staging 2023-08-09 18:01:38 +00:00
K900
c99e492f00 linux-firmware: 20230804 -> (unstable-)20230809
Contains AMD microcode for Inception.

No unstable- prefix this time because nixos-hardware checks for YYYYMMDD formatted versions.
2023-08-09 17:03:39 +03:00
ajs124
4337cf0e72 lvm2: 2.03.21 -> 2.03.22
https://github.com/lvmteam/lvm2/blob/v2_03_22/WHATS_NEW
2023-08-09 15:09:12 +02:00
github-actions[bot]
37cdcaae78
Merge staging-next into staging 2023-08-09 12:01:51 +00:00
Kiskae
9adbc6eca4 linuxPackages.nvidia_x11.settings: fix wayland support 2023-08-09 13:33:19 +02:00
Yureka
80be2b22b0
linux: disable KUnit (#247826) 2023-08-09 09:54:07 +02:00
github-actions[bot]
80be812da1
Merge staging-next into staging 2023-08-09 06:01:27 +00:00
Jörg Thalheim
35bccc4356 sysdig: 0.32.0 -> 0.33.1 2023-08-09 08:00:55 +02:00
Nick Cao
e74fa540bb
Merge pull request #247628 from NickCao/bpftune
bpftune: unstable-2023-07-14 -> unstable-2023-08-02
2023-08-08 23:19:22 -06:00
Nick Cao
6a5cbeabc5
Merge pull request #247845 from NickCao/ima-evm-utils
ima-evm-utils: fix cross compilation, set strictDeps
2023-08-08 23:18:56 -06:00
github-actions[bot]
bd7afc88f7
Merge staging-next into staging 2023-08-09 00:02:37 +00:00
Weijia Wang
1530527ed9
Merge pull request #247980 from networkException/update-intel-microcode
microcodeIntel: 20230613 -> 20230808
2023-08-09 01:52:53 +02:00
K900
59d581a608 linux: 6.4.8 -> 6.4.9 2023-08-09 00:15:14 +03:00
K900
9eab5c9b9e linux: 6.1.43 -> 6.1.44 2023-08-09 00:15:09 +03:00
K900
ffb73b8a9d linux: 5.4.251 -> 5.4.252 2023-08-09 00:15:04 +03:00
K900
ab4872bd8d linux: 5.15.124 -> 5.15.125 2023-08-09 00:14:59 +03:00
K900
80497c6b01 linux: 5.10.188 -> 5.10.189 2023-08-09 00:14:55 +03:00
K900
95d474560d linux: 4.19.289 -> 4.19.290 2023-08-09 00:14:50 +03:00
K900
a830274227 linux: 4.14.320 -> 4.14.321 2023-08-09 00:14:44 +03:00
Robert Hensing
bc9d2d6a7c
Merge pull request #247520 from Atemu/fix/kernel-passthru.tests
kernel: fix passthru.tests
2023-08-08 21:29:19 +02:00
Kiskae
72b87054dd
linuxPackages.nvidia_x11_production: 535.86.05-> 535.98 2023-08-08 21:19:52 +02:00
networkException
9454516b8c
microcodeIntel: 20230613 -> 20230808 2023-08-08 20:27:22 +02:00
github-actions[bot]
792f4d7934
Merge staging-next into staging 2023-08-08 18:01:27 +00:00
Weijia Wang
0e28518bed
Merge pull request #247860 from r-ryantm/auto-update/mmc-utils
mmc-utils: unstable-2023-06-12 -> unstable-2023-08-07
2023-08-08 19:46:08 +02:00
github-actions[bot]
f19f490d4e
Merge staging-next into staging 2023-08-08 12:01:54 +00:00
maralorn
4e6868b1aa
Merge pull request #247907 from sternenseemann/pkg-config-meta-data
Populate meta.pkgConfigModules for misc packages
2023-08-08 13:45:39 +02:00
sternenseemann
c995eb0c5e util-linux: add meta.pkgConfigModules annotation 2023-08-08 11:52:07 +02:00
sternenseemann
f8c558ca80 libsepol: add meta.pkgConfigModules annotation 2023-08-08 11:51:46 +02:00
github-actions[bot]
66d14ccd84
Merge staging-next into staging 2023-08-08 06:01:31 +00:00
Vladimír Čunát
41c7605718
Merge #245935: staging-next 2023-07-28 2023-08-08 07:33:42 +02:00
R. Ryantm
15a82ae336 mmc-utils: unstable-2023-06-12 -> unstable-2023-08-07 2023-08-08 04:34:04 +00:00
Nick Cao
a869e5027e
ima-evm-utils: add nickcao to maintainers 2023-08-08 09:49:26 +08:00
Nick Cao
b48d46d67a
ima-evm-utils: fix cross compilation, set strictDeps 2023-08-08 09:49:11 +08:00
github-actions[bot]
2e9323c2d4
Merge staging-next into staging 2023-08-08 00:02:19 +00:00
Bernardo Meurer
f8c5cfe463
brillo: set meta.mainProgram 2023-08-07 19:13:01 -04:00
Robert Schütz
242d458f25 Merge branch 'master' into staging-next 2023-08-07 12:40:10 -07:00
Atemu
c432393c1d
Merge pull request #247512 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-08-06
2023-08-07 21:03:36 +02:00
github-actions[bot]
9d7b03ec57
Merge staging-next into staging 2023-08-07 12:01:16 +00:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next 2023-08-07 12:00:52 +00:00
Nick Cao
76e655c9b2
bpftune: unstable-2023-07-14 -> unstable-2023-08-02
Diff: 66620152bf...f7e051a011
2023-08-07 09:51:55 +08:00
Emily Trau
26eec1d4da minimal-bootstrap.gcc46: init at 4.6.4 2023-08-06 14:22:00 -07:00
Sergei Trofimovich
0768fe799a linuxPackages_testing.perf: fix patchShebang
Without the change `perf` build fails as:

    $ nix build --no-link -f. linuxPackages_testing.perf -L

    build flags: SHELL=/nix/store/p6dlr3skfhxpyphipg2bqnj52999banh-bash-5.2-p15/bin/bash prefix=\$\(out\) WERROR=0 ASCIIDOC8=1 O=\$\(buildRoot\) CC=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/cc HOSTCC=/nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/cc HOSTLD=/nix/store/kcp78dk7h5gcs7d4qss7rbz3skxhzdnn-binutils-wrapper-2.40/bin/ld ARCH=x86_64 NO_GTK2=1
      BUILD:   Doing 'make -j16' parallel build
      HOSTCC  fixdep.o
      HOSTLD  fixdep-in.o
      LINK    fixdep
    make[1]: ./check-headers.sh: No such file or directory
    make[1]: *** [Makefile.perf:241: sub-make] Error 127
    make: *** [Makefile:70: all] Error 2

This started happening because upstream linux commit
    d674838509
changed shebang from /bin/sh to /bin/bash.

Let's retroactively switch all `perf` releases to shell interpreter from
store.
2023-08-06 20:22:09 +01:00
github-actions[bot]
bbf876fefa
Merge staging-next into staging 2023-08-06 18:01:26 +00:00
github-actions[bot]
191e60634e
Merge master into staging-next 2023-08-06 18:01:04 +00:00
John Ericson
07503008e5
Merge pull request #245846 from emilytrau/minimal-findutils
minimal-bootstrap.findutils: init at 4.4.2
2023-08-06 11:52:11 -04:00
Atemu
a0dcabb690 kernel: fix passthru.tests
https://github.com/NixOS/nixpkgs/pull/191540 indirectly broke kernel
passthru.tests; calling the testsForLinuxPackages and testsForKernel functions
with some args intended for some other exposed test-internal function.

Organise the passed-through functions under `passthru` to prevent this from
happening.
2023-08-06 15:47:54 +02:00
Atemu
5a6f112645 linux_xanmod_latest: 6.4.7 -> 6.4.8 2023-08-06 13:00:32 +02:00
Atemu
aedfec7eef linux_xanmod: 6.1.42 -> 6.1.43 2023-08-06 13:00:32 +02:00
github-actions[bot]
2ca7eb5d4e
Merge staging-next into staging 2023-08-06 06:01:22 +00:00
github-actions[bot]
b63c63c62c
Merge master into staging-next 2023-08-06 06:00:55 +00:00
davidak
62f11e9e1d
Merge pull request #246187 from SuperSamus/hid-nintendo-remove
hid-nintendo: remove
2023-08-06 04:07:11 +02:00
Elliot Cameron
8b4275f955 dcgm: use strictDeps 2023-08-05 21:08:50 -04:00
Elliot Cameron
9a3dcd025a dcgm: switch to fixed autoAddOpenGLRunpathHook 2023-08-05 21:08:50 -04:00
github-actions[bot]
f8579c6c72
Merge staging-next into staging 2023-08-05 12:02:05 +00:00
github-actions[bot]
6458cb74a2
Merge master into staging-next 2023-08-05 12:01:30 +00:00
Maximilian Bosch
82a0e0f7d5
Merge pull request #247154 from Ma27/linux-kernel-updates
Linux kernel updates 2023-08-03
2023-08-05 12:01:55 +02:00
K900
5eecc9f7b6
Merge pull request #247097 from K900/linux-firmware-20230804
linux-firmware: unstable-2023-07-24 -> 20230804
2023-08-05 09:02:12 +03:00
Vladimír Čunát
d5732d9669
Merge branch 'staging-next' into staging 2023-08-05 07:45:29 +02:00
Maximilian Bosch
a86b606016
linux: 6.4.7 -> 6.4.8 2023-08-04 19:46:23 +02:00
Maximilian Bosch
fc2d8bb671
linux: 6.1.42 -> 6.1.43 2023-08-04 19:45:31 +02:00
Maximilian Bosch
f7e3cb932c
linux: 5.15.123 -> 5.15.124 2023-08-04 19:44:12 +02:00
Artturi
f45fe3273b
Merge pull request #247031 from Artturin/upowerifxcross 2023-08-04 18:45:38 +03:00
github-actions[bot]
534a2a75fb
Merge master into staging-next 2023-08-04 12:01:11 +00:00
ajs124
bf4d2e6c1e
Merge pull request #242538 from tnias/fix/apparmor
apparmor: add some policies and improve abstractions and utils
2023-08-04 13:05:52 +02:00
K900
7038e0c68d linux-firmware: unstable-2023-07-24 -> 20230804 2023-08-04 13:48:51 +03:00
Kenny MacDermid
ee15765c65
rtkit: reduce logging
Pull in a patch from a cleaner upstream PR to reduce logging.

Slightly update the URLs used to download the existing patches
to make it easier to find the relevant PRs.

Re: NixOS/nixpkgs#180102, heftig/rtkit#22
2023-08-03 21:30:53 -03:00
github-actions[bot]
0542af4e29
Merge master into staging-next 2023-08-04 00:02:04 +00:00
Ryan Lahfa
0cce341f2b
Merge pull request #242173 from RaitoBezarius/ulogd 2023-08-04 00:36:30 +02:00
Artturin
ee197e8908 upower: Fix cross
Improve optionals
2023-08-04 00:22:11 +03:00
Jan Malakhovski
a0a909fa9e treewide: noop: replace every newly introduced stdenv.mkDerivation rec with a fixpoint over finalAttrs 2023-08-03 16:34:45 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Gerg-L
4ca2a16390 nixos/nvidia: add Dynamic Boost support 2023-08-03 09:32:14 -04:00
github-actions[bot]
5827446dce
Merge master into staging-next 2023-08-03 00:01:56 +00:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
Adam Joseph
65988b2546 apparmor: fix invalid reference when withPython=false
This commit fixes a bug exposed by #25322.
2023-08-01 14:02:17 -07:00
github-actions[bot]
72d5519b60
Merge staging-next into staging 2023-08-01 18:01:44 +00:00
Fabián Heredia Montiel
8481c2c3fe linux/hardened/patches/6.4: 6.4.6-hardened1 → 6.4.7-hardened1 2023-08-01 17:28:14 +03:00
Fabián Heredia Montiel
de33dd4fa1 linux/hardened/patches/6.1: 6.1.41-hardened1 → 6.1.42-hardened1 2023-08-01 17:28:14 +03:00
Fabián Heredia Montiel
57d4b82278 linux/hardened/patches/5.4: 5.4.250-hardened1 → 5.4.251-hardened1 2023-08-01 17:28:14 +03:00
Fabián Heredia Montiel
fad0ee83f2 linux/hardened/patches/5.15: 5.15.122-hardened1 → 5.15.123-hardened1 2023-08-01 17:28:14 +03:00
Fabián Heredia Montiel
8adc59a3fa linux/hardened/patches/5.10: 5.10.187-hardened1 → 5.10.188-hardened1 2023-08-01 17:28:14 +03:00
Fabián Heredia Montiel
f35c775969 linux: 6.4.6 -> 6.4.7 2023-08-01 17:28:13 +03:00
Fabián Heredia Montiel
41ba292da5 linux: 6.1.41 -> 6.1.42 2023-08-01 17:28:13 +03:00
Fabián Heredia Montiel
3cc38bd1c9 linux: 5.4.250 -> 5.4.251 2023-08-01 17:28:13 +03:00
Fabián Heredia Montiel
2d415c57a3 linux: 5.15.122 -> 5.15.123 2023-08-01 17:28:13 +03:00
Fabián Heredia Montiel
2d13c9f12d linux: 5.10.187 -> 5.10.188 2023-08-01 17:28:13 +03:00
Doron Behar
cc63e791bf Merge branch 'master' into staging-next
* master: (77 commits)
  containerd: 1.7.2 -> 1.7.3
  python310Packages.transformers: 4.30.2 -> 4.31.0
  plasma-sdk: unbreak build, again
  stellarium: add patch for indi 2.0 compatibility
  indi-full: 1.9.8 -> 2.0.2, reenable Atik, Pentax and SX drivers
  indilib: 1.9.8 -> 2.0.2
  plasma: 5.27.6 -> 5.27.7
  alsa-scarlett-gui: light refactoring
  alsa-scarlett-gui: Change icons path back to relative in desktop entry file
  alsa-scarlet-gui: light refactoring Done some light refactoring for better consitence in the code.
  alsa-scarlett-gui: fix for deskop integration
  alsa-scarlett-gui: fixed desktop entry
  release-notes: note breaking woodpecker update
  woodpecker-*: 0.15.11 -> 1.0.0
  pnpm-lock-export: use fork with v6 support
  suricata: 6.0.13 -> 7.0.0
  rubyfmt: add support for macos arm64/x86
  rubyfmt: init at 0.8.1
  dayon: init at 11.0.7
  nixos/atuin: harden systemd unit
  ...
2023-08-01 16:52:24 +03:00
Maximilian Bosch
f310ee473d
Merge pull request #246466 from LibreCybernetics/linux-update
Kernels for 2023-07-27
2023-08-01 15:17:00 +02:00
Fabián Heredia Montiel
580cd965b8 linux/hardened/patches/6.4: 6.4.6-hardened1 → 6.4.7-hardened1 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
fc86124473 linux/hardened/patches/6.1: 6.1.41-hardened1 → 6.1.42-hardened1 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
643694ae27 linux/hardened/patches/5.4: 5.4.250-hardened1 → 5.4.251-hardened1 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
a05924dc86 linux/hardened/patches/5.15: 5.15.122-hardened1 → 5.15.123-hardened1 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
cc26897da9 linux/hardened/patches/5.10: 5.10.187-hardened1 → 5.10.188-hardened1 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
9dd903ca63 linux: 6.4.6 -> 6.4.7 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
3cbc1fc7bb linux: 6.1.41 -> 6.1.42 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
09f94571eb linux: 5.4.250 -> 5.4.251 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
19f617fa72 linux: 5.15.122 -> 5.15.123 2023-07-31 18:59:38 -06:00
Fabián Heredia Montiel
6948d36b2c linux: 5.10.187 -> 5.10.188 2023-07-31 18:59:38 -06:00
github-actions[bot]
af8989fe73
Merge staging-next into staging 2023-08-01 00:03:07 +00:00
github-actions[bot]
8faf32ac60
Merge master into staging-next 2023-08-01 00:02:30 +00:00
Thiago Kenji Okada
72ed94cd1a linuxKernel.kernels.linux_zen: 6.4.6-lqx1 -> 6.4.7-lqx1 2023-07-31 21:42:09 +01:00
Thiago Kenji Okada
c11dd78f49 linuxKernel.kernels.linux_zen: 6.4.6-zen1 -> 6.4.7-zen1 2023-07-31 21:40:08 +01:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
Janik
f7cff68f65
Merge pull request #245773 from 999eagle/update/iio-sensor-proxy 2023-07-31 21:01:12 +02:00
Thiago Kenji Okada
0d4f022801
Merge pull request #245237 from thiagokokada/bump-zen
linuxKernel.kernels.linux_zen: 6.4.2-zen1 -> 6.4.6-zen1;  linuxKernel.kernels.linux_lqx: 6.4.2-lqx1 -> 6.4.6-lqx1
2023-07-31 18:28:58 +00:00
github-actions[bot]
dcda351233
Merge staging-next into staging 2023-07-31 12:02:09 +00:00
github-actions[bot]
050b858d31
Merge master into staging-next 2023-07-31 12:01:34 +00:00
Jörg Thalheim
8a2df89b69
Merge pull request #246277 from yu-re-ka/musl-systemdminimal
pkgsMusl.systemdMinimal: fix build
2023-07-31 08:42:43 +01:00
Nick Cao
6ea628b5c5
Merge pull request #244969 from Stzx/fix-warnings
udisks2: fix conf file loading warnings
2023-07-31 00:22:32 -06:00
github-actions[bot]
8eb8f0439b
Merge staging-next into staging 2023-07-31 06:02:03 +00:00
github-actions[bot]
28f4120163
Merge master into staging-next 2023-07-31 06:01:30 +00:00
Artturin
91e2f185c0 libsmbios: future proof RPATH fix 2023-07-31 07:32:49 +03:00
Artturi
f1d5f9766e
libsmbios: Fix build (#246264)
* libsmbios: Fix build

Since 5093766f79 TMPDIR is needed in
fixupPhase

RUNPATH before
```
$ , objdump -x ./result/bin/smbios-sys-info-lite | grep RUNPATH
  RUNPATH              /nix/store/hn044f8g9b2dfynljlm3nsr32g3pwqr1-libsmbios-2.4.3/lib:/nix/store/1x4ijm9r1a88qk7zcmbbfza324gx1aac-glibc-2.37-8/lib
```

RUNPATH after
```
$ , objdump -x ./result/bin/smbios-sys-info-lite | grep RUNPATH
  RUNPATH              /nix/store/l3ayxdl45xs6fam6b8n0j0fs34hj7gdq-libsmbios-2.4.3/lib:/nix/store/1x4ijm9r1a88qk7zcmbbfza324gx1aac-glibc-2.37-8/lib
```

* Update pkgs/os-specific/linux/libsmbios/default.nix
2023-07-31 07:14:30 +03:00
Yureka
85bd250fff pkgsMusl.systemdMinimal: fix build
remove patch that has been applied in systemd 253.6
2023-07-31 03:10:10 +02:00
Nick Cao
57e0e1a1bb
Merge pull request #246257 from r-ryantm/auto-update/ksmbd-tools
ksmbd-tools: 3.4.8 -> 3.4.9
2023-07-30 18:30:59 -06:00
Nick Cao
e984da6da0
Merge pull request #246260 from ius/rtl-fixes
linuxPackages.{rtl8812au,rtl88x2bu}: update to latest
2023-07-30 18:30:26 -06:00
Nick Cao
55cbd1b03b
Merge pull request #246231 from Ralith/unmaintain
linuxPackages.rtl88x2bu: remove myself from maintainers
2023-07-30 18:27:48 -06:00
github-actions[bot]
88ce27f3bd
Merge staging-next into staging 2023-07-31 00:02:48 +00:00
github-actions[bot]
88c2e66d47
Merge master into staging-next 2023-07-31 00:02:09 +00:00
Joerie de Gram
b84613efb9 linuxPackages.rtl8812au: unstable-2023-07-20 -> unstable-2023-07-22 2023-07-31 00:53:29 +02:00
Joerie de Gram
d7a34b5327 linuxPackages.rtl88x2bu: unstable-2023-07-20 -> unstable-2023-07-23 2023-07-31 00:53:06 +02:00
R. Ryantm
739fc68371 ksmbd-tools: 3.4.8 -> 3.4.9 2023-07-30 22:11:35 +00:00