3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

16843 commits

Author SHA1 Message Date
Jörg Thalheim 2a909594f1
Merge pull request #145827 from ncfavier/mediatek-bluetooth
linux: add BT_HCIBTUSB_MTK to common kernel config
2021-11-14 11:31:33 +00:00
Michael Raskin 06ef33bf9e
Merge pull request #145819 from arcnmx/eudev-native-gperf
eudev: gperf is a nativeBuildInput
2021-11-14 09:56:21 +00:00
Naïm Favier 3c2c3df181
linux: add BT_HCIBTUSB_MTK to common kernel config
> The MediaTek protocol support enables firmware download support and chip initialization for MediaTek Bluetooth USB controllers.

Necessary to make Bluetooth work on some MediaTek controllers.
2021-11-14 01:13:34 +01:00
arcnmx 2c055cdfa0 eudev: gperf is a nativeBuildInput 2021-11-13 15:25:05 -08:00
Austin Seipp 3df74bdd3f kernel: enable core scheduling on 5.14+ kernels
Core scheduling is a recent innovation in newer kernels to help run
certain untrusted compute workloads more safely in the face of
vulnerabilities like Spectre. In short: it lets processes assign a
unique "cookie" to some group of processes to indicate they are allowed
to be scheduled together on the same SMT-capable core. This helps
mitigate attacks that rely on observing usage of CPU execution units by
cohabitated threads.

Some extra details are available via Linux Weekly News:

  "Core scheduling lands in 5.14", https://lwn.net/Articles/861251/

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-11-13 17:02:34 -06:00
Jörg Thalheim b5e7d62f87
Merge pull request #145808 from Mic92/rtl88xxau-aircrack
linuxPackages.rtl88xxau-aircrack: remove unused fetchpatch
2021-11-13 22:55:02 +00:00
Jörg Thalheim 06113ed1f2
Merge pull request #145725 from Mic92/zen
linux_zen: 5.15.1-zen1 -> 5.15.2-zen1
2021-11-13 22:50:46 +00:00
Jörg Thalheim 6604d111be linuxPackages.rtl88xxau-aircrack: remove unused fetchpatch 2021-11-13 23:30:53 +01:00
Sandro 96c17beaf5
Merge pull request #145205 from Stunkymonkey/treewide-pname-version-1 2021-11-13 19:32:52 +01:00
Maximilian Bosch 91f58a36fc
Merge pull request #145671 from TredwellGit/linux
Kernels 2021-11-12
2021-11-13 14:51:28 +01:00
Sandro 802bd2b7e3
Revert "follow up to pname+version switch: libs" 2021-11-13 13:21:27 +01:00
Sandro 6416f7aa6d
Merge pull request #145411 from SuperSandro2000/libs 2021-11-13 13:21:16 +01:00
Jörg Thalheim 4bc82a39a3
Merge pull request #145670 from Kiskae/patch-1
nvidia_x11_legacy470: 470.82.00 -> 470.86
2021-11-13 10:01:53 +00:00
Jörg Thalheim f17e7e684d linux_zen: 5.15.1-zen1 -> 5.15.2-zen1 2021-11-13 09:43:34 +01:00
Sandro Jäckel cd84d7fd57
maloader: switch to fetchFromGitHub 2021-11-13 02:50:57 +01:00
matthewcroughan df6bfa5e3a linuxPackages.rtl88xxau-aircrack: fix build for linux 5.15
This removes the unnecessary patches and bumps the version to the rev of
tag v5.6.4.2

ZHF: https://github.com/NixOS/nixpkgs/issues/144627

