Commit Graph

6360 Commits

Author SHA1 Message Date
fortuneteller2k
c9d4f8fa5f linux_xanmod: 5.15.58 -> 5.15.60 2022-08-12 13:47:18 +00:00
fortuneteller2k
8130a07408 linux_xanmod_latest: 5.19.0-xanmod2 -> 5.19.1 2022-08-12 11:09:11 +00:00
fortuneteller2k
bd22b4c978 linux_xanmod_latest: 5.19.0-xanmod1 -> 5.19.0-xanmod2 2022-08-11 18:10:33 +00:00
PedroHLC ☭
14c1f2e104
linux_lqx: 5.18.16-lqx1 -> 5.18.16-lqx2 2022-08-09 18:41:47 -03:00
Bernardo Meurer
7e901eeae0
kernel: only enable PINCTRL_AMD on 5.19+ 2022-08-08 20:42:45 -04:00
Peter Hoeg
f7c980599e kernel: fix touchpads on AMD laptops 2022-08-08 22:28:05 +08:00
fortuneteller2k
244953f789 linux_xanmod_latest: 5.18.15 -> 5.19.0 2022-08-04 13:50:44 +00:00
fortuneteller2k
c39114c279 linux_xanmod_latest: 5.18.11 -> 5.18.15 2022-08-04 13:50:12 +00:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
K900
86c336254a
Merge pull request #184812 from K900/pahole
linux: actually fix split BTFs
2022-08-04 10:58:37 +03:00
K900
f23ac4035c linux/hardened/patches/5.4: 5.4.206-hardened1 -> 5.4.208-hardened1 2022-08-04 08:14:12 +03:00
K900
86bccf10b9 linux/hardened/patches/5.18: 5.18.12-hardened1 -> 5.18.15-hardened1 2022-08-04 08:14:05 +03:00
K900
e9c8925f98 linux/hardened/patches/5.15: 5.15.55-hardened1 -> 5.15.58-hardened1 2022-08-04 08:13:58 +03:00
K900
fca28ee089 linux/hardened/patches/5.10: 5.10.131-hardened1 -> 5.10.134-hardened1 2022-08-04 08:13:50 +03:00
K900
b588944c55 linux/hardened/patches/4.19: 4.19.252-hardened1 -> 4.19.254-hardened1 2022-08-04 08:13:44 +03:00
K900
941b70fb70 linux/hardened/patches/4.14: 4.14.288-hardened1 -> 4.14.290-hardened1 2022-08-04 08:13:36 +03:00
K900
e4be613a8b linux_latest-libre: 18825 -> 18837 2022-08-04 08:13:09 +03:00
K900
6f5368cff9 linux: 5.4.208 -> 5.4.209 2022-08-04 08:12:52 +03:00
K900
f437246542 linux: 5.18.15 -> 5.18.16 2022-08-04 08:12:47 +03:00
K900
b7b3e0bd51 linux: 5.15.58 -> 5.15.59 2022-08-04 08:12:42 +03:00
K900
20249152ce linux: 5.10.134 -> 5.10.135 2022-08-04 08:12:37 +03:00
PedroHLC ☭
140d955eba
zen-kernels: 5.18.15 -> 5.18.16 2022-08-03 18:32:16 -03:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
K900
6cd9a388df linux: provide pahole when configuring
The kernel checks the version of pahole at configuration time to know
if it supports features like split BTFs. If pahole doesn't exist,
all of that gets disabled in the config file, so the kernel ends up
built without split BTFs, despite having a working pahole for the actual
build.
2022-08-02 16:23:00 +03:00
PedroHLC ☭
f53e009293
linux_lqx: 5.18.15-lqx1 -> 5.18.15-lqx2 2022-08-01 13:42:43 -03:00
Alyssa Ross
84cc06af6f linux_latest: 5.18.15 -> 5.19 2022-08-01 15:30:56 +00:00
PedroHLC ☭
8e078933f1
zen-kernels: 5.18.14 -> 5.18.15 2022-07-30 13:27:01 -03:00
fortuneteller2k
6eb810b500 linux_xanmod: 5.15.54 -> 5.15.58 2022-07-30 14:12:39 +00:00
Maximilian Bosch
d060a1191b
linux: 5.4.207 -> 5.4.208 2022-07-29 19:10:46 +02:00
Maximilian Bosch
37f0f42f70
linux: 5.18.13 -> 5.18.15 2022-07-29 19:10:31 +02:00
Maximilian Bosch
8beec3e69a
linux: 5.15.56 -> 5.15.58 2022-07-29 19:10:13 +02:00
Maximilian Bosch
40b001eee2
linux: 5.10.132 -> 5.10.134 2022-07-29 19:09:57 +02:00
Maximilian Bosch
32da3390ab
linux: 4.9.324 -> 4.9.325 2022-07-29 19:09:39 +02:00
Maximilian Bosch
310ce04485
linux: 4.19.253 -> 4.19.254 2022-07-29 19:09:22 +02:00
Maximilian Bosch
be408ef5bb
linux: 4.14.289 -> 4.14.290 2022-07-29 19:09:01 +02:00
Alyssa Ross
ea29d1b601
linux: use writeShellScript 2022-07-29 09:28:57 +00:00
Alyssa Ross
c48f9c6218
linux: inline "commonMakeFlags"
Since 7a9b6ac39a ("kernel: Enable cross compiling"), commonMakeFlags
has only been used once.  Since these flags aren't "common" between
anything any more, they should just be inlined to make the expression
easier to read.
2022-07-29 09:28:39 +00:00
github-actions[bot]
f6895f13b0
Merge master into staging-next 2022-07-27 18:01:33 +00:00
Dmitriy
1909ee2df3 zen-kernels: retire myself as a maintainer 2022-07-27 01:08:14 +03:00
Vladimír Čunát
8198636be0
linux-doc: fixup fetch after commit 9e68ab7b83
Let's stop using src.override.  I see no advantage,
and the switch of original src from `sha256 =` to `hash =`
was causing really confusing errors.
2022-07-26 12:08:28 +02:00
github-actions[bot]
8aaeccd647
Merge master into staging-next 2022-07-26 06:02:16 +00:00
PedroHLC ☭
30c47f202a
linux_lqx: 5.18.14-lqx1 -> 5.18.14-lqx2 2022-07-25 21:49:23 -03:00
github-actions[bot]
19fd1d7e90
Merge master into staging-next 2022-07-26 00:02:26 +00:00
PedroHLC ☭
6f8b42bb02
linux_lqx: 5.18.13-lqx1 -> 5.18.14-lqx1 2022-07-25 12:23:21 -03:00
PedroHLC ☭
a829e713d4
linux_zen: 5.18.13-zen1 -> 5.18.14-zen1 2022-07-25 12:23:18 -03:00
github-actions[bot]
1ce437589a
Merge master into staging-next 2022-07-23 06:01:20 +00:00
Bernardo Meurer
c104d82dda
Merge pull request #182480 from PedroHLC/zen-kernels-5.18.13
zen-kernels: 5.18.12 -> 5.18.13
2022-07-22 19:17:13 -07:00
Artturin
6789222b1c Merge branch 'master' into staging-next 2022-07-22 18:23:16 +03:00
Roman Volosatovs
b4d0cb4497 kernel: port randstruct patch to 5.19
Signed-off-by: Roman Volosatovs <roman@profian.com>
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
2022-07-22 15:04:50 +00:00
matthewcroughan
01d57f09ee linux_testing: 5.15-rc6 -> 5.19-rc5 2022-07-22 15:04:50 +00:00
PedroHLC ☭
2913507a7a
zen-kernels: 5.18.12 -> 5.18.13 2022-07-22 11:57:34 -03:00
Maximilian Bosch
71bb828019
Merge pull request #182458 from Ma27/linux-kernel-updates
Linux kernel updates 2022-07-22
2022-07-22 16:05:49 +02:00
Maximilian Bosch
7a3f99fa70
linux/hardened/patches/5.4: 5.4.205-hardened1 -> 5.4.206-hardened1 2022-07-22 13:22:37 +02:00
Maximilian Bosch
5d94d1543d
linux/hardened/patches/5.18: 5.18.11-hardened1 -> 5.18.12-hardened1 2022-07-22 13:22:24 +02:00
Maximilian Bosch
fec96c5435
linux/hardened/patches/5.15: 5.15.54-hardened1 -> 5.15.55-hardened1 2022-07-22 13:22:07 +02:00
Maximilian Bosch
cef3263da6
linux/hardened/patches/5.10: 5.10.130-hardened1 -> 5.10.131-hardened1 2022-07-22 13:21:54 +02:00
Maximilian Bosch
61fa750911
linux: 5.4.206 -> 5.4.207 2022-07-22 13:20:46 +02:00
Maximilian Bosch
a368cce1a5
linux: 5.18.12 -> 5.18.13 2022-07-22 13:20:35 +02:00
Maximilian Bosch
98215a7f78
linux: 5.15.55 -> 5.15.56 2022-07-22 13:20:21 +02:00
Maximilian Bosch
d91bda3b83
linux: 5.10.131 -> 5.10.132 2022-07-22 13:20:07 +02:00
Maximilian Bosch
225a653b7d
linux: 4.9.323 -> 4.9.324 2022-07-22 13:19:56 +02:00
Maximilian Bosch
ae6aa45e31
linux: 4.19.252 -> 4.19.253 2022-07-22 13:19:47 +02:00
Maximilian Bosch
9e6fcd6f07
linux: 4.14.288 -> 4.14.289 2022-07-22 13:19:36 +02:00
github-actions[bot]
206abeaeaa
Merge master into staging-next 2022-07-22 06:01:20 +00:00
fortuneteller2k
9459bcdc13 linux_xanmod_tt: init at 5.15.54 2022-07-21 20:12:00 +00:00
fortuneteller2k
d726818c37 xanmod-kernels: set suffix to a default value 2022-07-21 20:01:48 +00:00
fortuneteller2k
b0cfccd50a linux_xanmod_latest: 5.18.10 -> 5.18.11 2022-07-21 20:01:48 +00:00
fortuneteller2k
ac93fd3177 linux_xanmod: 5.15.53 -> 5.15.54 2022-07-21 20:01:48 +00:00
fortuneteller2k
e5d17fcc91 xanmod-kernels: remove explicit WERROR=n 2022-07-21 20:01:36 +00:00
fortuneteller2k
9d0769d4e7 linux_xanmod: rename stable to lts 2022-07-21 19:46:47 +00:00
github-actions[bot]
97f117148f
Merge staging-next into staging 2022-07-17 00:02:54 +00:00
Thiago Kenji Okada
f8decf6918
Merge pull request #179691 from cpcloud/xanmod
linux_xanmod: bump stable and edge to latest version
2022-07-16 23:56:04 +01:00
Thiago Kenji Okada
3036c0c691
Merge pull request #181737 from Atemu/zen-kernels-retire-maintainer
zen-kernels: retire myself as a maintainer
2022-07-16 18:07:51 +01:00
Thiago Kenji Okada
5bff30da05
Merge pull request #181733 from PedroHLC/zen-kernels-5.18.12
zen-kernels: linux_lqx, linux_zen: 5.18.11 -> 5.18.12
2022-07-16 15:56:33 +01:00
Atemu
ff2e597e9a zen-kernels: retire myself as a maintainer
I don't use either anymore
2022-07-16 16:48:23 +02:00
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
Michael Adler
168cdcd9bd linux_lqx, linux_zen: avoid unnecessary prefetch
If the version hasn't changed, there is no need to run nix_prefetch_git
(which is quite expensive for the large kernel repo).
2022-07-06 13:52:16 +02:00
Andrew Marshall
f153f15a45 linux: Remove unused Kernel patches
These are not referenced.
2022-07-05 20:24:04 -04: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
misuzu
b0e0bdb880 Revert "linux_5_15: mark as broken on i686"
This reverts commit 836c6353cc.

