Commit Graph

21758 Commits

Author SHA1 Message Date
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
github-actions[bot]
390b789c39
Merge master into staging-next 2023-02-23 12:01:07 +00:00
Atemu
c60e3173b6 linux_xanmod_latest: 6.1.12 -> 6.1.13 2023-02-23 12:39:40 +01:00
superherointj
ffc7750577
Merge pull request #217716 from PedroHLC/zen-kernels-6.2
zen-kernels: 6.1.12 -> {6.2-zen1,6.1.13-lqx1}
2023-02-23 08:32:32 -03:00
Moritz 'e1mo' Fromm
f165ce37c0
molly-guard: Reduce closure size by stripping unneeded dependeicies 2023-02-23 11:10:32 +01:00
Jeremy Fleischman
bb724fa986
sysdig: Include driver patch to fix compilation on Linux 6.2
On nixos-unstable with the latest kernel (6.2.0), I'm seeing sysdig
fail to compile:

    /build/source/build/driver/src/main.c:2788:30: error: assignment to 'char * (*)(const struct device *, umode_t *)' {aka 'char * (*)(const struct device *, short unsigned int *)'} from incompatible pointer type 'char * (*)(struct device *, umode_t *)' {aka 'char * (*)(struct device *, short unsigned int *)'} [-Werror=incompatible-pointer-types]
     2788 |         g_ppm_class->devnode = ppm_devnode;
          |                              ^
    /build/libs/userspace/libscap/scap_procs.c: In function 'scap_os_getpid_global':

