Commit Graph

19848 Commits

Author SHA1 Message Date
Fabián Heredia Montiel
24016a8cc9 linux: 4.14.302 -> 4.14.303 2023-01-18 20:06:52 -06:00
R. Ryantm
19520e7555 uhk-agent: 1.5.17 -> 2.1.1 2023-01-18 18:00:53 +00:00
R. Ryantm
02376a2784 intel-compute-runtime: 22.43.24595.35 -> 22.43.24595.41 2023-01-18 15:21:08 +00:00
Nick Cao
b1ff903d4f
Merge pull request #210700 from PedroHLC/zen-kernels-6.1.5
zen-kernels: 6.1.3 -> 6.1.6
2023-01-18 13:43:06 +08:00
Jonas Heinrich
b6b55b60a8 firejail: 0.9.70 -> 0.9.72 2023-01-17 15:56:01 +01:00
Nick Cao
2f58da82ba
Merge pull request #209972 from r-ryantm/auto-update/libratbag
libratbag: 0.16 -> 0.17
2023-01-17 10:29:29 +08:00
ajs124
33b2ad57c8 openiscsi: 2.1.7 -> 2.1.8
autotools -> meson
> support for make/autoconf is still in place but is deprecated
- https://github.com/open-iscsi/open-iscsi/releases/tag/2.1.8
2023-01-17 01:07:14 +01:00
Artturi
20dcc6920f
Merge pull request #176013 from djahandarie/master
mwprocapture: fix compile on new GCC and new linux kernel
2023-01-16 20:25:07 +02:00
Lily Foster
f46ee73ba6 dracut: init at 059 2023-01-16 10:53:16 -06:00
R. Ryantm
399961eccb forkstat: 0.02.17 -> 0.03.00 2023-01-16 06:48:08 +00:00
Bernardo Meurer
66b976eeb5
Merge pull request #209742 from JamieMagee/raspberrypi
treewide: update raspberrypi packages
2023-01-16 00:03:32 -05:00
Maximilian Bosch
8528a0b512
Merge pull request #210897 from K900/kernels-20230115
Kernels for 2023-01-15
2023-01-15 20:58:06 +01:00
Patryk Wychowaniec
2c55eba8f4
nixos: add --specialisation to nixos-rebuild
This commit fixes a papercut in nixos-rebuild where people wanting to
switch to a specialisation (or test one) were forced to manually figure
out the specialisation's path and run its activation script - since now,
there's a dedicated option to do just that.

This is a backwards-compatible change which doesn't affect the existing
behavior, which - to be fair - might still be considered sus by some
people, the painful scenario here being:

- you boot into specialisation `foo`,
- you run `nixos-rebuild switch`,
- whoops, you're no longer at specialisation `foo`, but you're rather
  brought back to the base system.

(it's especially painful for cases where specialisation is used to load
extra drivers, e.g. Nvidia, since then launching `nixos-rebuild switch`,
while forgetting that you're inside a specialisation, can cause some
parts of your system to get accidentally unloaded.)

I've tried to mitigate that by improving specialisations so that they
create a dedicated file somewhere in `/run/current-system` containing
the specialisation's name (which `nixos-rebuild` could then use as the
default value for `--specialisation`), but I haven't been able to come
up with anything working (plus it would be a breaking change then).

