Commit Graph

19940 Commits

Author SHA1 Message Date
superherointj
5f7119b6cd
Merge pull request #189253 from PedroHLC/zen-kernels-5.19.6
zen-kernels: 5.19.4 -> 5.19.6
2022-09-01 09:46:16 -03:00
superherointj
8682bea254
Merge pull request #189151 from superherointj/broken-r8168-mark-broken
linuxPackages.r8168: update broken
2022-09-01 09:20:32 -03:00
superherointj
cf76c5a46f displaylink: skip builds at hydra 2022-09-01 09:00:48 -03:00
PedroHLC ☭
edb471b90f
zen-kernels: 5.19.4 -> 5.19.6 2022-09-01 08:30:02 -03:00
superherointj
f175291ce8 linuxPackages.lttng-modules: mark broken for 5.10 2022-09-01 07:29:22 +02:00
Christian Kögler
f5c03fb855
Merge pull request #186565 from CajuM/waydroid-up
waydroid: 1.2.1 -> 1.3.0
2022-08-31 22:17:58 +02:00
superherointj
6ed995f76c linuxPackages.r8168: update broken 2022-08-31 15:14:22 -03:00
superherointj
11c190e98f
Merge pull request #188945 from lheckemann/rtl8189es
linuxPackages.rtl8189es: 2022-05-21 -> 2022-08-30
2022-08-30 20:42:11 -03:00
Jonas Heinrich
fa6b4c3a74
Merge pull request #188053 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 22.32.23937 -> 22.34.24023
2022-08-30 17:56:54 +02:00
Jonas Heinrich
aebbad2634
Merge pull request #188697 from r-ryantm/auto-update/libcgroup
libcgroup: 2.0.2 -> 3.0
2022-08-30 17:00:09 +02:00
Linus Heckemann
9639a3b941 linuxPackages.rtl8189es: 2022-05-21 -> 2022-08-30
This fixes the build with Linux 5.19 and later.
2022-08-30 12:24:55 +02:00
Linus Heckemann
310b9955ce
Merge pull request #181032 from puffnfresh/package/rtl8189es
rtl8189es: 2021-10-01 -> 2022-05-21
2022-08-30 12:08:12 +02:00
superherointj
8720e91143 linux/hardened/patches/5.4: 5.4.210-hardened1 -> 5.4.211-hardened1 2022-08-29 20:23:15 -03:00
superherointj
6c64bc1513 linux/hardened/patches/5.19: init at 5.19.5-hardened1 2022-08-29 20:23:08 -03:00
superherointj
9c52217141 linux/hardened/patches/5.15: 5.15.62-hardened1 -> 5.15.63-hardened1 2022-08-29 20:23:01 -03:00
superherointj
18e3f842ec linux/hardened/patches/5.10: 5.10.137-hardened1 -> 5.10.139-hardened1 2022-08-29 20:22:53 -03:00
superherointj
c963a9fd67 linux/hardened/patches/4.19: 4.19.255-hardened1 -> 4.19.256-hardened1 2022-08-29 20:22:46 -03:00
superherointj
3235fcb17d linux/hardened/patches/4.14: 4.14.290-hardened1 -> 4.14.291-hardened1 2022-08-29 20:22:35 -03:00
superherointj
bb0eb96d45 linux: 5.19.4 -> 5.19.5 2022-08-29 20:22:06 -03:00
superherointj
0d7868b45f linux: 5.10.138 -> 5.10.139 2022-08-29 20:22:00 -03:00
Bobby Rong
e5c96232f4
Merge pull request #188740 from r-ryantm/auto-update/sssd
sssd: 2.7.3 -> 2.7.4
2022-08-29 21:58:09 +08:00
Jonas Heinrich
67cd5d0323
Merge pull request #183501 from r-ryantm/auto-update/libsemanage
libsemanage: 3.3 -> 3.4
2022-08-29 11:11:23 +02:00
R. Ryantm
bb2f437573 sssd: 2.7.3 -> 2.7.4 2022-08-29 01:05:44 +00:00
R. Ryantm
4aa1f67d0e libcgroup: 2.0.2 -> 3.0 2022-08-28 19:41:27 +00:00
R. Ryantm
b71bb7d806 intel-compute-runtime: 22.32.23937 -> 22.34.24023 2022-08-28 19:08:00 +00:00
Michael Hoang
f73bb818a1
karabiner-elements: init at 14.8.0 (#188129)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-28 20:59:16 +02:00
Sam A. Horvath-Hunt
d92383b18d
piper: 0.5.1 -> 0.7 (#187758) 2022-08-28 14:33:16 +02:00
Jonas Heinrich
cc9076cbea
Merge pull request #184300 from r-ryantm/auto-update/kernelshark
kernelshark: 2.1.0 -> 2.1.1
2022-08-28 13:07:11 +02:00
Jonas Heinrich
712fd552d6
Merge pull request #184225 from r-ryantm/auto-update/iw
iw: 5.16 -> 5.19
2022-08-28 11:56:24 +02:00
Andrew Marshall
00a45bc41b linux: Enable SLAB_FREELIST_HARDENED, SLAB_FREELIST_RANDOM
Enabled in [Arch][1], [Debian][2], [Fedora][3]; no others checked.
Recommended by [Kernel Self Protection Project][4]. This should also
implicitly enable SHUFFLE_PAGE_ALLOCATOR.

Performance impact per upstream:

For _HARDENED:
> The difference gets lost in the noise, but if the above is to be taken
> literally, using CONFIG_FREELIST_HARDENED is 0.07% slower.

For _RANDOM:
> Performance results highlighted no major changes

[1]: 66d72ee54a/trunk/config (L1037-L1038)
[2]: 07731f5956/debian/config/config (L6742-6743)
[3]: 6d6ad72f0c/f/kernel-x86_64-fedora.config (_6079)
[4]: https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
2022-08-27 15:05:35 -04:00
fortuneteller2k
a457ddf7f0 linuxPackages.rtl8812au: 5.9.3.2.20210427 -> 5.15.6.20210629 2022-08-27 13:05:13 +00:00
Doron Behar
54af613d60
Merge pull request #188293 from doronbehar/pkg/wiringpi
wiringpi: init at 2.61-1
2022-08-27 14:16:11 +03:00
Jonas Heinrich
69940c042c
Merge pull request #166744 from r-ryantm/auto-update/sysvinit
sysvinit: 3.01 -> 3.04
2022-08-27 09:30:06 +02:00
Anderson Torres
f6677f429e
Merge pull request #178749 from Infinidoge/bump/kmscon
kmscon: unstable-2018-09-07 -> 9.0.0
2022-08-27 02:57:23 -03:00
Martino Fontana
014f12b87e linux: disable NTFS_FS, enable NTFS3_LZX_XPRESS and NTFS3_FS_POSIX_ACL 2022-08-26 20:32:37 +02:00
superherointj
b30e2234ac
Merge pull request #188341 from superherointj/package-asus-ec-sensors-unstable-2022-07-10
asus-ec-sensors: unstable-2021-12-16 -> unstable-2022-07-10
2022-08-26 15:17:50 -03:00
Maximilian Bosch
647f99eb3d
Merge pull request #188335 from superherointj/linux-kernel-updates-2022-08-25
Linux kernel updates 2022-08-25
2022-08-26 13:06:13 +02:00
superherointj
dc153eaa40 asus-ec-sensors: unstable-2021-12-16 -> unstable-2022-07-10 2022-08-25 23:37:33 -03:00
superherointj
2179378618
Merge pull request #188323 from PedroHLC/zen-kernels-5.19.4
zen-kernels: 5.19.3 -> 5.19.4
2022-08-25 20:52:55 -03:00
superherointj
fe76cced40 linux_latest-libre: 18880 -> 18885 2022-08-25 20:28:53 -03:00
superherointj
645ad87d82 linux: 5.4.210 -> 5.4.211 2022-08-25 20:28:33 -03:00
superherointj
fc04b42545 linux: 5.19.3 -> 5.19.4 2022-08-25 20:28:28 -03:00
superherointj
fba0a26dd8 linux: 5.15.62 -> 5.15.63 2022-08-25 20:28:21 -03:00
superherointj
20009a7b14 linux: 5.10.137 -> 5.10.138 2022-08-25 20:28:16 -03:00
superherointj
105b6f1baf linux: 4.9.325 -> 4.9.326 2022-08-25 20:28:11 -03:00
superherointj
bb50933572 linux: 4.19.255 -> 4.19.256 2022-08-25 20:28:06 -03:00
superherointj
e37f235e3a linux: 4.14.290 -> 4.14.291 2022-08-25 20:28:01 -03:00
superherointj
2977a06c07
Merge pull request #188332 from superherointj/package-rtl8189fs-fix-5.19.2-6.0
rtl8189fs: patch for 5.19.2 and 6.0
2022-08-25 20:18:50 -03:00
superherointj
c6030d7d36
Merge pull request #180316 from michaeladler/zen
linux_lqx, linux_zen: avoid unnecessary prefetch
2022-08-25 20:15:13 -03:00
superherointj
0f5fe35943 rtl8189fs: patch for 5.19.2 and 6.0 2022-08-25 19:48:46 -03:00