Co-authored-by: nixinator <33lockdown33@protonmail.com>
2021-11-12 22:52:36 +00:00
Graham Christensen 41c9be7c10
Merge pull request #140506 from SebTM/update/displaylink-541
displaylink: 5.4.0-55.153 -> 5.4.1-55.174
2021-11-12 15:14:39 -05:00
TredwellGit 5bb24d504b linux/hardened/patches/5.4: 5.4.157-hardened1 -> 5.4.158-hardened1 2021-11-12 19:03:54 +00:00
TredwellGit dd5de73eba linux/hardened/patches/5.14: 5.14.16-hardened1 -> 5.14.17-hardened1 2021-11-12 19:03:46 +00:00
TredwellGit 3b035cff60 linux/hardened/patches/5.10: 5.10.77-hardened1 -> 5.10.78-hardened1 2021-11-12 19:03:38 +00:00
TredwellGit b5353b2905 linux/hardened/patches/4.19: 4.19.215-hardened1 -> 4.19.216-hardened1 2021-11-12 19:03:30 +00:00
TredwellGit c6d6891185 linux: 5.4.158 -> 5.4.159 2021-11-12 19:02:52 +00:00
TredwellGit e5d1ac060f linux: 5.15.1 -> 5.15.2 2021-11-12 19:02:44 +00:00
TredwellGit 43ebf91176 linux: 5.14.17 -> 5.14.18 2021-11-12 19:02:36 +00:00
TredwellGit 6caad489e2 linux: 5.10.78 -> 5.10.79 2021-11-12 19:02:29 +00:00
TredwellGit e2e9427873 linux: 4.9.289 -> 4.9.290 2021-11-12 19:02:21 +00:00
TredwellGit cf1d695ba6 linux: 4.4.291 -> 4.4.292 2021-11-12 19:02:16 +00:00
TredwellGit c3bbc214cd linux: 4.19.216 -> 4.19.217 2021-11-12 19:02:10 +00:00
TredwellGit d35645f077 linux: 4.14.254 -> 4.14.255 2021-11-12 19:02:05 +00:00
Kiskae 49b20f946e nvidia_x11_legacy470: 470.82.00 -> 470.86 2021-11-12 19:57:14 +01:00
Alyssa Ross 885db6d60d libsemanage: enable parallel building
Tested at -j48.
2021-11-12 18:37:12 +00:00
Alyssa Ross 9d144b3d78 libsemanage: fix cross; strict deps
PYPREFIX is passed to pkg-config.
2021-11-12 18:37:12 +00:00
Sebastian Sellmeier 2631d851f9
displaylink: 5.4.0-55.153 -> 5.4.1-55.174 2021-11-12 17:44:00 +01:00
Maximilian Bosch f4c64e31af
Merge pull request #144348 from r-ryantm/auto-update/iptstate
iptstate: 2.2.6 -> 2.2.7
2021-11-12 11:51:18 +01:00
Thiago Kenji Okada fe55fddcf0
Merge pull request #145143 from CajuM/waydroid
waydroid: 1.1.1 -> 1.2.0
2021-11-11 15:05:38 -03:00
Sandro b3e4559c32
Merge pull request #144103 from Atemu/update/linux_lqx 2021-11-11 14:52:36 +01:00
Jörg Thalheim 61772e2043
Merge pull request #144625 from Mic92/zen
linux_zen: 5.14.15-zen1 -> 5.15-zen1
2021-11-11 06:26:23 +00:00
Jörg Thalheim 2e645a1191 linux_zen: 5.14.15-zen1 -> 5.15.1-zen1 2021-11-11 07:25:47 +01:00
Guillaume Girol 71c8555474
Merge pull request #141414 from jraygauthier/jrg/mingw-w64-pthread-static
mingw_w64_pthreads: enable 'static' lib output
2021-11-10 22:02:57 +00:00
Jan Tojnar 1bd0015d44
Merge pull request #133550 from maxeaubrey/fwupd_1.6.3
fwupd-efi: init at 1.1, fwupd: 1.5.12 -> 1.7.1
2021-11-10 13:11:25 +01:00
Sandro 7f302b8fd8
Merge pull request #145268 from trofi/fix-irqbalance-for-ncurses-6.3 2021-11-10 11:46:12 +01:00
Alyssa Ross f5b089b626 netbsd: add missing rsync native build inputs
Using extraPaths in NetBSD packages now requires rsync, but the rsync
dependency wasn't added to all the packages using extraPaths that
override nativeBuildInputs, so they'd just fail immediately.

Fixes: 75db7f8eb0 ("netbsd: Use rsync to speed up source merging")
2021-11-09 22:53:22 +00:00
Sergei Trofimovich 289bc160ac irqbalance: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    ui/ui.c:714:16: error: format not a string literal and no format arguments [-Werror=format-security]
      714 |         printw(copy_to);
          |                ^~~~~~~
2021-11-09 22:30:19 +00:00
Sandro a0ab6d84ff
Merge pull request #126990 from sbellem/sgxsdk 2021-11-09 22:54:56 +01:00
arkivm 7f99b55db7
intel-cmt-cat: init at 4.2.0 (#144190) 2021-11-09 22:28:35 +01:00
Felix Buehler 9480444dae treewide: rename name to pname&version 2021-11-09 22:24:57 +01:00
Mihai-Drosi Câju 943cfb9a2f waydroid: 1.1.1 -> 1.2.0 2021-11-09 20:23:12 +02:00
Mihai-Drosi Câju 2f5c78458b waydroid: Add missing dependencies
* Also add pyclip for clipboard support
* And symlink Waydroid.desktop to share/applications
2021-11-09 20:22:52 +02:00
davidak 2103d78e0b
Merge pull request #144930 from artemist/bcachefs
linux_testing_bcachefs, bcachefs-tools: upgrade
2021-11-09 18:26:30 +01:00
Sandro 1442afd89d
Merge pull request #144990 from applePrincess/fix-rewrite-tbd 2021-11-08 15:23:23 +01:00