Closes https://github.com/NixOS/nixpkgs/issues/174065
2023-01-15 18:16:49 +01:00
K900
33b60cca17 linux/hardened/patches/6.1: init at 6.1.6-hardened1 2023-01-15 15:23:24 +03:00
K900
6f0d5ff07c linux/hardened/patches/6.0: 6.0.16-hardened1 -> 6.0.19-hardened1 2023-01-15 15:20:56 +03:00
K900
d4fe0d1032 linux/hardened/patches/5.15: 5.15.86-hardened1 -> 5.15.88-hardened1 2023-01-15 15:20:47 +03:00
K900
4d4b65d932 linux/hardened/patches/5.10: 5.10.161-hardened1 -> 5.10.163-hardened1 2023-01-15 15:20:37 +03:00
K900
fd77307ab0 linux: 6.1.3 -> 6.1.6 2023-01-15 15:19:50 +03:00
K900
5677f89218 linux: 6.0.17 -> 6.0.19 2023-01-15 15:19:25 +03:00
K900
a05b3a75b9 linux: 5.15.86 -> 5.15.88 2023-01-15 15:19:18 +03:00
K900
a4b823d73c linux: 5.10.162 -> 5.10.163 2023-01-15 15:19:11 +03:00
PedroHLC ☭
96bfec1958
linuxKernel.kernels.linux_lqx: 6.1.3-lqx1 -> 6.1.6-lqx1 2023-01-14 21:36:18 -03:00
PedroHLC ☭
01158eab1d
linuxKernel.kernels.linux_zen: 6.1.3-zen1 -> 6.1.6-zen1 2023-01-14 21:28:37 -03:00
Ryan Lahfa
afc4f79e05
Merge pull request #207424 from toastal/zfs-2.1.8-unstable-2022-12-14
zfsUnstable: 2.1.8-staging-2022-12-01 → 2.1.8-staging-2022-01-03
2023-01-14 23:12:20 +01:00
Artturi
1353a4a456
Merge pull request #208775 from sweenu/patch_ddcci_driver 2023-01-14 19:03:48 +02:00
toastal
9e88448026 zfsUnstable: 2.1.8-staging-2022-12-01 → 2.1.8-staging-2023-01-10 2023-01-14 21:50:31 +07:00
github-actions[bot]
4712ed9439
Merge master into staging-next 2023-01-14 00:02:26 +00:00
Adam Joseph
6f6b4a1d41 systemd: default withLibBPF to false if isMips64
libBPF does not compile for mips64 targets using clang (rathern than
gcc) because clang lacks the necessary _MIPS_SZPTR compiler builtin.
Let's allow the rest of systemd to compile.

