github-actions[bot]
7a0c5ae7a1
Merge staging-next into staging
2022-02-24 12:02:29 +00:00
Vladimír Čunát
f57be3c72a
linux: restrict option JOYSTICK_PSXPAD_SPI_FF
...
This broke older kernels in PR #155613 (commit 8aae7afa3e
).
I only checked the kernel versions that we maintain,
so (>= 4.14) might be an imprecise condition.
2022-02-24 07:53:06 +01:00
github-actions[bot]
54a50a082c
Merge staging-next into staging
2022-02-24 06:01:49 +00:00
github-actions[bot]
79b5785bdf
Merge master into staging-next
2022-02-24 06:01:13 +00:00
zowoq
da1a40da75
Revert "apparmor: 3.0.3 -> 3.0.4"
...
This reverts commit bcf2265fea
.
Causes mass rebuild on master
2022-02-24 11:16:20 +10:00
Dmitry Kalinkin
83b86a99b5
Merge pull request #161546 from reckenrode/moltenvk-1.1.8
...
moltenvk: 1.1.7 -> 1.1.8
2022-02-23 19:16:05 -05:00
github-actions[bot]
fa7e685342
Merge staging-next into staging
2022-02-24 00:02:43 +00:00
github-actions[bot]
cd6011bf17
Merge master into staging-next
2022-02-24 00:02:03 +00:00
ajs124
dc9bf840d3
Merge pull request #161410 from mweinelt/dddvb
...
linuxPackages.dddvb: init at 0.9.33-404-ge9ccab3
2022-02-24 00:52:02 +01:00
ajs124
5fb1068eaf
Merge pull request #161452 from TredwellGit/linux
...
Linux kernels 2022-02-22
2022-02-24 00:51:13 +01:00
ajs124
f6ada535c9
Merge pull request #160070 from helsinki-systems/upd/apparmor
...
apparmor: 3.0.3 -> 3.0.4
2022-02-24 00:23:32 +01:00
Lassulus
8d5bd4f345
Merge pull request #158174 from mweinelt/hostap-wnm
...
wpa_supplicant: enable 802.11v
2022-02-23 23:50:11 +01:00
Finn Behrens
92074a45f3
darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc ( #161561 )
2022-02-23 15:57:01 -05:00
Pascal Bach
e5a954e78c
Merge pull request #161448 from r-ryantm/auto-update/trace-cmd
...
trace-cmd: 2.9.6 -> 2.9.7
2022-02-23 21:19:19 +01:00
github-actions[bot]
37f89e2837
Merge master into staging-next
2022-02-23 18:01:10 +00:00
Randy Eckenrode
13c0a35fc1
moltenvk: 1.1.7 -> 1.1.8
2022-02-23 11:10:57 -05:00
Maciej Krüger
5ecd24b043
firmware-updater: update vendor hash
2022-02-23 15:10:59 +01:00
Maciej Krüger
82646d9499
firmware-updater: fix license
2022-02-23 15:02:42 +01:00
TredwellGit
73c5ccbf21
linux/hardened/patches/5.4: 5.4.177-hardened1 -> 5.4.180-hardened1
2022-02-23 03:15:10 +00:00
TredwellGit
d9a881c99b
linux/hardened/patches/5.15: 5.15.21-hardened1 -> 5.15.24-hardened1
2022-02-23 03:15:01 +00:00
TredwellGit
99c4179120
linux/hardened/patches/5.10: 5.10.98-hardened1 -> 5.10.101-hardened1
2022-02-23 03:14:53 +00:00
TredwellGit
745de513d6
linux/hardened/patches/4.19: 4.19.227-hardened1 -> 4.19.230-hardened1
2022-02-23 03:14:44 +00:00
TredwellGit
16e2d243d0
linux/hardened/patches/4.14: 4.14.264-hardened1 -> 4.14.267-hardened1
2022-02-23 03:14:36 +00:00
R. Ryantm
5a3689c783
trace-cmd: 2.9.6 -> 2.9.7
2022-02-23 03:13:56 +00:00
TredwellGit
0e5ebf54d5
linux-rt_5_10: 5.10.78-rt55 -> 5.10.100-rt62
2022-02-23 03:13:40 +00:00
github-actions[bot]
4175f9cdcb
Merge master into staging-next
2022-02-23 00:01:51 +00:00
Renaud
293e93748b
Merge pull request #160993 from r-ryantm/auto-update/ryzenadj
...
ryzenadj: 0.8.3 -> 0.9.0
2022-02-22 23:18:34 +01:00
Martin Weinelt
730edb44a8
linuxPackages.dddvb: init at 0.9.33-404-ge9ccab3
2022-02-22 19:31:47 +01:00
github-actions[bot]
f8210665fc
Merge staging-next into staging
2022-02-22 00:02:51 +00:00
Alyssa Ross
0100a75801
kmod-blacklist-ubuntu: don't refer to grep/xargs
...
64b4af5296
("kmod-blacklist-ubuntu: 22-1.1ubuntu1 -> 28-1ubuntu4")
doubled the size of the default initramfs. This happened because the
upgrade introduced this configuration:
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
This meant that the grep and xargs substitutions, which had been
inactive for years, suddenly became active again and became part of
kmod-blacklist-ubuntu's closure.
Since we're already using /run/booted-system for the kmod binaries,
I think it's okay to use it for grep and xargs as well. Both are
required NixOS packages, so they're guaranteed to be there.
Large increases in initramfs size are problematic, because it's often
not possible for users to do anything about them. It's not always
possible to increase the size of /boot, because some filesystems like
ZFS don't support being shrunk to make way for a bigger /boot.
2022-02-21 20:57:48 +00:00
Bernardo Meurer
c05bf8a9ce
Merge pull request #130615 from zhaofengli/ipoib-cm
...
kernel: Enable IPoIB Connected Mode
2022-02-21 10:55:24 -08:00
R. RyanTM
dfab9e35c6
libv4l: 1.20.0 -> 1.22.1
...
* libv4l: 1.20.0 -> 1.22.1 (#143322 )
* v4l-utils: build in parallel
and fix patching of shebangs under utils
and add meta.changelog URL
and clarify meta.license (libs are LGPL 2.1 but tools are GPL 2)
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-21 12:23:37 +01:00
github-actions[bot]
6ceaf1126b
Merge staging-next into staging
2022-02-20 12:01:51 +00:00
Maximilian Bosch
c5323960dc
Merge pull request #158505 from ncfavier/wpa_supplicant-fix-ids
...
wpa_supplicant: use unique IDs for networks and credentials
2022-02-20 11:54:24 +01:00
R. Ryantm
a7a964dddc
ryzenadj: 0.8.3 -> 0.9.0
2022-02-20 02:06:48 +00:00
github-actions[bot]
2b6e1df1e9
Merge staging-next into staging
2022-02-20 00:02:56 +00:00
Alyssa Ross
1176525f87
treewide: remove obsolete kernel version checks
...
We don't support Linux kernels older than 4.4 in Nixpkgs.
2022-02-19 21:09:19 +00:00
github-actions[bot]
4f8c8f9497
Merge staging-next into staging
2022-02-19 18:02:01 +00:00
Maciej Krüger
4d900be80b
firmware-updater: init at unstable
2022-02-19 15:07:45 +01:00
github-actions[bot]
7f28a5962a
Merge staging-next into staging
2022-02-19 00:02:38 +00:00
Yana Timoshenko
c927a5e429
Merge pull request #154536 from qbit/virtio_vmmci
...
pkgs/os-specific/linux/virtio_vmmci: init at 0.4.0
2022-02-19 02:05:15 +03:00
Maximilian Bosch
716ab57e39
Merge pull request #159261 from TredwellGit/linux
...
Linux kernels 2022-02-16
2022-02-18 20:20:57 +01:00
github-actions[bot]
6d75bf658e
Merge staging-next into staging
2022-02-18 18:01:57 +00:00
Andrew Marshall
8027aebf37
apparmor: fix typo in comment; improve formatting
...
(#158630 )
* apparmor: Fix typo in comment
* apparmor: Formatting
- Normal line length
- Idiomatic Nix
- More clearly separate “code”
2022-02-18 14:53:17 +01:00
github-actions[bot]
f5a542c766
Merge staging-next into staging
2022-02-18 06:01:57 +00:00
Sandro
27e7f0a4d9
Merge pull request #156843 from JCapucho/fix/quartus-usb-blaster
2022-02-18 01:10:35 +01:00
github-actions[bot]
705cd79939
Merge staging-next into staging
2022-02-18 00:02:26 +00:00
João Capucho
ba9b26144e
usb-blaster-udev-rules: init
2022-02-17 22:09:02 +00:00
Bernardo Meurer
d6052a6898
Merge pull request #158329 from fortuneteller2k/xanmod-tt
...
linux_xanmod: 5.15.19 -> 5.15.24
2022-02-17 13:24:34 -08:00
fortuneteller2k
a5ddeb2396
linux_xanmod: 5.15.19 -> 5.15.24
2022-02-18 03:31:25 +08:00