Commit graph

6133 commits

Author SHA1 Message Date
PedroHLC ☭ 6c36b381db
zen-kernels: 5.18.11 -> 5.18.12 2022-07-16 10:53:58 -03:00
K900 4aca31fd40
Merge pull request #181456 from K900/allow-btf-mismatch
linux: enable MODULE_ALLOW_BTF_MISMATCH
2022-07-16 16:26:14 +03:00
K900 191beef260 linux-rt_5_10: 5.10.120-rt70 -> 5.10.131-rt72 2022-07-16 14:34:07 +03:00
K900 00ec9cf112 linux: 5.4.205 -> 5.4.206 2022-07-16 14:33:31 +03:00
K900 70ce5e51c7 linux: 5.18.11 -> 5.18.12 2022-07-16 14:33:28 +03:00
K900 aa6f361841 linux: 5.15.54 -> 5.15.55 2022-07-16 14:33:23 +03:00
K900 d6f057760a linux: 5.10.130 -> 5.10.131 2022-07-16 14:33:20 +03:00
Martin Weinelt b2d57db6c2
Merge pull request #180516 from Atemu/kernel-disable-ashmem
linux: disable ASHMEM on >= 5.18
2022-07-14 23:20:26 +02:00
Maximilian Bosch b78bde7fc3
linux/hardened/patches/5.4: 5.4.203-hardened1 -> 5.4.205-hardened1 2022-07-14 22:02:39 +02:00
Maximilian Bosch 5b934a0f91
linux/hardened/patches/5.18: 5.18.8-hardened1 -> 5.18.11-hardened1 2022-07-14 22:02:17 +02:00
Maximilian Bosch 79cc0324b3
linux/hardened/patches/5.15: 5.15.52-hardened1 -> 5.15.54-hardened1 2022-07-14 22:01:45 +02:00
Maximilian Bosch 56fa7c6a9c
linux/hardened/patches/5.10: 5.10.128-hardened1 -> 5.10.130-hardened1 2022-07-14 22:01:27 +02:00
Maximilian Bosch ab4a2a7a47
linux/hardened/patches/4.19: 4.19.250-hardened1 -> 4.19.252-hardened1 2022-07-14 22:00:48 +02:00
Maximilian Bosch 542ea83d58
linux/hardened/patches/4.14: 4.14.286-hardened1 -> 4.14.288-hardened1 2022-07-14 22:00:28 +02:00
Maximilian Bosch f544b56c74
linux_latest-libre: 18798 -> 18825 2022-07-14 21:59:10 +02:00
Maximilian Bosch e21d1188e0
linux: 5.4.204 -> 5.4.205 2022-07-14 21:58:44 +02:00
Maximilian Bosch d9ffcdf0d6
linux: 5.18.10 -> 5.18.11 2022-07-14 21:58:27 +02:00
Maximilian Bosch 4806df0be2
linux: 5.15.53 -> 5.15.54 2022-07-14 21:57:45 +02:00
Maximilian Bosch 027ae2cc48
linux: 5.10.129 -> 5.10.130 2022-07-14 21:57:22 +02:00
Maximilian Bosch 1a21d7ebe2
linux: 4.9.322 -> 4.9.323 2022-07-14 21:57:07 +02:00
Maximilian Bosch a97667c44b
linux: 4.19.251 -> 4.19.252 2022-07-14 21:56:54 +02:00
Maximilian Bosch 556fc7f473
linux: 4.14.287 -> 4.14.288 2022-07-14 21:56:33 +02:00
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
Phillip Cloud 100c1bcc11
linux_xanmod: remove LRNG option 2022-07-08 06:31:56 -04:00
Phillip Cloud bc799b3222
linux_xanmod_latest: 5.18.1 -> 5.18.10 2022-07-08 06:31:55 -04:00
Phillip Cloud 3087ec9f21
linux_xanmod: 5.15.43 -> 5.15.53 2022-07-08 06:31:50 -04: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
Atemu b5ee4eca8e linux: disable ASHMEM on >= 5.18
Dropped by upstream, see
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=721412ed3d819e767cac2b06646bf03aa158aaec

