Commit Graph

10397 Commits

Author SHA1 Message Date
eljamm
8dfb8b9c77 linux_xanmod: 6.12.26 -> 6.12.28 2025-05-13 10:51:36 +05:30
Yarny0
1e6c445767 linux/common-config: disable OF_OVERLAY on x86_64 if version < 5.15
`OF_OVERLAY` breaks kernel compilation for version 5.10
(beginning with 5.10.236), but only on x86_64.
Luckily, `OF_OVERLAY` is of not real interest on x86_64,
so this commit unbreaks the build by just disabling that option
if the target is x86_64 *and* the kernel version is below 5.15.

v5.15 contains a patch that turns the compilation error into a
warning, so this measure is not needed from that version on:
https://git.kernel.org/linus/5aad03685185b5133a28e1ee1d4e98d3fd3642a3

The reasons for the build failure are not
fully clear at the time of this writing;
apparently, a change in `pahole` is the core cause.
For details see the issue and in particular this comment:
https://github.com/NixOS/nixpkgs/issues/403985#issuecomment-2863338895
If that is correct and `pahole` gets fixed,
we can probably revert the commit at hand.
2025-05-10 11:21:45 +02:00
Katherine Jamison
faf04ada1e linuxKernel.kernels.linux_lqx: 6.14.5-lqx1 -> 6.14.6-lqx1 2025-05-10 00:45:36 -06:00
Katherine Jamison
cb8dc2c7b1 linuxKernel.kernels.linux_zen: 6.14.5-zen1 -> 6.14.6-zen1 2025-05-10 00:43:22 -06:00
K900
424f541fd1 linux_5_15: 5.15.181 -> 5.15.182 2025-05-09 11:44:10 +03:00
K900
85dd608120 linux_6_1: 6.1.136 -> 6.1.138 2025-05-09 11:44:05 +03:00
K900
6eb1f06e01 linux_6_6: 6.6.89 -> 6.6.90 2025-05-09 11:44:01 +03:00
K900
21353f0d4a linux_6_12: 6.12.26 -> 6.12.28 2025-05-09 11:43:51 +03:00
K900
38a007811a linux_6_14: 6.14.5 -> 6.14.6 2025-05-09 11:43:44 +03:00
Ben Wolsieffer
3aff7b471c linux/common-config: enable EFI on supported platforms
Currently, is it possible for stdenv.hostPlatform.isEfi to be true but
the kernel to have no EFI support. This mainly occurs on armv6l and
causes systemd in initrd to fail to build because it attempts to include
the non-existent efivarfs module in the initrd.

To fix this, automatically enable CONFIG_EFI on platforms where isEfi is
true. An alternative would be to make isEfi false on armv6l, but EFI is
in fact usable on that platform.

