Commit Graph

7267 Commits

Author SHA1 Message Date
K900
04141e9828 linux: 6.1.40 -> 6.1.41 2023-07-25 07:37:47 +03:00
K900
6da374098b linux: 5.4.249 -> 5.4.250 2023-07-25 07:37:42 +03:00
K900
c28af224b5 linux: 5.15.121 -> 5.15.122 2023-07-25 07:37:38 +03:00
K900
d5cddc3d2f linux: 5.10.186 -> 5.10.187 2023-07-25 07:37:34 +03:00
K900
16c27410de linux: 4.19.288 -> 4.19.289 2023-07-25 07:37:28 +03:00
K900
874e84b691
Merge pull request #245074 from K900/kernels-20230723
Kernels for 2023-07-23
2023-07-24 12:11:04 +03:00
Sandro
1d1fe1fe14
Merge pull request #245063 from SuperSandro2000/remove-maintainer
treewide: reduce packages I maintainer
2023-07-23 21:28:26 +02:00
K900
f1237348f3 linux: 6.4.4 -> 6.4.5 2023-07-23 22:14:31 +03:00
K900
39157de5fd linux: 6.1.39 -> 6.1.40 2023-07-23 22:14:00 +03:00
K900
e518edd718 linux: 5.15.120 -> 5.15.121 2023-07-23 22:13:23 +03:00
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Atemu
ea4ab285a6
Merge pull request #244707 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-07-21
2023-07-22 20:36:00 +02:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Atemu
f1d07d1b9a linux_xanmod: 6.1.37 -> 6.1.39 2023-07-21 21:42:41 +02:00
Atemu
5b73fdbd95 linux_xanmod_latest: 6.4.1 -> 6.4.4 2023-07-21 21:40:52 +02:00
K900
fc956a2e69
Merge pull request #244508 from LibreCybernetics/update-kernels
Linux kernel updates 2023-07-20
2023-07-21 09:11:20 +03:00
Adam Joseph
42fcf0878a
Merge pull request #244447 from amjoseph-nixpkgs/pr/fix/restore-ability-to-build-kernel-without-modules
linuxManualConfig: restore functionality of isModular and buildDTBs
2023-07-20 22:17:29 +00:00
Fabián Heredia Montiel
675e71c8f9 linux/hardened/patches/6.4: 6.4.3-hardened1 → 6.4.4-hardened1 2023-07-20 09:14:15 -06:00
Fabián Heredia Montiel
455dbe71a2 linux/hardened/patches/6.3: 6.3.12-hardened1 → 6.3.13-hardened1 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
829b85f780 linux/hardened/patches/6.1: 6.1.38-hardened1 → 6.1.39-hardened1 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
ad22fa6bab linux: 6.4.3 -> 6.4.4 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
1ebfd26de1 linux: 6.3.12 -> 6.3.13 2023-07-20 09:14:08 -06:00
Fabián Heredia Montiel
bd015ca446 linux: 6.1.38 -> 6.1.39 2023-07-20 09:14:08 -06:00
Florian Klink
45e44dd407 linuxPackages: set IP_ROUTE_MULTIPATH to yes
This already gets set to yes by the x86 defconfig, but is not set to
true on aarch64, which means you can't program IPv4 routes with multiple
nexthops there. Set this to y unconditionally, so we don't have this odd
mismatch between x86_64 and aarch64.
2023-07-20 11:00:20 +03:00
Adam Joseph
284d76ee3d linuxManualConfig: restore functionality of isModular and buildDTBs
Since https://github.com/NixOS/nixpkgs/pull/221707 the `isModular`
and `buildDTBs` parameters no longer function properly -- they now
control only whether or not these elements are copied to the
outpath; they are build unconditionally in any case.

This commit reverts the part of #221707 which caused this behavior
change.
2023-07-06 11:32:05 -07:00
Adam Joseph
2458c94c9e lib/systems: strip kernel to avoid reference cycles
Since https://github.com/NixOS/nixpkgs/pull/221707 we must ensure
that the image resulting from a kernel build is stripped.  If we do
not do this, there will be circular dependencies among its outpaths.

This commit fixes the breakage on mips.

