Commit Graph

7253 Commits

Author SHA1 Message Date
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
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
Fabián Heredia Montiel
113647c143 linux/hardened/patches/5.15: 5.15.118-hardened1 -> 5.15.119-hardened1 2023-07-05 12:14:41 -06:00
Fabián Heredia Montiel
a082028c92 linux/hardened/patches/5.10: 5.10.185-hardened1 -> 5.10.186-hardened1 2023-07-05 12:14:41 -06:00
Fabián Heredia Montiel
44943aa4e8 linux/hardened/patches/4.19: 4.19.287-hardened1 -> 4.19.288-hardened1 2023-07-05 12:14:41 -06:00
Fabián Heredia Montiel
bce930c338 linux/hardened/patches/4.14: 4.14.319-hardened1 -> 4.14.320-hardened1 2023-07-05 12:14:41 -06:00
Fabián Heredia Montiel
76910c64d5 linux-rt_5_4: 5.4.242-rt81 -> 5.4.248-rt83 2023-07-05 12:14:40 -06:00
Fabián Heredia Montiel
4915814966 linux-rt_5_15: 5.15.113-rt64 -> 5.15.119-rt65 2023-07-05 12:14:40 -06:00
Fabián Heredia Montiel
c8e9615acd linux: 6.4.1 -> 6.4.2 2023-07-05 12:14:40 -06:00
Fabián Heredia Montiel
ca1982a805 linux: 6.3.11 -> 6.3.12 2023-07-05 12:14:40 -06:00
Fabián Heredia Montiel
b6819092d7 linux: 6.1.37 -> 6.1.38 2023-07-05 12:14:40 -06:00
Fabián Heredia Montiel
101dcc3cfa linux: 5.15.119 -> 5.15.120 2023-07-05 12:14:40 -06:00
Raito Bezarius
bcd5fbf074
linux_6_4: 6.4 -> 6.4.1
https://lwn.net/Articles/937080/
2023-07-05 12:12:03 +02:00
Raito Bezarius
25f6f293c8
linux_6_3: 6.3.10 -> 6.3.11
https://lwn.net/Articles/937081/
2023-07-05 12:12:03 +02:00
Raito Bezarius
b65cfaf1eb
linux_6_1: 6.1.36 -> 6.1.37
https://lwn.net/Articles/937082/
2023-07-05 12:12:01 +02:00
Thiago Kenji Okada
693c5204dc linuxKernel.kernels.linux_lqx: 6.3.4-lqx1 -> 6.3.11-lqx2 2023-07-01 22:37:04 +01:00