Commit Graph

23517 Commits

Author SHA1 Message Date
Nick Cao
f0cb1580fb
Merge pull request #244797 from emilytrau/hexfiend-platforms
hexfiend: fix platform meta
2023-07-22 06:37:02 -06:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Emily Trau
f9dcbee583 hexfiend: fix platform meta 2023-07-22 18:54:40 +10:00
Nick Cao
525b0a9d1a
Merge pull request #244620 from NickCao/kmod
linuxPackages.{mba6x_bl,rtl8812au,rtl8821au,.rtl88x2bu,lttng-modules}: update to latest version
2023-07-21 20:19:51 -06:00
Nick Cao
a64809bb5f
linuxPackages.lttng-modules: 2.13.8 -> 2.13.10
Diff: https://github.com/lttng/lttng-modules/compare/v2.13.8...v2.13.10
2023-07-22 10:12:51 +08:00
Nick Cao
af39a65adb
linuxPackages.rtl88x2bu: unstable-2023-03-17 -> unstable-2023-07-20
Diff: f0a2c9c740...28bcb8b3eb
2023-07-22 10:12:50 +08:00
Nick Cao
067d3fb75e
linuxPackages.rtl8821au: unstable-2023-03-22 -> unstable-2023-07-20
Diff: a133274b05...072413261b
2023-07-22 10:12:48 +08:00
Nick Cao
abdc48a123
linuxPackages.rtl8812au: unstable-2023-05-11 -> unstable-2023-07-20
Diff: 765d4e4bd5...51338202d2
2023-07-22 10:12:47 +08:00
Nick Cao
8c514e6a19
linuxPackages.mba6x_bl: unstable-2016-12-08 -> unstable-2017-12-30
Diff: b96aafd30c...639719f516
2023-07-22 10:12:43 +08:00
Sandro
ef25e7a3da
Merge pull request #244599 from therishidesai/rdesai/dev-fanout
fanout: init at unstable-2023-07-21
2023-07-21 23:19:35 +02:00
Rishi Desai
4c251b10d4 fanout: init at unstable-2023-07-21 2023-07-21 10:48:13 -05:00
K900
fc956a2e69
Merge pull request #244508 from LibreCybernetics/update-kernels
Linux kernel updates 2023-07-20
2023-07-21 09:11:20 +03:00
Artturi
1afd51dece
Merge pull request #244544 from Artturin/systemddarwfix 2023-07-21 01:19:28 +03:00
Adam Joseph
42fcf0878a
Merge pull request #244447 from amjoseph-nixpkgs/pr/fix/restore-ability-to-build-kernel-without-modules
linuxManualConfig: restore functionality of isModular and buildDTBs
2023-07-20 22:17:29 +00:00
Randy Eckenrode
2014e8cad0
moltenvk: 1.2.3 -> 1.2.4 (#242096)
* moltenvk: add updateScript

* moltenvk: fix invalid signature on MoltenVKShaderConverter

* moltenvk: 1.2.3 -> 1.2.4

https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.2.4
2023-07-20 21:06:41 +02:00
Andrew Marshall
3d774b4453 util-linux: Fix build on non-Linux
Build logs show:

> configure: WARNING: non-linux system; not building mount
> configure: WARNING: non-linux system; not building swapon

So skip these on non-Linux

Using getOutput prevents eval failures on other platforms.
Things should stay eval'able with NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1

Co-authored-by: Artturin <Artturin@artturin.com>
2023-07-20 22:03:15 +03:00
Fabián Heredia Montiel
675e71c8f9 linux/hardened/patches/6.4: 6.4.3-hardened1 → 6.4.4-hardened1 2023-07-20 09:14:15 -06:00
Fabián Heredia Montiel
455dbe71a2 linux/hardened/patches/6.3: 6.3.12-hardened1 → 6.3.13-hardened1 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
829b85f780 linux/hardened/patches/6.1: 6.1.38-hardened1 → 6.1.39-hardened1 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
ad22fa6bab linux: 6.4.3 -> 6.4.4 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
1ebfd26de1 linux: 6.3.12 -> 6.3.13 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
bd015ca446 linux: 6.1.38 -> 6.1.39 2023-07-20 09:14:08 -06:00
Florian Klink
45e44dd407 linuxPackages: set IP_ROUTE_MULTIPATH to yes
This already gets set to yes by the x86 defconfig, but is not set to
true on aarch64, which means you can't program IPv4 routes with multiple
nexthops there. Set this to y unconditionally, so we don't have this odd
mismatch between x86_64 and aarch64.
2023-07-20 11:00:20 +03:00
Adam Joseph
284d76ee3d linuxManualConfig: restore functionality of isModular and buildDTBs
Since https://github.com/NixOS/nixpkgs/pull/221707 the `isModular`
and `buildDTBs` parameters no longer function properly -- they now
control only whether or not these elements are copied to the
outpath; they are build unconditionally in any case.

This commit reverts the part of #221707 which caused this behavior
change.
2023-07-06 11:32:05 -07:00
Adam Joseph
2458c94c9e lib/systems: strip kernel to avoid reference cycles
Since https://github.com/NixOS/nixpkgs/pull/221707 we must ensure
that the image resulting from a kernel build is stripped.  If we do
not do this, there will be circular dependencies among its outpaths.

This commit fixes the breakage on mips.

Closes #224694
2023-07-06 10:46:24 -07:00
Nick Cao
0fc756bb2a
Merge pull request #238769 from pho/musl-mips-doubles
musl: add MIPS linux doubles to platforms
2023-07-19 19:08:14 -06:00
Nick Cao
e9eec44d58
Merge pull request #240075 from Kiskae/patch-1
linuxPackages.nvidiaPackages.mkDriver: init
2023-07-19 19:06:21 -06:00
Sandro
3168d64a3f
Merge pull request #241974 from SohamG/pkg/oddjob 2023-07-19 15:07:04 +02:00
Nick Cao
07c99afe09
Merge pull request #244186 from r-ryantm/auto-update/smemstat
smemstat: 0.02.11 -> 0.02.12
2023-07-18 19:21:03 -06:00
Nick Cao
37c6252cd1
Merge pull request #244170 from Kiskae/nvidia/470.199.02
linuxPackages.nvidia_x11_legacy470: 470.182.03 -> 470.199.02
2023-07-18 16:48:38 -06:00
Nick Cao
8c3df51852
Merge pull request #244181 from Kiskae/nvidia/535.86.05
linuxPackages.nvidia_x11_production: 535.54.03 -> 535.86.05
2023-07-18 16:47:01 -06:00
Kiskae
ac9115761e linuxPackages.nvidia_x11_production: 535.54.03 -> 535.86.05 2023-07-18 20:31:31 +02:00
R. Ryantm
dcb6892b51 smemstat: 0.02.11 -> 0.02.12 2023-07-18 16:11:30 +00:00
Soham S Gumaste
6bc52c386f
oddjob: init at 0.34.7 2023-07-18 10:13:26 -05:00
Kiskae
062d053148 linuxPackages.nvidia_x11_legacy470: 470.182.03 -> 470.199.02
Also add tentative patch for linux 6.5
2023-07-18 16:42:13 +02:00
Sandro
065fd18e5c
Merge pull request #240452 from NickCao/bpftune 2023-07-18 12:43:02 +02:00
JesusMtnez
1881de6558
raycast: 1.55.1 -> 1.55.2 2023-07-18 05:56:33 +02:00
Vladimír Čunát
9f6bb855c2
Merge #244006: linux_rt_5_4: fix build 2023-07-17 22:00:59 +02:00
Dominique Martinet
184dfbc8a1
bcc: 0.26.0 -> 0.28.0 (#240520)
* bcc: 0.26.0 -> 0.28.0

update now calls setuptool through cmake which installs an egg file,
this apparently requires setting a PYTHONPATH which includes the
output dir to work.

While here, make it clear we only support python3 as 'python' in
nixpkgs is still python2 even if it's no longer usable...

* bcc/bpftrace: use llvm 16
2023-07-17 20:10:38 +02:00
Maximilian Bosch
456c0392a0
linux/patches: drop obsolete CVE-2023-32233 patch
Part of all upstream source-trees kernels we currently build.
2023-07-17 18:48:19 +02:00
Sandro
da4daed57a
Merge pull request #243911 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 23.17.26241.24 -> 23.22.26516.18
2023-07-17 14:43:12 +02:00
Nick Cao
bc8224cab6
bpftune: unstable-2023-07-11 -> unstable-2023-07-14, enable parallel building
Diff: f2eb8e9c02...66620152bf
2023-07-17 15:59:56 +08:00
Nick Cao
975bd53d39
bpftune: unstable-2023-05-30 -> unstable-2023-07-11
Diff: bfec6668db...f2eb8e9c02
2023-07-17 15:59:55 +08:00
Nick Cao
4cd70e125d
nixos/bpftune: init basic test 2023-07-17 15:59:50 +08:00
Nick Cao
002c2c038e
bpftune: init at unstable-2023-05-30 2023-07-17 15:59:48 +08:00
R. Ryantm
a01b86cfad pcm: 202302 -> 202307 2023-07-17 06:30:37 +00:00
R. Ryantm
629e86032b intel-compute-runtime: 23.17.26241.24 -> 23.22.26516.18 2023-07-17 05:39:04 +00:00
April John
6cee3b5893 linuxPackages.trelay: init at 22.03.5
Co-authored-by: Yaya <github@uwu.is>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Yureka <yuka@yuka.dev>
2023-07-16 21:13:31 +02:00
Ryan Lahfa
6e7ca62140
Merge pull request #243516 from RaitoBezarius/bcachefs-acls 2023-07-16 17:00:10 +02:00
Sandro
3afe31e0a0
Merge pull request #242922 from panicgh/kernelshark
kernelshark: 2.2.0 -> 2.2.1
2023-07-15 23:42:09 +02:00