Commit graph

22578 commits

Author SHA1 Message Date
Raito Bezarius 2696e44c42 systemd: make systemd-sysupdate optional via withSysupdate
Disable it in `systemdMinimal`
2023-09-13 12:02:40 +02:00
Raito Bezarius 1ea060a2b8 systemd: introduce withBootloader for sd-boot, sd-stub, sd-addon
Instead of relying blindly on `withEfi` which may not always be relevant.
2023-09-13 12:02:40 +02:00
Raito Bezarius 202da6443b systemd: 254-rc3 -> 254 2023-09-13 12:02:40 +02:00
Raito Bezarius bf993ea3cb systemd: 254-rc2 -> 254-rc3
739bbc5869
2023-09-13 12:02:40 +02:00
Raito Bezarius ded7958b99 systemd: 254-rc1 -> 254-rc2 2023-09-13 12:02:39 +02:00
Raito Bezarius fe6e299381 systemd: 253.5 -> 254-rc1
This is an early preparation for systemd v254 which causes some patch reflows
and EFI-related cleanups to their new build system with elf2efi, requiring pyelftools
as a Python packge.
2023-09-13 12:02:39 +02:00
Raito Bezarius 18b500811c systemdMinimal: expose withRepart flag and disable it
systemd-repart relies on cryptsetup to perform LUKS operations,
therefore, it's not suitable for systemdMinimal.
2023-09-13 12:02:39 +02:00
Fabián Heredia Montiel 37123711fc
Merge pull request #254879 from LibreCybernetics/treewide-vendorhash
treewide: vendorSha256 → vendorHash
2023-09-13 02:59:20 -05:00
Fabián Heredia Montiel ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Emily Trau 5171b87765 minimal-bootstrap.musl: init at 1.2.4 2023-09-12 22:40:23 -07:00
John Ericson 6e5ff33c09
Merge pull request #254671 from emilytrau/minimal-gawk-glibc
minimal-bootstrap.gawk: upgrade to 4.1.4
2023-09-12 21:50:31 -07:00
Artturi b2f31a0188
Merge pull request #232329 from emilytrau/minimal-bootstrap-platforms 2023-09-13 06:01:25 +03:00
Fabián Heredia Montiel e40f7390bf
Merge pull request #254361 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-09-07
2023-09-12 16:19:26 -05:00
Alyssa Ross 771d87046a
cryptsetup: make all programs optional (#254767)
Some use cases (think appliances) call for veritysetup but not
cryptsetup, and others (like NixOS) don't need veritysetup and usually
not integritysetup.  This is especially useful for pkgsStatic where
each program contains a whole copy of the libraries it needs so is
quite large.
2023-09-12 20:31:50 +02:00
github-actions[bot] 564dc31f47
Merge staging-next into staging 2023-09-12 18:01:30 +00:00
Vladimír Čunát 300eaad172
Merge branch 'master' into staging-next 2023-09-12 19:06:44 +02:00
Maxine Aubrey 9204ded9bd
maintainers: maxeaubrey → amaxine 2023-09-12 17:21:05 +02:00
github-actions[bot] 757197a9df
Merge staging-next into staging 2023-09-12 12:01:40 +00:00
github-actions[bot] 92f41becba
Merge master into staging-next 2023-09-12 12:01:13 +00:00
Kiskae 813e000742 linux_testing: 6.5-rc7 -> 6.6-rc1
rc1: https://lwn.net/Articles/944122/
2023-09-12 07:45:33 +00:00
github-actions[bot] 25bf10cc3a
Merge staging-next into staging 2023-09-12 06:01:38 +00:00
github-actions[bot] 63ba1040fd
Merge master into staging-next 2023-09-12 06:01:09 +00:00
Edward Tjörnhammar 9b95f21cdb nvidia,nixos/nvidia: add datacenter drivers compatible with default cudaPkgs
For NVLink topology systems we need fabricmanager. Fabricmanager itself is
dependent on the datacenter driver set and not the regular x11 ones, it is also
tightly tied to the driver version. Furhtermore the current cudaPackages
defaults to version 11.8, which corresponds to the 520 datacenter drivers.

Future improvement should be to switch the main nvidia datacenter driver version
on the `config.cudaVersion` since these are well known from:

> https://docs.nvidia.com/deploy/cuda-compatibility/index.html#use-the-right-compat-package

This adds nixos configuration options `hardware.nvidia.datacenter.enable` and
`hardware.nvidia.datacenter.settings` (the settings configure fabricmanager)

Other interesting external links related to this commit are:

* Fabricmanager download site:
    - https://developer.download.nvidia.com/compute/cuda/redist/fabricmanager/linux-x86_64/
* Data Center drivers:
    - https://www.nvidia.com/Download/driverResults.aspx/193711/en-us/

Implementation specific details:

* Fabricmanager is added as a passthru package, similar to settings and
  presistenced.
* Adds `use{Settings,Persistenced,Fabricmanager}` with defaults to preserve x11
  expressions.
* Utilizes mkMerge to split the `hardware.nvidia` module into three comment
  delimited sections:
    1. Common
    2. X11/xorg
    3. Data Center
* Uses asserts to make the configurations mutualy exclusive.

Notes:

* Data Center Drivers are `x86_64` only.
* Reuses the `nvidia_x11` attribute in nixpkgs on enable, e.g. doesn't change it
  to `nvidia_driver` and sets that to either `nvidia_x11` or `nvidia_dc`.
* Should have a helper function which is switched on `config.cudaVersion` like
  `selectHighestVersion` but rather `selectCudaCompatibleVersion`.
2023-09-12 07:17:33 +02:00
Emily Trau fd61c0eee0 minimal-bootstrap.mes: remove unneeded platform flag 2023-09-11 22:08:59 -07:00
Emily Trau a056c7dd07 minimal-bootstrap.stage0-posix: support x86_64-linux 2023-09-11 22:08:54 -07:00
Emily Trau 5a3d1bcb12 minimal-bootstrap.gawk: init at 4.1.4 2023-09-11 21:44:03 -07:00
Emily Trau 04a90698aa minimal-bootstrap.gawk-mes: rename from gawk 2023-09-11 20:21:51 -07:00
Emily Trau 6195c0e808 minimal-bootstrap.bash: add bin/sh symlink 2023-09-11 20:17:23 -07:00
github-actions[bot] 8481e5d2d3
Merge staging-next into staging 2023-09-12 00:02:17 +00:00
Anderson Torres 3fc613c5ba
Merge branch 'master' into staging-next 2023-09-11 23:25:38 +00:00
Artturin e270be8f44 iproute2: fix cross regression from 620f9f11f8 2023-09-12 01:34:57 +03:00
Jörg Thalheim 32883aecc9 zfsUnstable: 2.1.13 -> 2.2.0-rc4 2023-09-11 21:11:01 +02:00
R. Ryantm b474e45651 uclibc: 1.0.42 -> 1.0.44 2023-09-11 18:41:19 +00:00
rnhmjoj 705b998b83
anbox: always use postmarket OS images 2023-09-11 08:09:37 +02:00
Matthew Toohey 9701a454f1 fan2go: 0.8.0 -> 0.8.1 2023-09-10 21:12:13 -04:00
github-actions[bot] 9c91f8313b
Merge staging-next into staging 2023-09-10 18:01:20 +00:00
github-actions[bot] 72404a8fe8
Merge master into staging-next 2023-09-10 18:00:53 +00:00
Doron Behar cfb7741028
Merge pull request #250501 from miallo/nixos-rebuild/list-generations
nixos-rebuild: Add list-generations
2023-09-10 16:20:14 +00:00
K900 8e4b53be9d linux: fix hash for 6.5.2
TODO: investigate why the update script broke
2023-09-10 16:40:24 +03:00
Jenny 6fed5bcac6
pam_mount: 2.19 -> 2.20 (#254389) 2023-09-10 15:35:41 +02:00
Michael Lohmann cc625486c4 nixos-rebuild: Add list-generations
Add new command `nixos-rebuild list-generations`. It will show an output
like

```
$ nixos-rebuild list-generations
Generation      Build-date               NixOS version           Kernel  Configuration Revision                    Specialisations
52   (current)  Fri 2023-08-18 08:17:27  23.11.20230817.0f46300  6.4.10  448160aeccf6a7184bd8a84290d527819f1c552c  *
51              Mon 2023-08-07 17:56:41  23.11.20230807.31b1eed  6.4.8   99ef480007ca51e3d440aa4fa6558178d63f9c42  *
```

This also mentions the change in the upcoming release notes
2023-09-10 15:13:04 +02:00
Maciej Krüger 964006733a
Merge pull request #252167 from mkg20001/fw-ectool 2023-09-10 14:25:41 +02:00
github-actions[bot] 0c33553927
Merge staging-next into staging 2023-09-10 12:02:00 +00:00
Yureka c577bd9399 Merge remote-tracking branch 'nixos/master' into HEAD 2023-09-10 11:51:33 +02:00
Yorick 620366f1f3
Merge pull request #253143 from leona-ya/ell-0.58
ell: 0.57 -> 0.58
2023-09-10 11:35:04 +02:00
zzzsyyy 3f2f8de5ef
linux_xanmod_latest: 6.4.12 -> 6.4.15 2023-09-10 17:34:44 +08:00
zzzsyyy cda839e95e
linux_xanmod: 6.1.47 -> 6.1.52 2023-09-10 17:33:10 +08:00
Maximilian Bosch 734391f14b
Merge pull request #253991 from Ma27/linux-kernel-updates
Linux kernel updates 2023-09-06
2023-09-10 11:31:14 +02:00
github-actions[bot] 66c722f52f
Merge master into staging-next 2023-09-09 18:01:05 +00:00
hexchen 08f93ba684 decklink: update to 12.5 2023-09-09 19:45:50 +02:00
hexchen 59271ebaa5 decklink: update to 12.2 2023-09-09 19:45:50 +02:00
hexchen df68d342c9 linuxPackages.decklink: init at 12.0a14 2023-09-09 19:45:50 +02:00
Leona Maroni 0b72a1e93d
ell: 0.57 -> 0.58 2023-09-09 19:38:46 +02:00
Yureka ef69e91c60 Merge branch 'waf-cross' of https://github.com/atorres1985-contrib/nixpkgs into HEAD 2023-09-09 08:27:19 +02:00
R. Ryantm ad12666129 linuxptp: 4.0 -> 4.1 2023-09-09 05:15:55 +00:00
Sergei Trofimovich dde4c871e1 shadow: 4.13 -> 4.14.0
Changes: https://github.com/shadow-maint/shadow/releases/tag/4.14.0
2023-09-09 02:20:22 +01:00
github-actions[bot] 87ae839e33
Merge master into staging-next 2023-09-08 18:00:54 +00:00
Pierre Bourdon 5058dcfbfb
Merge pull request #248751 from risicle/ris-sysstat-12.7.4
sysstat: 12.6.2 -> 12.7.4
2023-09-08 15:00:34 +02:00
github-actions[bot] 2cce954af1
Merge master into staging-next 2023-09-08 12:01:14 +00:00
Maximilian Bosch 632d72f463
linux/hardened/patches/6.4: 6.4.12-hardened1 -> 6.4.14-hardened1 2023-09-08 11:13:27 +02:00
Maximilian Bosch 93ee933c2e
linux/hardened/patches/6.1: 6.1.47-hardened1 -> 6.1.51-hardened1 2023-09-08 11:13:27 +02:00
Maximilian Bosch 14a7fc876f
linux/hardened/patches/5.4: 5.4.254-hardened1 -> 5.4.256-hardened1 2023-09-08 11:13:27 +02:00
Maximilian Bosch 0d7c44bfa8
linux/hardened/patches/5.15: 5.15.127-hardened1 -> 5.15.130-hardened1 2023-09-08 11:13:26 +02:00
Maximilian Bosch d475f8ff5e
linux/hardened/patches/5.10: 5.10.191-hardened1 -> 5.10.194-hardened1 2023-09-08 11:13:26 +02:00
Maximilian Bosch bb82e63cbd
linux/hardened/patches/4.19: 4.19.292-hardened1 -> 4.19.294-hardened1 2023-09-08 11:13:25 +02:00
Maximilian Bosch 6ac6990b8f
linux/hardened/patches/4.14: 4.14.323-hardened1 -> 4.14.325-hardened1 2023-09-08 11:13:22 +02:00
Maximilian Bosch a3c4740523
linux: 6.5.1 -> 6.5.2 2023-09-08 10:44:47 +02:00
Maximilian Bosch fa652714fa
linux: 6.4.14 -> 6.4.15 2023-09-08 10:44:41 +02:00
Maximilian Bosch 1451d3d9e6
linux: 6.1.51 -> 6.1.52 2023-09-08 10:44:35 +02:00
Maximilian Bosch ac54c20330
linux: 5.15.130 -> 5.15.131 2023-09-08 10:44:26 +02:00
Mario Rodas cbbfe1ec91
Merge pull request #253425 from Yarny0/meta-mainprogram
add more `meta.mainProgram`
2023-09-08 03:43:44 -05:00
R. Ryantm b998eaa96e hwdata: 0.373 -> 0.374 2023-09-08 05:02:56 +00:00
github-actions[bot] c528ade384
Merge master into staging-next 2023-09-07 18:00:58 +00:00
Artturi d5597ff02e
Merge pull request #245135 from amarshall/pax-utils-non-linux 2023-09-07 20:00:41 +03:00
Vladimír Čunát 67ea7adf5f
Merge #249924: util-linux: 2.39.1 -> 2.39.2
...into staging
2023-09-07 14:27:27 +02:00
github-actions[bot] 7a2a328733
Merge staging-next into staging 2023-09-07 12:01:42 +00:00
Thiago Kenji Okada b5ea0c0324
Merge pull request #253719 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.4.7-zen1 -> 6.5.2-zen1; linuxKernel.kernels.linux_lqx: 6.4.7-lqx1 -> 6.4.14-lqx1
2023-09-07 11:59:25 +00:00
github-actions[bot] 204bfce523
Merge staging-next into staging 2023-09-07 00:02:49 +00:00
Weijia Wang b33beb2c52
Merge pull request #251651 from deinferno/vmware-modules-fix
linuxPackages.vmware: w17.0.0 -> workstation-17.0.2-2023-08-12
2023-09-07 01:56:35 +02:00
Jerry 35a6870faf
linuxKernel.kernels.linux_lqx: 6.4.7-lqx1 -> 6.4.14-lqx1 2023-09-06 23:38:04 +02:00
Jerry b16dcb4ccf
linuxKernel.kernels.linux_zen: 6.4.7-zen1 -> 6.5.2-zen1 2023-09-06 23:34:42 +02:00
Alain Zscheile 7348c5c6d8 maintainers: rename zseri -> fogti, update details 2023-09-06 22:15:40 +02:00
github-actions[bot] aba6d8043f
Merge staging-next into staging 2023-09-06 18:01:28 +00:00
Weijia Wang 08f28c415b
Merge pull request #250223 from sielicki/ena-2.8.9
linuxPackages.ena: 2.8.6 -> 2.8.9
2023-09-06 16:22:44 +02:00
Anderson Torres f2f9262b92 treewide: waf.hook -> wafHook 2023-09-06 10:41:28 -03:00
github-actions[bot] 0ade538ea0
Merge staging-next into staging 2023-09-06 12:01:43 +00:00
Weijia Wang 2c83c01c75
Merge pull request #253559 from mfrw/mfrw/bpftrace
bpftrace: 0.18.0 -> 0.18.1
2023-09-06 13:54:52 +02:00
Muhammad Falak R Wani 9f1f6ff46f bpftrace: 0.18.0 -> 0.18.1
Changelog: https://github.com/iovisor/bpftrace/releases/tag/v0.18.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-09-06 07:45:05 +05:30
Muhammad Falak R Wani 2b278a35db bpftrace: add mfrw as maintainer
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-09-06 06:57:28 +05:30
github-actions[bot] bcf3e3f1c8
Merge staging-next into staging 2023-09-06 00:02:28 +00:00
github-actions[bot] 72eff9fe5d
Merge master into staging-next 2023-09-06 00:01:57 +00:00
davidak b2fda61929
Merge pull request #250173 from trofi/kbd-update
kbd: 2.6.1 -> 2.6.2
2023-09-06 01:38:07 +02:00
Michele Guerini Rocco 704c791a90
Merge pull request #253146 from rnhmjoj/pr-anbox
anbox: unbreak
2023-09-05 23:46:54 +02:00
github-actions[bot] ef86dbfb77
Merge staging-next into staging 2023-09-05 18:01:40 +00:00
github-actions[bot] e1394695ec
Merge master into staging-next 2023-09-05 18:01:03 +00:00
Weijia Wang 97927dfad9
Merge pull request #253409 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 4.6.0 -> 23.08
2023-09-05 19:49:31 +02:00
github-actions[bot] fc462da786
Merge staging-next into staging 2023-09-05 12:02:28 +00:00
github-actions[bot] c7aba64ba1
Merge master into staging-next 2023-09-05 12:01:11 +00:00
R. Ryantm 4d1f786334 intel-cmt-cat: 4.6.0 -> 23.08 2023-09-05 11:32:33 +00:00
Yarny0 104d8164f2 cryptsetup: add meta.mainProgram 2023-09-05 11:34:04 +02:00
Matt Votava b3bb611ce6
nixos/tests/anbox: init 2023-09-05 10:09:45 +02:00
Samuel Dionne-Riel eaa7d28b97
anbox: add postmarketos image 2023-09-05 10:09:44 +02:00
Sergei Trofimovich 718d63a44a linuxHeaders: 6.4 -> 6.5 2023-09-04 19:53:07 +01:00
r-vdp bed24e6636
fwupd: 1.9.4 -> 1.9.5
Changelog: https://github.com/fwupd/fwupd/releases/tag/1.9.5
2023-09-04 14:57:45 +03:00
Samuel Dionne-Riel 5adb739599
anbox: add patch to provide window icon
Currently the windows don't provide icons. It's rather inconvenient for
many reasons.

This patch forwards the icons from the Android application to the
window.

Patch origin: 8922628786

Rebased on top of the current tip of anbox master

See also: https://github.com/anbox/anbox/issues/1514
2023-09-04 08:51:55 +02:00
Samuel Dionne-Riel 73767bb345
anbox: fix WM_CLASS
SDL defaults to reading the executable from the running app

 - 64724db0a1/src/video/x11/SDL_x11video.c (L69-L71)

Which in turn gives this from xprop:

```
WM_CLASS(STRING) = ".anbox-wrapped", ".anbox-wrapped"
```

Meaning that any special casing a window manager does will be broken.

This will also fallback correctly on Wayland:

 - d956636c85/src/video/wayland/SDL_waylandvideo.c (L93-L99)
2023-09-04 08:51:54 +02:00
Samuel Dionne-Riel e8a39314fc
anbox: ensure .desktop files use a correct anbox
This fixes two issues

  - store path is hardcoded in desktop files
  - `.anbox-wrapped` is used in desktop files
2023-09-04 08:51:54 +02:00
Samuel Dionne-Riel 11aa36c61e
anbox: fix and reclaim anbox-application-manager
It now *strictly* is a shortcut to launch the application manager.
2023-09-04 08:51:54 +02:00
Samuel Dionne-Riel 0c30c277a6
anbox: remove (thankfully inactive) "su" default
The `anbox-application-manager` helper, which is actually broken as it's
not installed as +x, starts "su" by default, which might not be
desirable, depending on the end-user's wishes.
2023-09-04 08:51:54 +02:00
Samuel Dionne-Riel 0d09cc7cf6
anbox: be ten times more patient when launching
This helps on slower devices, at the cost of making the command
"resolve" less quickly.

It replaces commands "failing because things weren'd ready", but things
actually still succeeding by commands *possibly* failing in 10× more
time.
2023-09-04 08:51:54 +02:00
Samuel Dionne-Riel 12b9e2b259
anbox: fix compatibility with LXC 4
This patch is used actively by postmarketOS, which in turn *just* uses
Alpine Linux packages for anbox.
2023-09-04 08:51:53 +02:00
Samuel Dionne-Riel 0a9b1bebe6
anbox: 2021-10-20 -> 2023-02-03 2023-09-04 08:51:53 +02:00
R. Ryantm a481f7cc2b fwts: 23.05.00 -> 23.07.00 2023-09-04 03:48:27 +00:00
github-actions[bot] 56d6f06bb1
Merge staging-next into staging 2023-09-03 18:01:33 +00:00
github-actions[bot] b6f9cf5799
Merge master into staging-next 2023-09-03 18:01:01 +00:00
Artturi f6a0a1b9c8
Merge pull request #252682 from Artturin/clangstdenvrepl 2023-09-03 19:07:34 +03:00
Nick Cao d84972422f
Merge pull request #252950 from Kiskae/nvidia/535.43.09
linuxPackages.nvidia_x11_vulkan_beta: 535.43.08 -> 535.43.09
2023-09-03 08:51:54 -04:00
github-actions[bot] 63c9018ce6
Merge master into staging-next 2023-09-02 18:00:59 +00:00
Kiskae 7f6a9fcfc4 linuxPackages.nvidia_x11_vulkan_beta: 535.43.08 -> 535.43.09 2023-09-02 16:27:21 +02:00
Maximilian Bosch 6941b3b4a0
Merge pull request #252898 from K900/kernels-20230902
Kernel updates for 2023-09-02
2023-09-02 15:43:26 +02:00
Florian Klink 818441a0cf
Merge pull request #252221 from requaos/requaos/ipu6
ipu6-drivers: unstable-2023-06-02 -> unstable-2023-08-28
2023-09-02 15:52:51 +03:00
K900 3690d7f945 linux-rt_5_15: 5.15.125-rt66 -> 5.15.129-rt67 2023-09-02 15:12:50 +03:00
K900 2d94555e5d linux: 6.5 -> 6.5.1 2023-09-02 11:10:19 +03:00
K900 f77a564a44 linux: 6.4.13 -> 6.4.14 2023-09-02 11:05:25 +03:00
K900 3da23fab25 linux: 6.1.50 -> 6.1.51 2023-09-02 11:05:00 +03:00
K900 afec48eeb2 linux: 5.4.255 -> 5.4.256 2023-09-02 11:04:55 +03:00
K900 fbb89f9d43 linux: 5.15.129 -> 5.15.130 2023-09-02 11:04:50 +03:00
K900 e3af9c78b8 linux: 5.10.193 -> 5.10.194 2023-09-02 11:04:45 +03:00
K900 17bf2848f9 linux: 4.19.293 -> 4.19.294 2023-09-02 11:04:30 +03:00
K900 dc66c61085 linux: 4.14.324 -> 4.14.325 2023-09-02 11:04:27 +03:00
github-actions[bot] ea5959eb56
Merge master into staging-next 2023-09-01 18:00:57 +00:00
Matthias Beyer 4dc15e5a5d
Merge pull request #252742 from r-ryantm/auto-update/nmon
nmon: 16n -> 16p
2023-09-01 15:23:00 +02:00
R. Ryantm c96a009c6b nmon: 16n -> 16p 2023-09-01 09:41:39 +00:00
Artturin 620f9f11f8 iproute2: Dont hardcode gcc
Fix linux clang stdenv

`nix build --impure --expr 'with import ./. { config = { replaceStdenv = ({ pkgs }: pkgs.clangStdenv); }; }; iproute2'`
2023-09-01 06:39:31 +03:00
Maximilian Bosch 189b953e27
linux-rt_5_4: 5.4.248-rt83 -> 5.4.254-rt85 2023-08-31 21:50:59 +02:00
github-actions[bot] cfbf9d795e
Merge master into staging-next 2023-08-31 18:01:26 +00:00
Maximilian Bosch f5f7c92938
linux: 6.4.12 -> 6.4.13 2023-08-31 19:12:41 +02:00
Maximilian Bosch 9391b7c070
linux: 6.1.49 -> 6.1.50 2023-08-31 19:12:26 +02:00
Maximilian Bosch 5e38989bff
linux: 5.4.254 -> 5.4.255 2023-08-31 19:12:13 +02:00
Maximilian Bosch 3a5258ca49
linux: 5.15.128 -> 5.15.129 2023-08-31 19:12:01 +02:00
Maximilian Bosch 19127bfd09
linux: 5.10.192 -> 5.10.193 2023-08-31 19:11:51 +02:00
Maximilian Bosch 6e91b52c04
linux: 4.19.292 -> 4.19.293 2023-08-31 19:11:43 +02:00
Maximilian Bosch 48a8bc548d
linux: 4.14.323 -> 4.14.324 2023-08-31 19:11:36 +02:00
Rick van Schijndel 9f72839fd8
Merge pull request #250180 from trofi/perf-libpfm
perf: enable `perf stat` evens supported by `libpfm`
2023-08-31 17:33:14 +02:00
github-actions[bot] ce84b1371f
Merge master into staging-next 2023-08-31 00:01:54 +00:00
Maciej Krüger b9ab9a92b9
Merge pull request #251409 from gilice/flutter-313 2023-08-30 22:00:14 +02:00
github-actions[bot] 76cc08f929
Merge master into staging-next 2023-08-30 12:01:26 +00:00
Atemu 428d8f40d8
Merge pull request #252098 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-08-29
2023-08-30 12:41:31 +02:00
Weijia Wang 2e54aa282e
Merge pull request #252183 from wegank/prl-tools-bump
linuxPackages_latest.prl-tools: 18.3.2-53621 -> 19.0.0-54570
2023-08-30 11:45:11 +02:00
Ulrik Strid 6a1d0ea8aa
Merge pull request #252092 from ulrikstrid/ulrikstrid--lenovo-legion-linux-0_0_5
linuxKernel.packages.lenovo-legion: 2023-04-02-16-53-51 -> 0.0.5
2023-08-30 09:30:38 +02:00
Neil Skinner 035b4040b5 ipu6-drivers: unstable-2023-06-02 -> unstable-2023-08-28 2023-08-29 18:18:11 -04:00
github-actions[bot] 2296693f8e
Merge staging-next into staging 2023-08-29 18:01:29 +00:00
Weijia Wang 2284873c47 linuxPackages_latest.prl-tools: 18.3.2-53621 -> 19.0.0-54570 2023-08-29 19:52:52 +02:00
Maciej Krüger 240ef4262b
fw-ectool: init at unstable-2022-12-03 2023-08-29 18:24:17 +02:00
Artturi ca610a452c
Merge pull request #246649 from amjoseph-nixpkgs/pr/libnvme/withDocs 2023-08-29 15:57:14 +03:00
Arian van Putten 928fb7a9e2
Merge pull request #251981 from katexochen/systemd-firstboot-sysusers
systemd: add firstboot and sysusers
2023-08-29 14:47:29 +02:00
hacker1024 d5ef1bc848 firmware-updater: unstable-2023-06-20 -> unstable-2023-09-17, upgrade to Flutter 3.13.0 2023-08-29 13:12:09 +02:00
ajs124 cef70820e5
Merge pull request #246959 from helsinki-systems/upd/lvm2
lvm2: 2.03.21 -> 2.03.22
2023-08-29 13:00:53 +02:00
Ulrik Strid fba1223913 linuxKernel.packages.lenovo-legion: 2023-04-02-16-53-51 -> 0.0.5 2023-08-29 09:19:56 +02:00
Paul Meyer 5dccbfa32d systemd: add firstboot and sysusers
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-08-29 08:35:54 +02:00
github-actions[bot] b8e25ae0b1
Merge staging-next into staging 2023-08-29 00:02:42 +00:00
Anthony Roussel 397a55ac9f audit: 3.1.1 -> 3.1.2
https://github.com/linux-audit/audit-userspace/releases/tag/v3.1.2
2023-08-28 20:17:45 +00:00
Artturi a5bf2567cb
Merge pull request #245963 from amjoseph-nixpkgs/pr/linux/kernel/repick 2023-08-28 22:37:08 +03:00
Adam Joseph 3901f0c853 libnvme: add withDocs
The libnvme documentation fails to build when cross compiling, with:

 FAILED: doc/nvme_admin_opcode.2
 /nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson --internal exe --capture doc/nvme_admin_opcode.2 -- /build/source/doc/kernel-doc -module libnvme -man -function nvme_admin_opcode ../doc/../src/nvme/types.h
 Traceback (most recent call last):
   File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson", line 6, in <module>
   File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/lib/python3.10/site-packages/mesonbuild/mesonmain.py", line 30, in <module>
     from . import mlog
 ImportError: cannot import name 'mlog' from 'mesonbuild' (/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/lib/python3.10/site-packages/mesonbuild/__init__.py)
 [703/811] Generating doc/nvme_identify_cns_man with a custom command (wrapped by meson to capture output)
 FAILED: doc/nvme_identify_cns.2
 /nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson --internal exe --capture doc/nvme_identify_cns.2 -- /build/source/doc/kernel-doc -module libnvme -man -function nvme_identify_cns ../doc/../src/nvme/types.h
 Traceback (most recent call last):
   File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson", line 6, in <module>
   File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/lib/python3.10/site-packages/mesonbuild/mesonmain.py", line 30, in <module>
     from . import mlog
2023-08-28 22:13:34 +03:00
Artturi 4564732311
Merge pull request #246644 from amjoseph-nixpkgs/pr/apparmor/fix-withPython-false 2023-08-28 21:56:49 +03:00
github-actions[bot] 974a40b58e
Merge staging-next into staging 2023-08-28 18:01:36 +00:00
Maciej Krüger 69493bd680
Merge pull request #251859 from mkg20001/openwrt 2023-08-28 16:35:10 +02:00
Raito Bezarius 1b8869eb7f linux/hardened/patches/6.4: 6.4.11-hardened1 -> 6.4.12-hardened1 2023-08-28 14:07:53 +02:00
Raito Bezarius 1125d5fcd2 linux/hardened/patches/6.1: 6.1.46-hardened1 -> 6.1.47-hardened1 2023-08-28 14:07:53 +02:00
Raito Bezarius be50d8c358 linux_latest-libre: 19392 -> 19397 2023-08-28 14:07:53 +02:00
Raito Bezarius 385cbd7fc4 linux: 6.1.47 -> 6.1.49 2023-08-28 14:07:53 +02:00
Raito Bezarius e133821958 linux: 5.15.127 -> 5.15.128 2023-08-28 14:07:53 +02:00
Raito Bezarius 238eca32de linux: 5.10.191 -> 5.10.192 2023-08-28 14:07:53 +02:00
Raito Bezarius 4e4d4ed5c7 linux_6_5: init
https://lwn.net/Articles/942879/
2023-08-28 14:07:53 +02:00
Atemu cbe6f4eb90 linux_xanmod_latest: 6.4.11 -> 6.4.12 2023-08-28 12:20:23 +02:00
Atemu ab51ecad59 linux_xanmod: 6.1.46 -> 6.1.47 2023-08-28 12:01:34 +02:00
github-actions[bot] d3c73d5f44
Merge staging-next into staging 2023-08-28 00:03:02 +00:00
Maciej Krüger 9b62590367
libnl-tiny: unstable-2022-12-13 -> unstable-2023-07-27 2023-08-28 01:26:07 +02:00
Artturi 6d3f18e83e
Merge pull request #250055 from risicle/ris-libcap-passthru-tests 2023-08-28 01:13:40 +03:00
Theodore Ni 02496671a4
Merge pull request #250774 from R-VdP/fwupd_1_9_4
fwupd: 1.9.3 -> 1.9.4
2023-08-27 13:37:17 -07:00
github-actions[bot] 1bf6969211
Merge staging-next into staging 2023-08-27 06:01:23 +00:00
Theodore Ni c173b99c6c
Merge branch 'master' into staging-next
Resolve correctly the three-way merge between https://github.com/NixOS/nixpkgs/pull/251681,
https://github.com/NixOS/nixpkgs/pull/227900, and https://github.com/NixOS/nixpkgs/pull/246022
2023-08-26 19:00:58 -07:00
deinferno ff8e878f09 linuxPackages.vmware: w17.0.0 -> workstation-17.0.2-2023-08-12 2023-08-26 23:08:29 +05:00
github-actions[bot] 4b0e375dc9
Merge staging-next into staging 2023-08-26 18:01:28 +00:00
Jan Malakhovski 9d33433ed2 linuxPackages.{xpadneo, xone}: fix after simplifying sourceRoot
This partially reverts commits 68be474e30
and 5a0f953d9f.
2023-08-26 14:34:50 +00:00
Anderson Torres 54a729c1b0 pflask: change wafHook to waf.hook 2023-08-26 13:12:09 +00:00
Nick Cao d75758279f
linuxPackages.nvidiaPackages.production: 535.98 -> 535.104.05
Release note: https://www.nvidia.com/download/driverResults.aspx/210649/en-us/
2023-08-26 14:08:13 +08:00
github-actions[bot] 7acb56e802
Merge master into staging-next 2023-08-26 06:00:59 +00:00
R. Ryantm adb0febcd4 tpacpi-bat: 3.1 -> 3.2 2023-08-25 03:08:55 +00:00
github-actions[bot] d4c8d05cac
Merge master into staging-next 2023-08-25 00:01:49 +00:00
github-actions[bot] 4328391132
Merge master into staging-next 2023-08-24 12:01:05 +00:00
Raito Bezarius 655d72d49a linux_testing: 6.5-rc5 -> 6.5-rc7
rc7: https://lwn.net/Articles/942249/
rc6: https://lwn.net/Articles/941403/
2023-08-24 12:01:47 +02:00
K900 fdcf135074 linux_latest-libre: 19386 -> 19392 2023-08-24 10:38:46 +03:00
K900 d68e756397 linux: 6.4.11 -> 6.4.12 2023-08-24 10:37:57 +03:00
K900 b6209350d7 linux: 6.1.46 -> 6.1.47 2023-08-24 10:37:35 +03:00
r-vdp 7b0326e46f
fwupd: 1.9.3 -> 1.9.4
https://github.com/fwupd/fwupd/releases/tag/1.9.4
2023-08-23 10:41:45 +02:00
github-actions[bot] b179570bca
Merge master into staging-next 2023-08-23 06:01:21 +00:00
Fabián Heredia Montiel 4f88f7c201 linux/hardened/patches/6.4: 6.4.10-hardened1 -> 6.4.11-hardened1 2023-08-22 20:56:14 -06:00
Fabián Heredia Montiel 1f73de030e linux/hardened/patches/6.1: 6.1.45-hardened1 -> 6.1.46-hardened1 2023-08-22 20:56:14 -06:00
Fabián Heredia Montiel 8364518096 linux/hardened/patches/5.4: 5.4.253-hardened1 -> 5.4.254-hardened1 2023-08-22 20:56:14 -06:00