Commit graph

6057 commits

Author SHA1 Message Date
K900 4e02bb4922 linux: enable MODULE_ALLOW_BTF_MISMATCH
Right now it looks like the BTFs are not reproducible between different builds
of the same kernel, and the kernel will refuse to load modules if the BTF
doesn't match. This can cause some interesting side effects when Nix
uses different substituters for different parts of the kernel.

This is far from ideal, and we _really_ should figure out how to actually
make the BTF building consistently reproducible, but that seems more
complicated, so maybe we should do this to get affected systems booting.

See also: https://lore.kernel.org/bpf/YfK18x%2FXrYL4Vw8o@syu-laptop/ ,
where the openSUSE people ran into similar issues.
2022-07-14 12:18:44 +03:00
PedroHLC ☭ c2fa5569a0
zen-kernels: add pedrohlc as maintainer 2022-07-12 18:04:57 -03:00
PedroHLC ☭ c1f94c40df
linux_lqx: 5.18.10-lqx1 -> 5.18.11-lqx1 2022-07-12 18:04:36 -03:00
PedroHLC ☭ 2c994cf1c7
linux_zen: 5.18.10-zen1 -> 5.18.11-zen1 2022-07-12 18:02:46 -03:00
Dominique Martinet 4b4576faf9 Revert "linux-kernel: disable BTF on 32-bit platforms on kernels 5.15+"
This reverts commit 79e05fb16b.