This has already been fixed upstream, this just cherry-picks that fix.
2023-02-22 19:43:02 -08:00
github-actions[bot]
7f396edf16
Merge master into staging-next 2023-02-23 00:02:23 +00:00
Maximilian Bosch
e88cdaf247
Merge pull request #217699 from Ma27/linux-kernel-updates
Linux kernel updates 2023-02-22
2023-02-22 23:29:16 +01:00
Alyssa Ross
7560f8eea5 linuxPackages.exfat-nofuse: set to null when unsupported
This is the same thing every other obsolete kernel module does, and
it's better than an assertion because an assertion prevents testing
evaluation of all the modules for a particular kernel.
2023-02-22 21:34:27 +00:00
Alyssa Ross
bfef542b67 linux_5_4_hardened: use meta.broken, not assert
Respects NIXPKGS_ALLOW_BROKEN and allows attributes to be accessed.
2023-02-22 21:34:27 +00:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
PedroHLC ☭
1e61e68e6c
linuxKernel.kernels.linux_lqx: 6.1.12-lqx1 -> 6.1.13-lqx1 2023-02-22 16:13:21 -03:00
github-actions[bot]
68dd6912f3
Merge master into staging-next 2023-02-22 18:01:07 +00:00
Kiskae
d120c53077 linuxPackages_6_2.nvidia_x11: disable ibt 2023-02-22 18:08:41 +01:00
PedroHLC ☭
202bc10b3f
linuxKernel.kernels.linux_zen: 6.1.12-zen1 -> 6.2-zen1 2023-02-22 13:35:44 -03:00
Maximilian Bosch
d90e4cfc04
linux/hardened/patches/6.1: 6.1.11-hardened1 -> 6.1.12-hardened1 2023-02-22 15:33:04 +01:00
Maximilian Bosch
ded1221205
linux/hardened/patches/5.15: 5.15.93-hardened1 -> 5.15.94-hardened1 2023-02-22 15:32:51 +01:00
Maximilian Bosch
c1bb71a0f0
linux/hardened/patches/5.10: 5.10.167-hardened1 -> 5.10.168-hardened1 2023-02-22 15:32:38 +01:00
Maximilian Bosch
93a77dec9e
linux-rt_5_4: 5.4.221-rt79 -> 5.4.230-rt80 2023-02-22 15:31:51 +01:00
Maximilian Bosch
74a939df90
linux-rt_5_15: 5.15.93-rt58 -> 5.15.94-rt59 2023-02-22 15:31:38 +01:00
Maximilian Bosch
09da1ce190
linux-rt_5_10: 5.10.165-rt81 -> 5.10.168-rt83 2023-02-22 15:31:24 +01:00
Maximilian Bosch
f98ed979e6
linux: 6.1.12 -> 6.1.13 2023-02-22 15:31:10 +01:00
Maximilian Bosch
96e6bd1718
linux: 5.4.231 -> 5.4.232 2023-02-22 15:30:57 +01:00
Maximilian Bosch
16551466c9
linux: 5.15.94 -> 5.15.95 2023-02-22 15:30:46 +01:00
Maximilian Bosch
4aae323157
linux: 5.10.167 -> 5.10.169 2023-02-22 15:30:34 +01:00
Maximilian Bosch
7d8ab8858d
linux: 4.19.272 -> 4.19.273 2023-02-22 15:30:23 +01:00
Maximilian Bosch
4e1f91ca4c
linux: 4.14.305 -> 4.14.306 2023-02-22 15:29:43 +01:00
github-actions[bot]
3cd1b92b06
Merge master into staging-next 2023-02-22 00:02:34 +00:00
Alyssa Ross
d1773f8f5d
linuxManualConfig: drop gen-kheaders-metadata.patch
All affected kernels are now EOL and no longer in Nixpkgs.
2023-02-22 00:02:06 +00:00
Alyssa Ross
916bb1088e
linuxManualConfig: remove obsolete firmware code
The versionOlder check will not evaluate to true for any kernel in
Nixpkgs.
2023-02-22 00:02:05 +00:00
Sandro
fc32d76d1a
Merge pull request #210886 from eliandoran/dev/grandperspective 2023-02-21 21:49:46 +01:00
Sandro
5f517057ec
Merge pull request #216473 from linsui/waydroid 2023-02-21 21:44:21 +01:00
Elian Doran
bc5d5b3dd0 grandperspective: init at 3.0.1 2023-02-21 21:08:40 +02:00
github-actions[bot]
a160ec1116
Merge master into staging-next 2023-02-21 12:01:36 +00:00
Franz Pletz
9ffd1c3e2e
Merge pull request #216947 from mkg20001/openwrt 2023-02-21 11:43:11 +01:00
github-actions[bot]
e3e8374b6f
Merge master into staging-next 2023-02-21 00:02:33 +00:00
Jörg Thalheim
a891613ead
Merge pull request #217227 from mothsART/feature/replace_http_by_https__second_pass
treewide: replace http by https when https is a permanent redirection
2023-02-20 21:33:05 +01:00
github-actions[bot]
507feca606
Merge master into staging-next 2023-02-20 12:01:32 +00:00
K900
522512e7b4 linux: init 6.2 2023-02-20 13:40:41 +03:00
Vladimír Čunát
b69883faca
Merge #217218: linux: fix-build on i686 2023-02-20 10:38:56 +01:00
github-actions[bot]
b629ad5e83
Merge master into staging-next 2023-02-20 06:01:33 +00:00
Bernardo Meurer
39182edca4
Merge pull request #217196 from NixOS/linux-firmware-update 2023-02-20 00:54:25 +00:00
github-actions[bot]
4a14359163
Merge master into staging-next 2023-02-20 00:02:26 +00:00
Bernardo Meurer
fc9e3696e0
rtw89-firmware: drop 2023-02-19 23:26:53 +00:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Yureka
e029dad941
iucode-tool: add argp-standalone buildInput on musl (#217202) 2023-02-19 21:30:36 +01:00
QuantMint
743bd1f29f linux: fix-build on i686 2023-02-19 21:04:50 +01:00
Bernardo Meurer
fd90e459bb
linux-firmware: 20221214 -> 20230210 2023-02-19 18:49:18 +00:00
github-actions[bot]
aade1dfafa
Merge master into staging-next 2023-02-19 18:01:16 +00:00
Atemu
3a11d629f0 linux_xanmod_latest: 6.1.7 -> 6.1.12 2023-02-19 17:30:32 +01:00
Sandro
4feee8e633
Merge pull request #216994 from sielicki/ena-282-283 2023-02-19 15:31:41 +01:00
Jonas Heinrich
03ee925c05 firejail: Fix double-dash usage on non-POSIX shells 2023-02-19 07:49:26 -05:00
Yureka
d71d42707e
ell: disable tests on musl (#217073) 2023-02-19 13:39:59 +01:00
github-actions[bot]
85ba84c218
Merge master into staging-next 2023-02-19 12:01:25 +00:00
linsui
9156d02e92 waydroid: fix icon, shell and iptables 2023-02-19 12:17:11 +08:00
github-actions[bot]
a1eb3e0b3e
Merge master into staging-next 2023-02-19 00:02:27 +00:00
Yureka
a86d28efec pkgsMusl.iucode-tool: fix build 2023-02-19 00:12:36 +01:00
Sergei Trofimovich
6c5bf4e060
Merge pull request #209667 from QuantMint/linux
linux: enable ACPI_FPDT, ACPI_HMAT, ACPI_APEI, ACPI_APEI_GHES, ACPI_DPTF
2023-02-18 20:54:24 +00:00
Nicholas Sielicki
5dd7384427 linuxPackages.ena: 2.8.2 -> 2.8.3
Signed-off-by: Nicholas Sielicki <git@opensource.nslick.com>
2023-02-18 19:08:46 +00:00
R. Ryantm
acde7b8e9f sasutils: 0.3.13 -> 0.4.0 2023-02-18 17:39:01 +00:00
Alyssa Ross
38f0121cce
Merge master (+ 11b095e revert) into staging-next
Conflicts:
	pkgs/development/libraries/libvisual/default.nix
2023-02-18 14:04:32 +00:00
Cole Helbling
4e2079b96d linux_{5_15,6_1}: revert patch to fix Equinix Metal bonded networking with ice driver
Some Equinix Metal instances, such as a3.large.x86, m3.large.x86
(specific hardware revisions), and n3.large.x86, use the `ice` kernel
driver for their network cards, in conjunction with bonded devices.
However, this commit caused a regression where these bonded devices
would deadlock. This was initially reported by Jaroslav Pulchart on
the netdev mailing list[1], and there were follow-up patches from Dave
Ertman[2][3] that attempted to fix this but were not up to snuff for
various reasons[4].

Specifically, v2 of the patch ([3]) appears to fix the issue on some
devices (tested with 8086:159B network cards), while it is still broken
on others (such as an 8086:1593 network card).

We revert the patch exposing the issue until upstream has a working
solution in order to make Equinix Metal instances work reliably again.

[1]: https://lore.kernel.org/netdev/CAK8fFZ6A_Gphw_3-QMGKEFQk=sfCw1Qmq0TVZK3rtAi7vb621A@mail.gmail.com/
[2]: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20230111183145.1497367-1-david.m.ertman@intel.com/
[3]: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20230215191757.1826508-1-david.m.ertman@intel.com/
[4]: https://lore.kernel.org/netdev/cb31a911-ba80-e2dc-231f-851757cfd0b8@intel.com/T/#m6e53f8c43093693c10268140126abe99e082dc1c
2023-02-16 10:06:24 -08:00
github-actions[bot]
164a7e44c7
Merge master into staging-next 2023-02-16 18:01:12 +00:00
R. Ryantm
f7d3b72f49 mmc-utils: unstable-2022-11-09 -> unstable-2023-02-09 2023-02-16 05:46:59 +00:00
github-actions[bot]
bf5abe92d4
Merge master into staging-next 2023-02-15 18:01:14 +00:00
Martin Weinelt
28319deb5a
Merge pull request #216406 from mweinelt/microcode-intel-20230214
microcodeIntel: 20221108 -> 20230214
2023-02-15 17:13:35 +00:00
superherointj
86ab97186b
Merge pull request #216472 from PedroHLC/zen-kernels-6.1.12
zen-kernels: 6.1.10 -> 6.1.12
2023-02-15 12:20:13 -03:00
K900
fa90359876 linux/hardened/patches/6.1: 6.1.10-hardened1 -> 6.1.11-hardened1 2023-02-15 13:48:15 +00:00
K900
5aec2a7956 linux/hardened/patches/5.15: 5.15.92-hardened1 -> 5.15.93-hardened1 2023-02-15 13:48:15 +00:00
K900
30a72be338 linux-rt_5_15: 5.15.92-rt57 -> 5.15.93-rt58 2023-02-15 13:48:15 +00:00
K900
6ee2f048f2 linux: 6.1.11 -> 6.1.12 2023-02-15 13:48:15 +00:00
K900
30e36d2e82 linux: 5.15.93 -> 5.15.94 2023-02-15 13:48:15 +00:00
PedroHLC ☭
bc12cf5976
linuxKernel.kernels.linux_zen: 6.1.10-zen1 -> 6.1.12-zen1 2023-02-15 09:25:17 -03:00
PedroHLC ☭
d7e04271d5
linuxKernel.kernels.linux_lqx: 6.1.10-lqx1 -> 6.1.12-lqx1 2023-02-15 09:23:47 -03:00
Martin Weinelt
36c3acef21
microcodeIntel: 20221108 -> 20230214
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230214

https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00767.html
Fixes: CVE-2022-38090

https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00738.html
Fixes: CVE-2022-33196

https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00700.html
Fixes: CVE-2022-21216
2023-02-15 01:28:13 +01:00
github-actions[bot]
58cfebde3e
Merge staging-next into staging 2023-02-15 00:02:50 +00:00
Felix Bühler
b025cb11c5
Merge pull request #214996 from Stunkymonkey/optionalString-1
treewide: use optionalString
2023-02-14 19:09:46 +01:00
Alyssa Ross
200610b849
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/gtest/default.nix
	pkgs/development/libraries/hidapi/default.nix
2023-02-14 09:53:03 +00:00
K900
a143b4868f linux-firmware: actually set updateScript
oof
2023-02-14 01:09:17 +03:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
Artturi
fa169bb239
Merge pull request #214207 from Artturin/ssytemdbuildbash1 2023-02-13 22:34:23 +02:00
github-actions[bot]
f60ea3cf39
Merge staging-next into staging 2023-02-13 18:01:55 +00:00
Weijia Wang
2e47ae19ed
Merge pull request #216018 from r-ryantm/auto-update/ipset
ipset: 7.15 -> 7.17
2023-02-13 15:53:26 +01:00
github-actions[bot]
29cdca7736
Merge staging-next into staging 2023-02-13 06:02:02 +00:00
github-actions[bot]
0d7cb3a2aa
Merge master into staging-next 2023-02-13 06:01:30 +00:00
Winter
66f6a84904 darwin.apple_sdk.frameworks.IOKit: fix on x86_64-darwin
7abd144913 switched the source releases to
pull from GitHub. This resulted in the IOUSBFamily installation failing,
as the extracted directory's name changed from `IOUSBFamily-630.4.5` to
`IOUSBFamily-IOUSBFamily-630.4.5`. This didn't occur for any other frameworks
because we used wildcards for copying them already.
2023-02-12 19:30:40 -05:00
Alyssa Ross
c6c7493c3b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyarrow/default.nix
2023-02-13 00:15:28 +00:00
Sandro
3e7bf1e547
Merge pull request #204493 from reckenrode/xcodes-update 2023-02-13 00:38:33 +01:00
Guillaume Girol
81c60e22d9
Merge pull request #215378 from lilyinstarlight/fix/dracut-smaller-closure
dracut: reduce closure and suffix DRACUT_PATH
2023-02-12 20:48:49 +00:00
R. Ryantm
359896bd1b ipset: 7.15 -> 7.17 2023-02-12 16:01:04 +00:00
github-actions[bot]
b0f16e56b0
Merge staging-next into staging 2023-02-11 18:01:50 +00:00
github-actions[bot]
15bfb025ab
Merge master into staging-next 2023-02-11 18:01:19 +00:00
Lana Black
68bfdaec57 solo5: fix tests 2023-02-11 11:02:13 -06:00
github-actions[bot]
a5b021e538
Merge staging-next into staging 2023-02-11 12:01:48 +00:00
github-actions[bot]
cd4ded4f12
Merge master into staging-next 2023-02-11 12:01:14 +00:00
aktaboot
14ab222d2c qmk-udev-rules: update 2023-02-10 21:52:46 +01:00
Lily Foster
6e8889d4ae
dracut: reduce closure and suffix DRACUT_PATH
Implements a few usability changes for dracut framework by suffixing
rather than prefixing `DRACUT_PATH` (so that downstream consumers can
more easily override it) and reduce closure size by bundling fewer
default utilities in `DRACUT_PATH`.

Done per comments at https://github.com/NixOS/nixpkgs/pull/210075#discussion_r1088822274.
2023-02-10 13:35:49 -05:00
github-actions[bot]
1c178195e0
Merge staging-next into staging 2023-02-10 18:01:57 +00:00
github-actions[bot]
42cf9b70d4
Merge master into staging-next 2023-02-10 18:01:23 +00:00
Maximilian Bosch
98e4c1f8cf
linux/hardened/patches/6.1: 6.1.8-hardened1 -> 6.1.10-hardened1 2023-02-10 11:43:08 +01:00
Maximilian Bosch
85947aa9dd
linux/hardened/patches/5.4: 5.4.230-hardened1 -> 5.4.231-hardened1 2023-02-10 11:42:59 +01:00
Maximilian Bosch
2acd1ca6dc
linux/hardened/patches/5.15: 5.15.91-hardened1 -> 5.15.92-hardened1 2023-02-10 11:42:52 +01:00
Maximilian Bosch
b1033b4ae4
linux/hardened/patches/5.10: 5.10.166-hardened1 -> 5.10.167-hardened1 2023-02-10 11:42:45 +01:00
Maximilian Bosch
aa27dcf0cb
linux/hardened/patches/4.19: 4.19.271-hardened1 -> 4.19.272-hardened1 2023-02-10 11:42:37 +01:00
Maximilian Bosch
e094af5a4c
linux/hardened/patches/4.14: 4.14.304-hardened1 -> 4.14.305-hardened1 2023-02-10 11:42:30 +01:00
Maximilian Bosch
b43216c923
linux_latest-libre: 19044 -> 19049 2023-02-10 11:42:11 +01:00
Maximilian Bosch
91bf1a86ce
linux-rt_5_15: 5.15.86-rt56 -> 5.15.92-rt57 2023-02-10 11:41:47 +01:00
Maximilian Bosch
e684fcd484
linux: 6.1.10 -> 6.1.11 2023-02-10 11:41:32 +01:00
Maximilian Bosch
2b45841a0c
linux: 5.15.92 -> 5.15.93 2023-02-10 11:41:22 +01:00
github-actions[bot]
f72b07e57d
Merge staging-next into staging 2023-02-10 06:01:53 +00:00
github-actions[bot]
bff8e74964
Merge master into staging-next 2023-02-10 06:01:18 +00:00
Mario Rodas
3056c1eedd
Merge pull request #215424 from r-ryantm/auto-update/atop
atop: 2.7.1 -> 2.8.1
2023-02-09 22:11:06 -05:00
github-actions[bot]
0417b0e54f
Merge staging-next into staging 2023-02-10 00:03:00 +00:00
github-actions[bot]
71c0c6d984
Merge master into staging-next 2023-02-10 00:02:27 +00:00
Artturin
ae87533ba1 linuxHeaders: cleanup android
compared output and the build log and python2 is not required

both build

'pkgsCross.aarch64-android.linuxHeaders'
'pkgsCross.aarch64-android.bionic.linuxHeaders'

linux-headers>   LEX     scripts/kconfig/lexer.lex.c
linux-headers> sh: line 1: flex: command not found

linux-headers>   YACC    scripts/kconfig/parser.tab.[ch]
linux-headers> sh: line 1: bison: command not found

linux-headers>   INSTALL ./usr/include
linux-headers> sh: line 1: rsync: command not found

Co-authored-by: exarkun <exarkun@twistedmatrix.com>
2023-02-09 20:10:33 +00:00
github-actions[bot]
87e315024e
Merge staging-next into staging 2023-02-09 18:01:44 +00:00
github-actions[bot]
b5d4dad2b8
Merge master into staging-next 2023-02-09 18:01:11 +00:00
R. Ryantm
62fb8fadbb atop: 2.7.1 -> 2.8.1 2023-02-09 01:26:08 +00:00
Nick Cao
6d65e4f449
Merge pull request #215337 from PedroHLC/hwdata-0.367
hwdata: 0.366 -> 0.367
2023-02-09 08:13:10 +08:00
github-actions[bot]
bece38afcc
Merge staging-next into staging 2023-02-09 00:02:56 +00:00
Vladimír Čunát
1e42908aa7
Merge branch 'master' into staging-next 2023-02-08 21:50:23 +01:00
Maciej Krüger
f3ba738bfe
libnl-tiny: init at unstable-2022-12-13 2023-02-08 21:38:00 +01:00
Kiskae
89db9de377
linuxPackages.nvidia_x11_production: 525.85.05 -> 525.89.02 2023-02-08 20:21:58 +01:00
PedroHLC ☭
d5f88d5d1c
hwdata: 0.366 -> 0.367 2023-02-08 13:48:36 -03:00
Weijia Wang
29cfcee104
Merge pull request #215266 from r-ryantm/auto-update/rt-tests
rt-tests: 2.4 -> 2.5
2023-02-08 08:42:58 +01:00
R. Ryantm
d60172380e rt-tests: 2.4 -> 2.5 2023-02-08 06:56:23 +00:00
R. Ryantm
9b23f8ed3b sysstat: 12.6.1 -> 12.6.2 2023-02-08 04:57:12 +00:00
Sandro
eaaca27fa3
Merge pull request #215138 from laalsaas/util-linux-completion 2023-02-07 21:05:17 +01:00
github-actions[bot]
371c2a6303
Merge staging-next into staging 2023-02-07 18:02:15 +00:00
John Ericson
f0636c6055 treewide: Add meta.pkgConfigModules to a few packages
Picking up where https://github.com/NixOS/nixpkgs/pull/214304 left off.
2023-02-07 12:15:32 -05:00
Vladimír Čunát
3356399453
Merge branch 'master' into staging-next 2023-02-07 17:36:16 +01:00
laalsaas
7d9ab620de util-linux: install completion 2023-02-07 16:19:56 +01:00
Florian Klink
025d8692b2
Merge pull request #215094 from chuangzhu/systemd-want-gcrypt
systemd: fix build when withResolved=false and withImportd=true
2023-02-07 12:49:32 +01:00
Chuang Zhu
b89799acf0 systemd: fix build when withResolved=false and withImportd=true 2023-02-07 18:17:34 +08:00
R. Ryantm
7082124d63 setools: 4.4.0 -> 4.4.1 2023-02-07 05:42:29 +00:00
github-actions[bot]
d3648def80
Merge staging-next into staging 2023-02-07 00:02:46 +00:00
github-actions[bot]
b30088fc3f
Merge master into staging-next 2023-02-07 00:02:12 +00:00
superherointj
6ad074f20e
Merge pull request #215005 from r-ryantm/auto-update/kernelshark
kernelshark: 2.1.1 -> 2.2.0
2023-02-06 19:43:59 -03:00
R. Ryantm
6a1c0b75e6 kernelshark: 2.1.1 -> 2.2.0 2023-02-06 21:46:43 +00:00
zowoq
eceae845cd darwin.openwith: init at unstable-2022-10-28 2023-02-07 06:22:06 +10:00
superherointj
f4a0a30d54
Merge pull request #214957 from PedroHLC/zen-kernels-6.1.10
zen-kernels: 6.1.9 -> 6.1.10
2023-02-06 15:18:27 -03:00
github-actions[bot]
36822caa75
Merge staging-next into staging 2023-02-06 18:02:09 +00:00
github-actions[bot]
f876e1f1e9
Merge master into staging-next 2023-02-06 18:01:37 +00:00
PedroHLC ☭
789fe86ea7
linuxKernel.kernels.linux_lqx: 6.1.9-lqx1 -> 6.1.10-lqx1 2023-02-06 13:14:10 -03:00
PedroHLC ☭
06e0227204
linuxKernel.kernels.linux_zen: 6.1.9-zen1 -> 6.1.10-zen1 2023-02-06 13:08:17 -03:00