Closes #224694
2023-07-06 10:46:24 -07:00
Maximilian Bosch
456c0392a0
linux/patches: drop obsolete CVE-2023-32233 patch
Part of all upstream source-trees kernels we currently build.
2023-07-17 18:48:19 +02:00
Raito Bezarius
9895d0b0c5 linuxPackages_testing_bcachefs: add raitobezarius as maintainer
I am daily driving bcachefs now.
2023-07-15 17:51:21 +02:00
Raito Bezarius
ddcc70786f linuxPackages_testing_bcachefs: enable quota and POSIX ACL
Previously, we were not enabling those two features, it does not cost us a lot to do it
and fix journald who relies on POSIX ACLs.
2023-07-15 17:51:21 +02:00
Sandro
01f286cb66
Merge pull request #242946 from LibreCybernetics/linux_6_4_hardened-init
linux/hardened/patches/6.4: init at 6.4.3-hardened1
2023-07-14 18:04:49 +02:00
Fabián Heredia Montiel
ad38070be8 linux/hardened/patches/6.4: init at 6.4.3-hardened1 2023-07-11 16:53:08 -06:00
Thiago Kenji Okada
e42a2887a7
Merge pull request #242722 from thiagokokada/bump-zen
linuxKernel.kernels.linux_zen: 6.4.1-zen1 -> 6.4.2-zen1;  linuxKernel.kernels.linux_lqx: 6.3.11-lqx2 -> 6.4.2-lqx1; linuxKernel.kernels.linux_{lqx,zen}: add custom extra config
2023-07-11 21:16:01 +00:00
Thiago Kenji Okada
b2a4f6a735 linuxKernel.kernels.linux_{lqx,zen}: mark as broken in aarch64 2023-07-11 20:40:51 +01:00
Thiago Kenji Okada
be1d7789aa linuxKernel.kernels.linux_{lqx,zen}: add custom extra config
This is based on the following sources:
- https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/blob/main/config
- https://github.com/damentz/liquorix-package/blob/6.4/master/linux-liquorix/debian/config/kernelarch-x86/config-arch-64
- https://liquorix.net/

This is not supposed to be exhaustive, so we may not completely match
upstream here. However, we should get most of the improvements in upstream
webpage, and there is always space for further tuning in the future.

Fixes: #241986
2023-07-11 20:40:51 +01:00
Atemu
fe765bc194
Merge pull request #242461 from Atemu/update/xanmod
linux_xanmod, linux_xanmod: 2023-07-09
2023-07-11 13:08:55 +02:00
Thiago Kenji Okada
7ff753d449 linuxKernel.kernels.linux_{lqx,zen}: add thiagokokada as maintainer 2023-07-11 11:17:55 +01:00
K900
80f1bea8bc linux: 6.4.2 -> 6.4.3 2023-07-11 11:06:57 +03:00
Thiago Kenji Okada
322da8a27c linuxKernel.kernels.linux_lqx: 6.3.11-lqx2 -> 6.4.2-lqx1 2023-07-10 22:12:52 +01:00
Thiago Kenji Okada
ef823ba338 linuxKernel.kernels.linux_zen: 6.4.1-zen1 -> 6.4.2-zen1 2023-07-10 22:09:28 +01:00
Atemu
c3354e71d3 linux_xanmod_latest: 6.3.9 -> 6.4.1 2023-07-09 13:28:50 +02:00
Atemu
0a2b50444e linux_xanmod: 6.1.35 -> 6.1.37 2023-07-09 13:28:13 +02:00
Fabián Heredia Montiel
0836b331a5 linux_5_15: drop fix-amdgpu-5_15 patch 2023-07-07 21:34:33 -06:00
Fabián Heredia Montiel
ec01d46c90 linux: fix hash of 6.1.37 -> 6.1.38
Issue seems to be that the update script doesn't support `hash =`
2023-07-06 08:56:56 -06:00
Fabián Heredia Montiel
bd2eef5844 linux-rt_5_10: 5.10.184-rt90 -> 5.10.186-rt91 2023-07-06 08:44:13 -06:00
Fabián Heredia Montiel
2237302fb4 linux/hardened/patches/6.3: 6.3.11-hardened1 -> 6.3.12-hardened1 2023-07-05 17:06:27 -06:00
Fabián Heredia Montiel
10431c572a linux/hardened/patches/6.1: 6.1.37-hardened1 -> 6.1.38-hardened1 2023-07-05 17:06:22 -06:00
Fabián Heredia Montiel
90033377d2 linux/hardened/patches/5.15: 5.15.119-hardened1 -> 5.15.120-hardened1 2023-07-05 17:06:18 -06:00
Fabián Heredia Montiel
5765c42409 linux/hardened/patches/6.3: 6.3.1-hardened1 -> 6.3.11-hardened1 2023-07-05 12:14:41 -06:00
Fabián Heredia Montiel
6c2818634f linux/hardened/patches/6.1: 6.1.35-hardened1 -> 6.1.37-hardened1 2023-07-05 12:14:41 -06:00
Fabián Heredia Montiel
8b8c6cea35 linux/hardened/patches/5.4: 5.4.248-hardened1 -> 5.4.249-hardened1 2023-07-05 12:14:41 -06:00