Commit Graph

19803 Commits

Author SHA1 Message Date
github-actions[bot]
949c5dc1a1
Merge master into staging-next 2022-08-19 18:01:13 +00:00
Sandro
4ea9dbf2ef
Merge pull request #186091 from NickCao/xanmod 2022-08-19 15:13:56 +02:00
R. Ryantm
1f0e19b638 rdma-core: 41.0 -> 42.0 2022-08-19 07:14:50 +00:00
github-actions[bot]
767bdf0d81
Merge master into staging-next 2022-08-19 00:03:25 +00:00
superherointj
8d74890dc0
Merge pull request #187322 from AtilaSaraiva/rtl8188eus
linuxPackages.rtl8188eus-aircrack: unstable-2021-05-04 -> unstable-2022-03-19
2022-08-18 18:56:21 -03:00
Átila Saraiva
0e790351a0 linuxPackages.rtl8188eus: unstable-2021-05-04 -> unstable-2022-03-19 2022-08-18 18:35:40 -03:00
Jonas Heinrich
c3da217f14
Merge pull request #187105 from r-ryantm/auto-update/intel-cmt-cat
intel-cmt-cat: 4.4.0 -> 4.4.1
2022-08-18 21:06:45 +02:00
Jonas Heinrich
844552f5c2
Merge pull request #187107 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 22.31.23852 -> 22.32.23937
2022-08-18 20:44:06 +02:00
github-actions[bot]
28612f43c8
Merge master into staging-next 2022-08-18 12:01:28 +00:00
superherointj
b01f02f96c
Merge pull request #186834 from Kiskae/nvidia-branches
nvidia_x11: reorganize latest versions
2022-08-18 07:22:44 -03:00
K900
b42e50fe36
Merge pull request #187138 from K900/kernels-20220817
Kernels for 2022-08-17
2022-08-18 13:08:19 +03:00
K900
4789b92366 linux/hardened/patches/5.4: 5.4.208-hardened1 -> 5.4.210-hardened1 2022-08-18 13:07:06 +03:00
K900
7413d509cd linux: 5.19.1 -> 5.19.2 2022-08-18 13:07:06 +03:00
K900
636c6b3fad linux: 5.18.17 -> 5.18.18 2022-08-18 13:07:06 +03:00
K900
7aeb316e7e linux: 5.15.60 -> 5.15.61 2022-08-18 13:07:06 +03:00
github-actions[bot]
4ad33a5c7c
Merge master into staging-next 2022-08-18 06:01:24 +00:00
Sergei Trofimovich
1c66729c00 pax-utils: fix cross-compilation (missing native C compiler)
Without the change cross-compilation fails as:

    $ nix build -f. pkgsCross.ppc64.pax-utils -L
    ...
    meson.build:149:2: ERROR: Tried to access compiler for language "c", not specified for build machine.
2022-08-18 06:31:45 +01:00
Nick Cao
f9047f4745
linux_xanmod: remove unused kernel configs 2022-08-18 06:53:26 +08:00
Nick Cao
356f21b2e0
linux_xanmod: only apply fix for removed options on tt variant 2022-08-18 06:53:22 +08:00
github-actions[bot]
7b5c82c518
Merge master into staging-next 2022-08-17 18:01:22 +00:00
Darwin Corn
96021cfb71 spacebar: 1.2.1 -> 1.4.0 2022-08-17 12:11:29 -04:00
Kiskae
45e6c607d6 nvidia_x11: add conditional overrides
nvidia_x11_open: unbreak 5.19

common kernel code is shared, if the closed build is broken, so is the open one.

nvidia_x11_production: add alias, sort names

nvidia_x11: reintroduce stable as a pure alias