broken 32bit BTF builds got fixed in #175467 by switching libbpf from
libelf to elfutils, as a side-product of the upgrade, so we don't need
this anymore.
2022-07-11 10:32:23 +09:00
Jörg Thalheim 3137fb373e
Merge pull request #176162 from martinetd/linux_no_debug_reduced
linux-kernel config: disable DEBUG_INFO_REDUCED
2022-07-10 19:20:56 +02:00
Dominique Martinet 47f9f04788 linux-kernel config: disable DEBUG_INFO_REDUCED
Linux's aarch64 defconfig has been updated in 5.13 to enable "reduced"
debug infos (upstream commit ed938a4bfc58 ("arm64: defconfig: Use
DEBUG_INFO_REDUCED"), but that commits locks DEBUG_INFO_BTF as noticed
in #175467

This disables it back which should fix bpftrace usage of BTF not working
on newer kernels.
2022-07-09 10:29:40 +09:00
PedroHLC ☭ 541dc61858
zen-kernels: linux_lqx, linux_zen: 5.18.9 -> 5.18.10 2022-07-08 18:24:25 -03:00
Maximilian Bosch 0cf7410707
Merge pull request #180584 from Ma27/linux-kernel-updates
Linux kernel updates 2022-07-07
2022-07-08 22:55:19 +02:00
Edmund Wu 71c1d90be4
linux: include zstd in module dependencies 2022-07-08 01:22:51 -04:00
Maximilian Bosch cc7d3f9228
linux/hardened/patches/5.4: 5.4.202-hardened1 -> 5.4.203-hardened1 2022-07-07 21:22:29 +02:00
Maximilian Bosch 287f104a15
linux/hardened/patches/5.15: 5.15.51-hardened1 -> 5.15.52-hardened1 2022-07-07 21:22:20 +02:00
Maximilian Bosch b01bc117d4
linux/hardened/patches/5.10: 5.10.127-hardened1 -> 5.10.128-hardened1 2022-07-07 21:22:11 +02:00
Maximilian Bosch b4fb4a07cf
linux/hardened/patches/4.19: 4.19.249-hardened1 -> 4.19.250-hardened1 2022-07-07 21:22:01 +02:00
Maximilian Bosch 50815fdf17
linux/hardened/patches/4.14: 4.14.285-hardened1 -> 4.14.286-hardened1 2022-07-07 21:21:52 +02:00
Maximilian Bosch 4a5a4a0ff2
linux: 5.4.203 -> 5.4.204 2022-07-07 21:20:41 +02:00
Maximilian Bosch 525e5cd3b3
linux: 5.18.9 -> 5.18.10 2022-07-07 21:20:27 +02:00
Maximilian Bosch 7361080635
linux: 5.15.52 -> 5.15.53 2022-07-07 21:20:14 +02:00
Maximilian Bosch 8e9ad03cbf
linux: 5.10.128 -> 5.10.129 2022-07-07 21:19:59 +02:00
Maximilian Bosch eb59a193b9
linux: 4.9.321 -> 4.9.322 2022-07-07 21:19:45 +02:00
Maximilian Bosch 83b4ead7e1
linux: 4.19.250 -> 4.19.251 2022-07-07 21:19:34 +02:00
Maximilian Bosch f0238d6098
linux: 4.14.286 -> 4.14.287 2022-07-07 21:19:28 +02:00
PedroHLC ☭ cbc4d51711
zen-kernels: 5.18.7 -> 5.18.9 2022-07-05 14:39:37 -03:00
Maximilian Bosch 111751879d
linux: 5.4.202 -> 5.4.203 2022-07-04 07:30:03 +02:00
Maximilian Bosch 39a8cebc2b
linux: 5.18.8 -> 5.18.9 2022-07-04 07:28:56 +02:00
Maximilian Bosch edd230fbc4
linux: 5.15.51 -> 5.15.52 2022-07-04 07:27:38 +02:00
Maximilian Bosch 1e01358524
linux: 5.10.127 -> 5.10.128 2022-07-04 07:26:20 +02:00
Maximilian Bosch 734b6f6d30
linux: 4.9.320 -> 4.9.321 2022-07-04 07:25:06 +02:00
Maximilian Bosch 67b230bd08
linux: 4.19.249 -> 4.19.250 2022-07-04 07:24:07 +02:00
Maximilian Bosch a9b933df1c
linux: 4.14.285 -> 4.14.286 2022-07-04 07:23:03 +02:00
K900 f8b452f127 linux/hardened/patches/5.4: 5.4.201-hardened1 -> 5.4.202-hardened1 2022-06-30 14:59:20 +03:00
K900 87f3f3ab17 linux/hardened/patches/5.18: 5.18.7-hardened1 -> 5.18.8-hardened1 2022-06-30 14:59:17 +03:00
K900 362d5a564f linux/hardened/patches/5.15: 5.15.50-hardened1 -> 5.15.51-hardened1 2022-06-30 14:59:13 +03:00
K900 0228189916 linux/hardened/patches/5.10: 5.10.125-hardened1 -> 5.10.127-hardened1 2022-06-30 14:59:10 +03:00
K900 7b061f8eb6 linux: 5.4.201 -> 5.4.202 2022-06-30 14:58:36 +03:00
K900 7c4567e0d4 linux: 5.18.7 -> 5.18.8 2022-06-30 14:58:35 +03:00
K900 5a52c81969 linux: 5.15.50 -> 5.15.51 2022-06-30 14:58:33 +03:00
K900 6ed6ef2ea1 linux: 5.10.126 -> 5.10.127 2022-06-30 14:58:30 +03:00
Thiago Kenji Okada 1cd3bf8234
Merge pull request #161773 from psydvl/kernel/zen+lqx
`linux_zen` & `linux_lqx`: unify, add `updateScript` & `linux_lqx` -> 5.18.7
2022-06-29 13:56:47 +01:00
Dmitriy 9da7308bb7 linux_zen: 5.18.5-zen1 -> 5.18.7-zen1 2022-06-29 01:29:47 +03:00
Dmitriy adf52ecefe linux_lqx: 5.15.16-lqx2 -> 5.18.7-lqx1 2022-06-29 01:22:50 +03:00
Dmitriy 66c8475a8f linux_lqx, linux_zen: add update script 2022-06-29 01:22:47 +03:00
Dmitriy 40674f0d7f linux_lqx, linux_zen: refactor to unify
Unify linux_zen and linux_lqx -> zen-kernels
2022-06-29 00:41:32 +03:00
Maximilian Bosch 7d58f625e2
linux/hardened/patches/5.4: 5.4.200-hardened1 -> 5.4.201-hardened1 2022-06-28 19:17:22 +02:00
Maximilian Bosch 57d38001ad
linux/hardened/patches/5.18: 5.18.6-hardened1 -> 5.18.7-hardened1 2022-06-28 19:17:10 +02:00
Maximilian Bosch d7973cd502
linux/hardened/patches/5.15: 5.15.49-hardened1 -> 5.15.50-hardened1 2022-06-28 19:16:57 +02:00
Maximilian Bosch 3cf33ad016
linux/hardened/patches/5.10: 5.10.124-hardened1 -> 5.10.125-hardened1 2022-06-28 19:16:44 +02:00
Maximilian Bosch 14479c95a2
linux/hardened/patches/4.19: 4.19.248-hardened1 -> 4.19.249-hardened1 2022-06-28 19:16:32 +02:00
Maximilian Bosch 299b49b539
linux/hardened/patches/4.14: 4.14.284-hardened1 -> 4.14.285-hardened1 2022-06-28 19:16:21 +02:00
Maximilian Bosch dfc38c7baa
linux: 5.4.200 -> 5.4.201 2022-06-28 19:15:09 +02:00