To prove this, I successfully booted NixOS on a Raspberry Pi Zero using
systemd-boot and U-Boot's EFI support. I confirmed that efivarfs works
as well.
2025-05-07 20:24:48 -04:00
adisbladis
1b482d9b09 linux_testing: 6.15-rc4 -> 6.15-rc5 2025-05-06 01:58:51 +02:00
eljamm
dc8152a214 linux_xanmod_latest: 6.14.4 -> 6.14.5 2025-05-06 00:29:18 +05:30
eljamm
06525c67c7 linux_xanmod: 6.12.25 -> 6.12.26 2025-05-06 00:29:18 +05:30
eljamm
814ea57d97 linux_xanmod_latest: 6.13.12 -> 6.14.4 2025-05-06 00:29:18 +05:30
eljamm
a203defe44 linux_xanmod: 6.12.24 -> 6.12.25 2025-05-06 00:29:18 +05:30
Thiago Kenji Okada
9f545f4658 linuxKernel.kernels.linux_zen: 6.14.4-zen1 -> 6.14.5-zen1, linuxKernel.kernels.linux_lqx: 6.14.4-lqx1 -> 6.14.5-lqx1 (#404004) 2025-05-04 19:05:46 +01:00
Katherine Jamison
085fead86a linuxKernel.kernels.linux_lqx: 6.14.4-lqx1 -> 6.14.5-lqx1 2025-05-03 14:58:14 -06:00
Katherine Jamison
cba4255f74 linuxKernel.kernels.linux_zen: 6.14.4-zen1 -> 6.14.5-zen1 2025-05-03 14:54:53 -06:00
Marcin Serwin
1044c1da93 linux-libre.scripts: 19746 -> 19769 2025-05-02 20:24:55 +02:00
K900
cacac1fde0 linux_5_4: 5.4.292 -> 5.4.293 2025-05-02 11:06:20 +03:00
K900
d6d2a5fb9c linux_5_10: 5.10.236 -> 5.10.237 2025-05-02 11:06:17 +03:00
K900
a51c31546f linux_5_15: 5.15.180 -> 5.15.181 2025-05-02 11:06:13 +03:00
K900
065ab048ab linux_6_1: 6.1.135 -> 6.1.136 2025-05-02 11:06:10 +03:00
K900
231f3b88b5 linux_6_6: 6.6.88 -> 6.6.89 2025-05-02 11:06:04 +03:00
K900
41351bf070 linux_6_12: 6.12.25 -> 6.12.26 2025-05-02 11:06:00 +03:00
K900
556933f144 linux_6_14: 6.14.4 -> 6.14.5 2025-05-02 11:05:57 +03:00
Weijia Wang
842904c633 linux: restrict zinstall to aarch and risc-v 2025-04-30 16:19:26 +02:00
adisbladis
d16ac8d0f8 linux_testing: 6.15-rc3 -> 6.15-rc4 (#402647) 2025-04-30 15:03:55 +02:00
Thiago Kenji Okada
d43450e2da linuxKernel.kernels.linux_zen: 6.14.3-zen1 -> 6.14.4-zen1, linuxKernel.kernels.linux_lqx: 6.14.3-lqx1 -> 6.14.4-lqx1 (#402117) 2025-04-29 14:44:15 +01:00
adisbladis
ec044103c8 linux_testing: 6.15-rc3 -> 6.15-rc4 2025-04-28 23:21:13 +02:00
Katherine Jamison
e672bb8cb5 linuxKernel.kernels.linux_lqx: 6.14.3-lqx1 -> 6.14.4-lqx1 2025-04-26 12:49:50 -06:00
Katherine Jamison
01d384c705 linuxKernel.kernels.linux_zen: 6.14.3-zen1 -> 6.14.4-zen1 2025-04-26 12:47:49 -06:00
Morgan Jones
dac36fa94c treewide: switch instances of lib.teams.*.members to the new meta.teams attribute (#400458) 2025-04-25 22:24:35 -07:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
zowoq
0208d3b825 linux_6_1: 6.1.134 -> 6.1.135 2025-04-26 09:51:43 +10:00
zowoq
5b046b29b3 linux_6_6: 6.6.87 -> 6.6.88 2025-04-26 09:51:43 +10:00
zowoq
6d7dc217ac linux_6_12: 6.12.24 -> 6.12.25 2025-04-26 09:51:42 +10:00
zowoq
6f193e7d54 linux_6_14: 6.14.3 -> 6.14.4 2025-04-26 09:51:42 +10:00
zowoq
e0f73940d8 linux_testing: 6.15-rc2 -> 6.15-rc3 2025-04-26 09:51:42 +10:00
eljamm
683058211b linux_xanmod_latest: 6.13.11 -> 6.13.12 2025-04-25 22:38:12 +05:30
eljamm
61c08aaa05 linux_xanmod: 6.12.23 -> 6.12.24 2025-04-25 22:38:12 +05:30
Thiago Kenji Okada
fbabea48ca linuxKernel.kernels.linux_zen: 6.14.1-zen1 -> 6.14.3-zen1, linuxKernel.kernels.linux_lqx: 6.14.1-lqx1 -> 6.14.3-lqx1 (#397838) 2025-04-22 18:10:50 +01:00
Katherine Jamison
17beb475f6 linuxKernel.kernels.linux_lqx: 6.14.1-lqx1 -> 6.14.3-lqx1 2025-04-20 19:15:31 -06:00
Katherine Jamison
1eaa411e3d linuxKernel.kernels.linux_zen: 6.14.1-zen1 -> 6.14.3-zen1 2025-04-20 19:13:07 -06:00
K900
7bf0fcbefe linux_6_12: 6.12.23 -> 6.12.24 2025-04-20 13:23:11 +03:00
K900
458772c9d9 linux_6_13: 6.13.11 -> 6.13.12 2025-04-20 13:23:06 +03:00
K900
f21254eee5 linux_6_14: 6.14.2 -> 6.14.3 2025-04-20 13:23:03 +03:00
K900
7a5c7e2f4f linux_testing: 6.15-rc1 -> 6.15-rc2 2025-04-20 13:22:59 +03:00
Fedi Jamoussi
cf75c66ea3 linux_xanmod, linux_xanmod_latest: 2025-04-10 (#397468) 2025-04-17 15:59:56 +05:30
K900
c083d00950 linux_5_4: 5.4.291 -> 5.4.292 2025-04-10 18:50:44 +03:00