nvidia_x11: don't use alias in override
2022-08-17 15:49:51 +02:00
R. Ryantm
1cbb508b8b intel-compute-runtime: 22.31.23852 -> 22.32.23937 2022-08-17 11:36:18 +00:00
R. Ryantm
807b54680a intel-cmt-cat: 4.4.0 -> 4.4.1 2022-08-17 11:32:28 +00:00
github-actions[bot]
af42060d61
Merge master into staging-next 2022-08-17 06:01:47 +00:00
Franz Pletz
2fd64ee912
Merge pull request #186333 from alyssais/firmware-stdenvNoCC
treewide: firmware: stdenv -> stdenvNoCC
2022-08-17 06:47:51 +02:00
github-actions[bot]
374e3bcf33
Merge master into staging-next 2022-08-16 23:58:48 +00:00
Sandro
7c81b36279
Merge pull request #186988 from lovesegfault/kernel-updates
linuxKernel.kernels: updates
2022-08-17 01:05:27 +02:00
Sandro
6085a7ceee
Merge pull request #183994 from fortuneteller2k/xanmod 2022-08-16 23:08:12 +02:00
Maximilian Bosch
9e8ea1b855
Merge pull request #183717 from NetaliDev/mysql-auth
nixos: add mysql/mariadb user authentication module
2022-08-16 20:30:16 +02:00
github-actions[bot]
6489cd2db3
Merge master into staging-next 2022-08-16 18:01:16 +00:00
Sergei Trofimovich
983807c46c
Merge pull request #186994 from trofi/cleanup-kernel-makeFlags
pkgsCross.ppc64.linux: flatten makeFlags
2022-08-16 17:51:48 +01:00
Sergei Trofimovich
8ab16e40be pkgsCross.ppc64.linux: flatten makeFlags
Before the cgange:

    nix-repl> pkgsCross.ppc64.linux.makeFlags
    [ "O=$(buildRoot)"
      "CC=/06pbgv2957wl3wcpd2gljml719lw123njq9dhj7h6n2pv4nwgwhl/bin/powerpc64-unknown-linux-gnu-cc"
      "HOSTCC=/0calwri0wxl5mbjl5q80r1hm9hchyk8a7hhayk6cdfrxgbfbia3n/bin/cc"
      "ARCH=powerpc"
      [ ... ] ]

After the change:

    nix-repl> pkgsCross.ppc64.linux.makeFlags
    [ "O=$(buildRoot)"
      "CC=/06pbgv2957wl3wcpd2gljml719lw123njq9dhj7h6n2pv4nwgwhl/bin/powerpc64-unknown-linux-gnu-cc"
      "HOSTCC=/0calwri0wxl5mbjl5q80r1hm9hchyk8a7hhayk6cdfrxgbfbia3n/bin/cc"
      "ARCH=powerpc"
      "CROSS_COMPILE=powerpc64-unknown-linux-gnu-" ]
2022-08-16 17:34:46 +01:00
Bernardo Meurer
7b5adf639c
Merge pull request #186987 from jmbaur/linux-firmware-20220815
linux-firmware: 20220708 -> 20220815
2022-08-16 09:24:29 -07:00
Sandro
f59b3ec376
Merge pull request #186648 from SebTM/update/evdi_1110-1120 2022-08-16 17:51:26 +02:00
Bernardo Meurer
676abbfc9b
linux_testing: 5.19-rc -> 6.0-rc1 2022-08-16 11:40:10 -04:00
Jared Baur
7fccc83504 linux-firmware: 20220708 -> 20220815 2022-08-16 08:37:13 -07:00
Bernardo Meurer
6023139cd8
linux/hardened/patches/5.18: 5.18.15-hardened1 -> 5.18.17-hardened1 2022-08-16 11:32:11 -04:00
Bernardo Meurer
49123a639f
linux/hardened/patches/5.15: 5.15.58-hardened1 -> 5.15.60-hardened1 2022-08-16 11:32:07 -04:00
Bernardo Meurer
b251c3d591
linux/hardened/patches/5.10: 5.10.134-hardened1 -> 5.10.136-hardened1 2022-08-16 11:32:03 -04:00
Bernardo Meurer
151120cee0
linux/hardened/patches/4.19: 4.19.254-hardened1 -> 4.19.255-hardened1 2022-08-16 11:31:59 -04:00
Bernardo Meurer
edfc88a7d3
linux-rt_5_4: 5.4.193-rt74 -> 5.4.209-rt77 2022-08-16 11:31:20 -04:00
Bernardo Meurer
cf81560d25
linux: 5.4.209 -> 5.4.210 2022-08-16 11:31:01 -04:00
Bernardo Meurer
6221871a7d
linux: 5.19 -> 5.19.1 2022-08-16 11:30:58 -04:00
Bernardo Meurer
36c83a7be6
linux: 5.18.16 -> 5.18.17 2022-08-16 11:30:55 -04:00
Bernardo Meurer
17173d1781
linux: 5.15.59 -> 5.15.60 2022-08-16 11:30:51 -04:00
Bernardo Meurer
d58cbe4865
linux: 5.10.135 -> 5.10.136 2022-08-16 11:30:48 -04:00
Bernardo Meurer
dc78e9719c
linux: 4.19.254 -> 4.19.255 2022-08-16 11:30:38 -04:00
Jonas Heinrich
368c8f6391
Merge pull request #186636 from trofi/update-pax-utils
pax-utils: 1.3.4 -> 1.3.5
2022-08-16 15:48:11 +02:00
github-actions[bot]
79661ba7e2
Merge staging-next into staging 2022-08-15 18:02:00 +00:00