It was marked as optional, so it didn't break our builds but resulted in:

    warning: unused option: ASHMEM

Explicitly disable ASHMEM on kernels >=5.18 for clarity and fewer warnings
2022-07-07 14:40:17 +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
Maximilian Bosch a13afa2d90
linux: 5.18.6 -> 5.18.7 2022-06-28 19:14:58 +02:00
Maximilian Bosch 17996e10f9
linux: 5.15.49 -> 5.15.50 2022-06-28 19:14:46 +02:00
Maximilian Bosch 48f604ef69
linux: 5.10.124 -> 5.10.126 2022-06-28 19:14:34 +02:00
Maximilian Bosch 21c39a0969
linux: 4.9.319 -> 4.9.320 2022-06-28 19:14:23 +02:00
Maximilian Bosch 34fe04da8e
linux: 4.19.248 -> 4.19.249 2022-06-28 19:14:14 +02:00
Maximilian Bosch 2b50639f43
linux: 4.14.284 -> 4.14.285 2022-06-28 19:14:04 +02:00
Maximilian Bosch 046fcb0f8b
Merge pull request #178709 from Ma27/kernel-updates
Linux kernel updates 2022-06-23
2022-06-23 17:07:32 +02:00
Maximilian Bosch 7ff7153c22
linux_testing_bcachefs: mark as broken
Doesn't build with Linux 5.18, but we have to remove 5.17 now because
it's EOL.
2022-06-23 12:33:56 +02:00
Maximilian Bosch f0e3e98377
linux_5_17: remove 2022-06-23 11:09:16 +02:00
Maximilian Bosch 1d833f1783
linux/hardened/patches/5.4: 5.4.198-hardened1 -> 5.4.200-hardened1 2022-06-23 01:43:43 +02:00
Maximilian Bosch 80caa72602
linux/hardened/patches/5.18: 5.18.3-hardened1 -> 5.18.6-hardened1 2022-06-23 01:43:31 +02:00
Maximilian Bosch 14ad08aee4
linux/hardened/patches/5.15: 5.15.47-hardened1 -> 5.15.49-hardened1 2022-06-23 01:43:18 +02:00
Maximilian Bosch 500dff12fe
linux/hardened/patches/5.10: 5.10.122-hardened1 -> 5.10.124-hardened1 2022-06-23 01:43:06 +02:00
Maximilian Bosch d450bf294a
linux/hardened/patches/4.19: 4.19.247-hardened1 -> 4.19.248-hardened1 2022-06-23 01:42:55 +02:00
Maximilian Bosch 0fc1333d75
linux/hardened/patches/4.14: 4.14.283-hardened1 -> 4.14.284-hardened1 2022-06-23 01:42:44 +02:00
Maximilian Bosch efdcc5f6a8
linux_latest-libre: 18777 -> 18798 2022-06-23 01:42:23 +02:00
Maximilian Bosch 4051ac2d8e
linux: 5.4.198 -> 5.4.200 2022-06-23 01:42:14 +02:00
Maximilian Bosch a266f7808b
linux: 5.18.4 -> 5.18.6 2022-06-23 01:42:04 +02:00
Maximilian Bosch ca439ff6a6
linux: 5.15.47 -> 5.15.49 2022-06-23 01:41:52 +02:00
Maximilian Bosch 66e572d984
linux: 5.10.122 -> 5.10.124 2022-06-23 01:41:41 +02:00
Maximilian Bosch 34952774df
linux: 4.9.318 -> 4.9.319 2022-06-23 01:41:30 +02:00
Maximilian Bosch 2341a8672d
linux: 4.19.247 -> 4.19.248 2022-06-23 01:41:22 +02:00
Maximilian Bosch d7c1e34aa0
linux: 4.14.283 -> 4.14.284 2022-06-23 01:41:12 +02:00
Rick van Schijndel a1e3a1dfc0
Merge pull request #178256 from misuzu/btf-32bit
linuxPackages: unbreak new kernels on 32-bit platforms
2022-06-21 22:09:41 +02:00