Not broken anymore.
2022-06-21 19:05:55 +03:00
misuzu
79e05fb16b linux-kernel: disable BTF on 32-bit platforms on kernels 5.15+
It fails to build with `Failed to parse base BTF 'vmlinux': -22`
2022-06-21 19:05:52 +03:00
Sergei Trofimovich
5ee88ab21d Merge master into staging-next 2022-06-18 08:00:58 +01:00
Sandro
d63e9f5c1b
Merge pull request #177951 from InternetUnexplorer/linux_zen-5.18.5-zen1
linux_zen: 5.18.1-zen1 -> 5.18.5-zen1
2022-06-17 21:33:00 +02:00
InternetUnexplorer
089d7e3941 linux_zen: 5.18.1-zen1 -> 5.18.5-zen1 2022-06-16 17:36:57 -07:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Maximilian Bosch
fb273f2144
linux/hardened/patches/5.4: 5.4.197-hardened1 -> 5.4.198-hardened1 2022-06-16 12:31:39 +02:00
Maximilian Bosch
96aa98b34e
linux/hardened/patches/5.17: 5.17.14-hardened1 -> 5.17.15-hardened1 2022-06-16 12:31:26 +02:00
Maximilian Bosch
b728110e62
linux/hardened/patches/5.15: 5.15.46-hardened1 -> 5.15.47-hardened1 2022-06-16 12:31:11 +02:00
Maximilian Bosch
638b826560
linux/hardened/patches/5.10: 5.10.121-hardened1 -> 5.10.122-hardened1 2022-06-16 12:30:56 +02:00
Maximilian Bosch
2f5d73c7c8
linux/hardened/patches/4.19: 4.19.246-hardened1 -> 4.19.247-hardened1 2022-06-16 12:30:40 +02:00
Maximilian Bosch
f66c3eec69
linux/hardened/patches/4.14: 4.14.282-hardened1 -> 4.14.283-hardened1 2022-06-16 12:30:27 +02:00
Maximilian Bosch
47f2c949b1
linux: 5.4.197 -> 5.4.198 2022-06-16 12:29:20 +02:00
Maximilian Bosch
c06fe392cf
linux: 5.18.3 -> 5.18.4 2022-06-16 12:28:52 +02:00
Maximilian Bosch
e58ad1f6c8
linux: 5.17.14 -> 5.17.15 2022-06-16 12:28:14 +02:00
Maximilian Bosch
66f0feca14
linux: 5.15.46 -> 5.15.47 2022-06-16 12:27:40 +02:00
Maximilian Bosch
2aabaf7e8a
linux: 5.10.121 -> 5.10.122 2022-06-16 12:27:11 +02:00
Maximilian Bosch
685043bbe9
linux: 4.9.317 -> 4.9.318 2022-06-16 12:26:48 +02:00
Maximilian Bosch
de6b615add
linux: 4.19.246 -> 4.19.247 2022-06-16 12:26:34 +02:00
Maximilian Bosch
783c3d65ef
linux: 4.14.282 -> 4.14.283 2022-06-16 12:26:21 +02:00
github-actions[bot]
9881bc5fb7
Merge master into staging-next 2022-06-12 18:01:18 +00:00
Maximilian Bosch
6717faa02c
Merge pull request #177216 from amarshall/linux-kernel-updates
Linux kernel updates 2022-06-10
2022-06-12 19:52:57 +02:00
github-actions[bot]
1ff1108cce
Merge master into staging-next 2022-06-11 12:01:21 +00:00
Andrew Marshall
5dc09cd84f linux/hardened/patches/5.4: 5.4.196-hardened1 -> 5.4.197-hardened1 2022-06-10 17:22:33 -04:00
Andrew Marshall
a2c6e4372a linux/hardened/patches/5.18: init at 5.18.3-hardened1 2022-06-10 17:22:33 -04:00
Alyssa Ross
690125bd0a
treewide: update git.kernel.org/cgit homepage URLs
These are now redirects, and no longer git clone-able despite looking
like git repo URLs.  I've updated them to the new locations.
2022-06-10 19:46:39 +00:00
Andrew Marshall
f61e9f4a53 linux/hardened/patches/5.17: 5.17.11-hardened1 -> 5.17.14-hardened1 2022-06-10 14:19:23 -04:00
Andrew Marshall
de36193dee linux/hardened/patches/5.15: 5.15.43-hardened1 -> 5.15.46-hardened1 2022-06-10 14:19:21 -04:00
Andrew Marshall
858741e872 linux/hardened/patches/5.10: 5.10.118-hardened1 -> 5.10.121-hardened1 2022-06-10 14:19:18 -04:00
Andrew Marshall
1c31d9666e linux/hardened/patches/4.19: 4.19.245-hardened1 -> 4.19.246-hardened1 2022-06-10 14:19:16 -04:00
Andrew Marshall
67a664c575 linux/hardened/patches/4.14: 4.14.281-hardened1 -> 4.14.282-hardened1 2022-06-10 14:19:14 -04:00
Andrew Marshall
87e0009cd5 linux_latest-libre: 18738 -> 18777 2022-06-10 14:18:50 -04:00
Andrew Marshall
e457a67642 linux-rt_5_10: 5.10.115-rt67 -> 5.10.120-rt70 2022-06-10 14:18:32 -04:00
Andrew Marshall
45a098de80 linux: 5.4.196 -> 5.4.197 2022-06-10 14:18:26 -04:00
Andrew Marshall
260e08a6e6 linux: 5.18 -> 5.18.3 2022-06-10 14:18:25 -04:00
Andrew Marshall
363c71ff3c linux: 5.17.11 -> 5.17.14 2022-06-10 14:18:22 -04:00
Andrew Marshall
19d9866215 linux: 5.15.43 -> 5.15.46 2022-06-10 14:18:20 -04:00
Andrew Marshall
a7757d8a94 linux: 5.10.118 -> 5.10.121 2022-06-10 14:18:18 -04:00
Andrew Marshall
2ac8909c8b linux: 4.9.316 -> 4.9.317 2022-06-10 14:18:16 -04:00
Andrew Marshall
c6c98c48b4 linux: 4.19.245 -> 4.19.246 2022-06-10 14:18:13 -04:00
Andrew Marshall
deaf61dab1 linux: 4.14.281 -> 4.14.282 2022-06-10 14:18:11 -04:00
github-actions[bot]
ef1a40da01
Merge staging-next into staging 2022-06-10 12:02:21 +00:00
K900
d9b980c98e
linux: enable vc4 HDMI-CEC by default (#176762) 2022-06-10 11:20:50 +02:00
Martin Weinelt
6451e9d4a5 Merge remote-tracking branch 'origin/staging-next' into staging 2022-06-08 22:22:26 +02:00
Sergei Trofimovich
bde43b987a
Merge pull request #176199 from trofi/fix-fno-common-for-linuxPackages_hardkernel_latest.usbip
linuxPackages_hardkernel_latest.usbip: pull upstream fix for -fno-com…
2022-06-07 21:07:39 +00:00
github-actions[bot]
c7b66f5659
Merge staging-next into staging 2022-06-06 00:05:10 +00:00
Phillip Cloud
58b3f66931
linuxKernels.kernels.linux_xanmod: don't set -Werror by default
Co-authored-by: fortune <lythe1107@gmail.com>
2022-06-05 11:44:47 -05:00
Phillip Cloud
83171a1dba
linuxKernels.kernels.linux_xanmod: apply patch from review 2022-06-05 11:36:21 -05:00
Phillip Cloud
d688ec7d80
linuxKernels.kernels.linux_xanmod: import helpers
Co-authored-by: fortune <lythe1107@gmail.com>
2022-06-05 11:06:52 -05:00
Phillip Cloud
ecaaba491d
linuxKernels.kernels.linux_xanmod: adjust config for 5.18 2022-06-05 10:49:00 -05:00
Phillip Cloud
61b37a0a20
linuxKernel.kernels.linux_xanmod_latest: 5.17.8 -> 5.18.1 2022-06-05 10:48:59 -05:00
Phillip Cloud
3fd61ac55e
linuxKernels.kernels.linux_xanmod: 5.15.40 -> 5.15.43 2022-06-05 10:48:58 -05:00
github-actions[bot]
5934fd9ec8
Merge staging-next into staging 2022-06-04 18:01:47 +00:00
Sergei Trofimovich
473bca4bd2 linuxPackages_hardkernel_latest.usbip: pull upstream fix for -fno-common toolchains
Without the change builds fails on upstream -gcc-10 as:

    ld: tools/usb/usbip/libsrc/vhci_driver.c:18: multiple definition of
      `udev_context'; tools/usb/usbip/libsrc/usbip_host_common.c:38: first defined here
2022-06-04 08:11:56 +01:00
InternetUnexplorer
c240539dba linux_zen: 5.18.0-zen1 -> 5.18.1-zen1
This also disables WERROR, which is necessary until #175433 reaches
master (which disables it for all kernels).
2022-06-03 01:10:18 -07:00
Sergei Trofimovich
fea73bfd63 linux: disable WERROR by default
gcc update frequently breaks most recent kernel releases due to blanket -Werror
flag. Let's avoid -Werror in a default build to ease kernel and gcc maintenance.
2022-05-30 07:22:49 +01:00
Sandro
3aa3f5ea37
Merge pull request #174577 from andrevmatos/linux/zen
linux_zen: 5.17.7-zen1 -> 5.18.0-zen1
2022-05-27 19:25:34 +02:00
Maximilian Bosch
75f4c62775
linux/hardened/patches/5.4: 5.4.195-hardened1 -> 5.4.196-hardened1 2022-05-26 17:20:50 +02:00
Maximilian Bosch
ec4b2a871d
linux/hardened/patches/5.17: 5.17.9-hardened1 -> 5.17.11-hardened1 2022-05-26 17:20:39 +02:00
Maximilian Bosch
e97b03a780
linux/hardened/patches/5.15: 5.15.41-hardened1 -> 5.15.43-hardened1 2022-05-26 17:20:27 +02:00
Maximilian Bosch
d8d0dd929e
linux/hardened/patches/5.10: 5.10.117-hardened1 -> 5.10.118-hardened1 2022-05-26 17:20:14 +02:00
Maximilian Bosch
63192641bb
linux/hardened/patches/4.19: 4.19.244-hardened1 -> 4.19.245-hardened1 2022-05-26 17:20:03 +02:00
Maximilian Bosch
08daee172e
linux/hardened/patches/4.14: 4.14.280-hardened1 -> 4.14.281-hardened1 2022-05-26 17:19:52 +02:00
Maximilian Bosch
d505557a29
linux: 5.4.195 -> 5.4.196 2022-05-26 17:18:45 +02:00
Maximilian Bosch
c57d757e1b
linux: 5.17.9 -> 5.17.11 2022-05-26 17:18:35 +02:00
Maximilian Bosch
bc0db57d53
linux: 5.15.41 -> 5.15.43 2022-05-26 17:18:23 +02:00
Maximilian Bosch
ec5629f3f2
linux: 5.10.117 -> 5.10.118 2022-05-26 17:18:12 +02:00
Maximilian Bosch
110b58f77e
linux: 4.9.315 -> 4.9.316 2022-05-26 17:18:01 +02:00
Maximilian Bosch
b5c4a60bbe
linux: 4.19.244 -> 4.19.245 2022-05-26 17:17:51 +02:00
Maximilian Bosch
f2e1f34e4c
linux: 4.14.280 -> 4.14.281 2022-05-26 17:17:42 +02:00
sternenseemann
8b5e372c97
Merge pull request #168113 from a-m-joseph/ispowerpc-becomes-ispower32
lib/systems/inspect.nix: replace isPowerPC with isPower32BigEndian
2022-05-26 11:44:39 +02:00
André Vitor de Lima Matos
208fd4f173
linuxKernel.kernels.linux_zen: 5.17.7-zen1 -> 5.18.0-zen1 2022-05-25 17:57:19 -03:00
André Vitor de Lima Matos
3c4e372c3f kernel/update-zen.sh: add support to .0 patch versions 2022-05-25 17:57:17 -03:00