- The glibc people noticed this problem [way back in
  2011](https://sourceware.org/pipermail/libc-ports/2011-June/001959.html)
  and consider it to be a clang/llvm bug.  I am inclined to agree.

- [clang has the `_MIPS_SZPTR`
  builtin](3af9cb5375/clang/lib/Basic/Targets/Mips.cpp (L185))
  and seems to have had it since before they switched to git.

This may in fact be a nixpkgs bug -- that we're not invoking clang
in a way that tells the frontend to make the mips builtins
available, even if the backend is emitting mips binaries.  Or at
least we aren't tricking systemd's build machinery into doing that.
2023-01-13 20:09:41 +00:00
Artturi
567e81c363
Merge pull request #210102 from Artturin/fakeunameinit 2023-01-13 20:20:26 +02:00
github-actions[bot]
49722fd14a
Merge master into staging-next 2023-01-13 18:01:34 +00:00
markuskowa
77a4ea849f
Merge pull request #210340 from r-ryantm/auto-update/rdma-core
rdma-core: 43.0 -> 44.0
2023-01-13 13:32:53 +01:00
github-actions[bot]
85724d692e
Merge master into staging-next 2023-01-13 12:01:30 +00:00
R. Ryantm
c8978ddee4 brillo: 1.4.11 -> 1.4.12 2023-01-13 17:53:16 +08:00
Fabian Möller
cc4de1aa3a
nixos-rebuild: Allow local builds when --target-host is used again
This is a followup of #148921, to allow local builds when
`--target-host` is used again. It also documents the change in
behavior, regarding the specialty of the `localhost` value.

By removing the special handling of an empty `buildHost` and non empty
`targetHost`, this change also slightly alters the behavior of
`nixos-rebuild`.

Originally by specifying `--target-host target --build-host ""`, the
now removed special case would transform those arguments to
`--target-host target --build-host target`.
Now the empty `--build-host` would result in a local build.
2023-01-13 10:16:46 +01:00
Nick Cao
201b5a38c3
Merge pull request #206857 from Kiskae/patch-3
linuxPackages.nvidia_x11_vulkan_beta: 515.49.25 -> 525.47.04
2023-01-13 14:09:32 +08:00
Alyssa Ross
820f3452f4 pkgsMusl.systemd: fix build by updating patchset 2023-01-13 04:20:32 +00:00
Alyssa Ross
0debb0b193 shadow: only use tcb where available
Fixes pkgsMusl.shadow.

Fixes: 0e32191623 ("shadow: add tcb support")
2023-01-13 04:19:29 +00:00
Artturin
96ebc83053 deterministic-uname: init
for reproducibility

deterministic-uname: dont hardcode OPERATING_SYSTEM_VAL to GNU/Linux
2023-01-12 18:29:14 +02:00
R. Ryantm
c7990a5139 rdma-core: 43.0 -> 44.0 2023-01-12 10:18:51 +00:00
github-actions[bot]
892fc2184d
Merge master into staging-next 2023-01-11 18:01:26 +00:00
sternenseemann
6c8644fc37 ath9k-htc-blobless-firmware: fix evaluation with Nix 2.3
Path interpolation is not available in all Nix versions nixpkgs supports
2023-01-11 16:28:28 +01:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Aamaruvi Yogamani
86c3569581
rtl88xxau-aircrack: 37e27f -> ee2997
Now builds on Linux 6.1.
2023-01-10 08:29:58 -05:00
Artturi
bdd04ab2f9
Merge pull request #195236 from Et7f3/musl-split-binary 2023-01-10 05:43:55 +02:00
Artturi
c07552f6f7
Merge pull request #208685 from amjoseph-nixpkgs/ath9k-htc-blobless
ath9k-htc-blobless-firmware: init at 1.4.0
2023-01-10 03:51:19 +02:00
Adam Joseph
7af47c9877 ath9k-htc-blobless-firmware: init at 1.4.0
This firmware is completely open source with no blobs, which is
quite rare in the wifi world.  Wifi chips have their own dedicated
general-purpose CPUs.  This source code allows you to see what those
CPUs are doing and modify their behavior.

When the upstream repository was created in 2013, "open source
firmware" meant "firmware which is open source".  In 2023 that is no
longer the generally accepted [definition], so I have chosen an
unambiguous adjective (whose meaning has remained stable for
decades) to use in the pname.

[definition]: https://web.archive.org/web/20221209121315/https://www.opencompute.org/projects/open-system-firmware#:~:text=Another,allows%20it

Co-authored-by: Artturi <Artturin@artturin.com>
2023-01-09 16:10:04 -08:00
R. Ryantm
791af94225 libratbag: 0.16 -> 0.17 2023-01-09 23:46:18 +00:00
R. Ryantm
3c866e643c uclibc-ng: 1.0.41 -> 1.0.42 2023-01-09 23:28:30 +00:00
github-actions[bot]
33aa224777
Merge master into staging-next 2023-01-09 18:01:24 +00:00
Sandro
41fe886f68
Merge pull request #209496 from hmenke/sof 2023-01-09 15:43:23 +01:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
Sergei Trofimovich
f5e04db86f
Merge pull request #209431 from r-ryantm/auto-update/pax-utils
pax-utils: 1.3.5 -> 1.3.6
2023-01-08 20:57:06 +00:00
Jamie Magee
2a404e1d3c
raspberrypiWirelessFirmware: 2021-12-06 -> 2022-07-06 2023-01-08 11:29:39 -08:00
Jamie Magee
0060dbd720
raspberrypi-armstubs: 2021-11-01 -> unstable-2022-07-11 2023-01-08 11:14:58 -08:00
Jamie Magee
42b10e9e5c
raspberrypifw: 1.20221028 -> 1.20230106 2023-01-08 11:07:47 -08:00
Jamie Magee
6c46f55495
linux_rpi{0,1,2,3,4}: 5.15.74 -> 5.15.84 2023-01-08 11:07:13 -08:00
github-actions[bot]
4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
Fabian Affolter
055830fad8
Merge pull request #209457 from r-ryantm/auto-update/bpfmon
bpfmon: 2.50 -> 2.51
2023-01-08 00:19:05 +01:00
Fabian Affolter
eabbe8b96f
bpfmon: add changelog to meta 2023-01-07 23:28:51 +01:00
Kiskae
d4b1e793bf linuxPackages.nvidia_x11_vulkan_beta: 515.49.25 -> 525.47.04 2023-01-07 19:12:22 +01:00
Henri Menke
66c979db9a
sof-firmware: 2.2.3 -> 2.2.4 2023-01-07 16:11:27 +01:00
github-actions[bot]
76d33189ba
Merge master into staging-next 2023-01-07 12:01:24 +00:00
R. Ryantm
4372f03a9d bpfmon: 2.50 -> 2.51 2023-01-07 11:20:00 +00:00
Thiago Kenji Okada
1982ffbdd1
Merge pull request #209262 from NickCao/nvidia
linuxPackages.nvidia_x11_production: 525.60.11 -> 525.78.01
2023-01-07 10:41:23 +00:00
R. Ryantm
f32079f1db pax-utils: 1.3.5 -> 1.3.6 2023-01-07 08:20:51 +00:00
github-actions[bot]
0789ea69b1
Merge master into staging-next 2023-01-07 00:02:25 +00:00
Graham Christensen
8552d36ed3
Merge pull request #204673 from whiteley/5.15-rt
Add linux-rt-5.15
2023-01-06 19:56:41 +00:00
Matt Whiteley
be5854b57b
linux-rt-5.15: 5.15.79-rt54 -> 5.15.86-rt56 2023-01-06 10:46:56 -08:00
Martin Weinelt
5b308cd1df Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 19:10:05 +01:00
Artturi
17e4794068
Merge pull request #208247 from fortuneteller2k/xanmod 2023-01-06 19:13:11 +02:00
Adam Joseph
88e32095e1 linux/kernel: backport symbol GPLification fix from 5.19
Linux has a few PowerPC-specific symbols which are marked as GPL exports; these
symbols wound up being exposed in Linux 5.12 and are needed by OpenZFS.  The
symbol licensing was fixed in mainline 5.19; this commit backports the fix to
all previous affected kernels.

This commit is required in order to build the NixOS ISO for PowerPC64.
2023-01-06 15:59:38 +01:00
github-actions[bot]
60c812cecd
Merge master into staging-next 2023-01-06 12:01:11 +00:00
fortuneteller2k
2a31c36f3e linux_xanmod: 5.15.81 -> 5.15.84 2023-01-06 18:59:38 +08:00
fortuneteller2k
924976e001 linux_xanmod_latest: 6.1.0 -> 6.1.3 2023-01-06 18:59:38 +08:00
Thiago Kenji Okada
2c285e4b2f
Merge pull request #209238 from PedroHLC/zen-kernels-6.1.3
zen-kernels: 6.1.2 -> 6.1.3
2023-01-06 10:41:11 +00:00
github-actions[bot]
ea5e5050f1
Merge master into staging-next 2023-01-06 06:01:11 +00:00
Anthony Roussel
1b28b9c555
powertop: format with nixpkgs-fmt 2023-01-06 04:53:58 +01:00
Anthony Roussel
700dda2156
powertop: 2.14 -> 2.15 2023-01-06 04:53:55 +01:00
Anthony Roussel
7816224051
powertop: add anthonyroussel to maintainers 2023-01-06 04:52:03 +01:00
Nick Cao
b7a1f8484c
linuxPackages.nvidia_x11_production: 525.60.11 -> 525.78.01 2023-01-06 11:06:12 +08:00
Nick Cao
e29dd5e157
nvidia-x11: remove unused binding to kernelModVersion 2023-01-06 10:26:41 +08:00
P. R. d. O
b33102ec56
android-udev-rules: 20220611 -> 20230104 2023-01-05 18:05:28 -06:00
PedroHLC ☭
9c21b5bcd8
linuxKernel.kernels.linux_zen: 6.1.2-zen1 -> 6.1.3-zen1 2023-01-05 19:31:51 -03:00
PedroHLC ☭
4d0d25a37e
linuxKernel.kernels.linux_lqx: 6.1.2-lqx1 -> 6.1.3-lqx1 2023-01-05 18:50:03 -03:00
Martin Weinelt
afd962b51c Merge remote-tracking branch 'origin/master' into staging-next 2023-01-05 17:16:26 +01:00
Bernardo Meurer
3ebdfd53b6
Merge pull request #209050 from lovesegfault/kernel-updates 2023-01-05 12:04:10 -03:00
github-actions[bot]
0c98bf3e85
Merge staging-next into staging 2023-01-05 00:02:56 +00:00
clerie
ccb3146bf2
iproute2: 6.0.0 -> 6.1.0 (#206932)
"Nothing major; lots of usual set of small fixes."

Changes: https://marc.info/?l=linux-netdev&m=167103481006660
2023-01-04 21:50:22 +01:00
Vladimír Čunát
0fee82023b
Merge #207597: libbpf: 1.0.1 -> 1.1.0
...into staging
2023-01-04 20:28:57 +01:00
Bernardo Meurer
2af7e9a30b
linux_testing: 6.1-rc8 -> 6.2-rc2 2023-01-04 12:43:29 -03:00
Bernardo Meurer
05912cd5a4
linux/hardened/patches/6.0: 6.0.15-hardened1 -> 6.0.16-hardened1 2023-01-04 12:36:42 -03:00
Bernardo Meurer
fab20a5d50
linux/hardened/patches/5.15: 5.15.85-hardened1 -> 5.15.86-hardened1 2023-01-04 12:36:25 -03:00
Bernardo Meurer
a54325524c
linux: 6.1.2 -> 6.1.3 2023-01-04 12:35:40 -03:00
Bernardo Meurer
4f65c169c1
linux: 6.0.16 -> 6.0.17 2023-01-04 12:35:26 -03:00
Bernardo Meurer
0679b21257
linux: 5.10.161 -> 5.10.162 2023-01-04 12:35:08 -03:00
John Ericson
b92fb601c2
Merge pull request #208947 from sternenseemann/ghc-head-js-backend-try-1
haskell.compiler.ghcHEAD: support JS backend
2023-01-04 09:12:10 -05:00
github-actions[bot]
e859576396
Merge staging-next into staging 2023-01-04 00:03:20 +00:00
sternenseemann
1ee0f4c2aa systemd: fix evaluation in pkgsCross.ghcjs.buildPackages
GHC's js backend depends on systemd via emscripten via closure compiler
via jdk via cups. Before it fails to evaluate, though, since
llvmPackages looks into `targetPackages.stdenv.cc` to determine which
C++ library to use (something that should be rectified in the future).
[Unfortunately], for `pkgsCross.ghcjs`, `stdenv.cc` throws which blows
up evaluating `pkgsCross.buildPackages.llvmPackages.clang`.

This is in principle unnecessary. We want to build
`pkgsCross.ghcjs.buildPackages.haskell.compiler.native-bignum.ghcHEAD`
which depends on `pkgsCross.ghcjs.buildPackages.systemd` which needs
clang and friends only in `nativeBuildInputs`, so
`pkgsCross.ghcjs.buildPackages.buildPackages.llvmPackages.clang`.
Unfortunately, due to the nature of splicing, we first evaluate the
“adjacent” derivation before we can access the spliced derivation we are
actually interested in. If the former
fails (`pkgsCross.ghcjs.buildPackages.llvmPackages.clang`), we can't do
the latter.

The solution is to just not rely on splicing in this case and take
`buildPackages.llvmPackages.clang` directly (relative to
`buildPackages.systemd` in this case!) which avoids the whole problem.

[Unfortunately]: c739c420db (diff-3209527bd27cbc775f579b1e295b0264c850859c7245d526965cec456b8c70a4R61)
2023-01-03 22:19:59 +01:00
github-actions[bot]
e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Sandro Jäckel
99b715f39d
waydroid: cleanup inputs 2023-01-03 17:44:47 +01:00
Charles Johnson
2628f0003c
waydroid: 1.3.3 -> 1.3.4 (#206833)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-03 17:43:06 +01:00
github-actions[bot]
e2839320bb
Merge staging-next into staging 2023-01-03 12:01:44 +00:00
Adam Joseph
5ace5a33b9 eudev: remove glib from buildInputs
eudev does not depend on glib.  I grepped the source code for glib
and found no references to it.
2023-01-02 23:38:43 -08:00
Anderson Torres
32c8f85ba6
Merge pull request #208253 from realsnick/fix/fxload
fxload: updated to newer version from libusb1’s examples
2023-01-02 23:13:48 -03:00
SnIcK
e13ee020d2 fxload: updated to newer version from libusb1 2023-01-02 17:30:04 -06:00
github-actions[bot]
d8b859a780
Merge staging-next into staging 2023-01-02 18:01:43 +00:00
Bruno Inec
47e314e92e
ddcci-driver: patch to support linux 6.1 2023-01-02 17:24:09 +01:00
Maximilian Bosch
e0eca4cefc
Merge pull request #208735 from Ma27/linux-kernel-updates
Linux kernel updates 2023-01-02
2023-01-02 15:36:31 +01:00
PedroHLC ☭
95667fbfa9
linuxKernel.kernels.linux_lqx: 6.0.13-lqx3 -> 6.1.2-lqx1 2023-01-02 10:08:55 -03:00
PedroHLC ☭
b9e3eb4aae
linuxKernel.kernels.linux_zen: 6.1-zen1 -> 6.1.2-zen1 2023-01-02 10:08:55 -03:00
Maximilian Bosch
7cecdb94d1
linux_latest-libre: 19007 -> 19027 2023-01-02 11:23:15 +01:00
Maximilian Bosch
4b249451ec
linux: 6.1.1 -> 6.1.2 2023-01-02 11:22:51 +01:00
Maximilian Bosch
5851c3d993
linux: 6.0.15 -> 6.0.16 2023-01-02 11:22:39 +01:00
Maximilian Bosch
ea9482360d
linux: 5.15.85 -> 5.15.86 2023-01-02 11:22:27 +01:00
Jan Tojnar
5810109b42 Merge branch 'staging-next' into staging
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
maxine
c791e28190
Merge pull request #208054 from r-ryantm/auto-update/ell
ell: 0.54 -> 0.55, iwd: 2.0 -> 2.1
2023-01-02 00:15:04 +01:00
Jörg Thalheim
dda48a5044 linux_testing_bcachefs: 2022-10-31 -> 2022-12-29 2023-01-01 19:58:17 +01:00
Dmitry Bogatov
26969c3a81 pkgsStatic.lm_sensors: fix build 2023-01-01 10:28:42 -05:00
Naïm Favier
2c83122c18
treewide: fix broken meta attributes 2023-01-01 14:10:42 +01:00
Victor Engmark
cbd1dc1e72 nixos-rebuild: Treat any build/target host as non-local
Closes #148918.
2023-01-01 00:28:02 -05:00
Maxine Aubrey
0201a05469
iwd: 2.0 -> 2.1 2022-12-29 00:16:01 +01:00
Et7f3
b3304bb53f musl: add bin output. 2022-12-28 20:29:18 +02:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
R. Ryantm
b21655f661 ell: 0.54 -> 0.55 2022-12-28 04:15:03 +00:00
Philippe Hürlimann
bcbedfeefc nixos/ulogd: init
Heavily based on original work by xvuko

Co-authored-by: xvuko <nix@vuko.pl>
2022-12-28 00:17:28 +01:00
Philippe Hürlimann
77763b4c88 ulogd: init at 2.0.8
Heavily based on original work by xvuko.

Co-authored-by: xvuko <nix@vuko.pl>
2022-12-28 00:17:27 +01:00
Naïm Favier
3fc528ff7f
Merge pull request #207095 from ncfavier/linux-custom-kernel 2022-12-27 17:10:43 +01:00
Bernardo Meurer
ed05a4b5c7
Merge pull request #205269 from xaverdh/mglru
enable Multi-Gen LRU in the linux kernel config
2022-12-27 11:40:03 -03:00
figsoda
86a14dbfe8
Merge pull request #207731 from figsoda/mdevctl
mdevctl: remove patch, install more files
2022-12-26 20:08:08 -05:00
Samuel Dionne-Riel
7a073668c1
Merge pull request #207369 from samueldr/fix/rtl8821au-arm
rtl8821au: 2022-08-22 -> 2022-12-22 + Fix build for ARM
2022-12-26 18:10:02 -05:00
figsoda
6e5cb911f3 mdevctl: remove patch, install more files 2022-12-25 15:31:25 -05:00
github-actions[bot]
b48679133a
Merge staging-next into staging 2022-12-25 12:01:40 +00:00
R. Ryantm
b7fee99eb8 fnotifystat: 0.02.08 -> 0.02.09 2022-12-25 12:02:21 +01:00
Jan Tojnar
72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
R. Ryantm
a16c64bf42 libbpf: 1.0.1 -> 1.1.0 2022-12-24 17:53:04 +00:00
Sandro
c8c8ac5cc6
Merge pull request #203449 from yaxitech/azure-quote-provider 2022-12-24 16:19:39 +01:00
Sandro
ca4153f6e3
Merge pull request #204836 from Izorkin/add-shadow-tcb 2022-12-24 01:06:04 +01:00
Sandro
1c208e091f
Merge pull request #206275 from wegank/prl-tools-bump 2022-12-24 01:01:46 +01:00
ajs124
fccb0aa808
Merge pull request #207259 from helsinki-systems/upd/nftables
nftables: 1.0.5 -> 1.0.6
2022-12-23 18:39:31 +01:00
Florian Klink
70253b9015
Merge pull request #207119 from gdamjan/bump-systemd
systemd: 252.3 -> 252.4
2022-12-23 16:49:26 +01:00
Florian Klink
6b1a896570
Merge pull request #205121 from alaviss/homed
nixos: systemd-homed support
2022-12-23 13:09:17 +01:00
Maximilian Bosch
1ecc5414ce
linux/hardened/patches/6.0: 6.0.13-hardened1 -> 6.0.15-hardened1 2022-12-23 08:16:08 +01:00
Maximilian Bosch
7a3b851089
linux/hardened/patches/5.4: 5.4.227-hardened1 -> 5.4.228-hardened1 2022-12-23 08:15:55 +01:00
Maximilian Bosch
afc5e7cc9a
linux/hardened/patches/5.15: 5.15.83-hardened1 -> 5.15.85-hardened1 2022-12-23 08:15:43 +01:00
Maximilian Bosch
d3e0241c4d
linux/hardened/patches/5.10: 5.10.159-hardened1 -> 5.10.161-hardened1 2022-12-23 08:15:31 +01:00
Maximilian Bosch
69bbfa18e4
linux: 6.1 -> 6.1.1 2022-12-23 08:14:44 +01:00
Maximilian Bosch
f6f17ce513
linux: 6.0.13 -> 6.0.15 2022-12-23 08:14:32 +01:00
Maximilian Bosch
734f672b67
linux: 5.4.227 -> 5.4.228 2022-12-23 08:14:20 +01:00
Maximilian Bosch
a464cfcb36
linux: 5.15.83 -> 5.15.85 2022-12-23 08:14:10 +01:00
Maximilian Bosch
600ca141de
linux: 5.10.159 -> 5.10.161 2022-12-23 08:13:54 +01:00