Titouan Christophe
b15faac929
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12} series
...
Update the latest kernel releases:
- 5.10.267 -> 5.10.268
- 5.15.218 -> 5.15.219
- 6.1.185 -> 6.1.186
- 6.6.154 -> 6.6.155
- 6.12.106 -> 6.12.107
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-09-02 11:58:11 +02:00
Titouan Christophe
8d75680c01
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12} series
...
Update the latest kernel releases:
- 5.10.265 -> 5.10.267
- 5.15.216 -> 5.15.218
- 6.1.183 -> 6.1.185
- 6.6.152 -> 6.6.154
- 6.12.104 -> 6.12.106
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-08-28 15:57:20 +02:00
Titouan Christophe
62d273c836
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12} series
...
Update the latest kernel releases:
- 5.10.264 -> 5.10.265
- 5.15.215 -> 5.15.216
- 6.1.182 -> 6.1.183
- 6.6.151 -> 6.6.152
- 6.12.103 -> 6.12.104
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-08-20 10:43:28 +02:00
Titouan Christophe
ac21aecdc1
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12} series
...
Update the latest kernel releases:
- 5.10.262 -> 5.10.264
- 5.15.213 -> 5.15.215
- 6.1.180 -> 6.1.182
- 6.6.148 -> 6.6.151
- 6.12.101 -> 6.12.103
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-08-13 08:55:32 +02:00
Titouan Christophe
b669c240e7
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12} series
...
Update the latest kernel releases:
- 5.10.257 -> 5.10.262
- 5.15.208 -> 5.15.213
- 6.1.174 -> 6.1.180
- 6.6.141 -> 6.6.148
- 6.12.91 -> 6.12.101
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-08-05 12:19:14 +02:00
Titouan Christophe
cea4240a21
linux: remove duplicated comment lines
...
Because of wrongly behaving script ./utils/bump-stable-kernel-versions,
the same comment line "From <URL>" has been inserted multiple times in
the Linux hash file.
Remove them, as this is unneeded.
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-08-05 12:14:58 +02:00
Bernd Kuhls
defefd4ddf
linux: select host-openssl for all architectures when building latest CIP version
...
This is a follow-up for buildroot commit
bba86304b0 to extend the fix to CIP
kernels.
Fixes:
aarch64: https://autobuild.buildroot.net/results/f91/f910c1e0e864055120e2deaf4d56b127cabb89bd/
aarch64_be: https://autobuild.buildroot.net/results/6e6/6e651c586f9b2a1c9b39cafaf5bebc8b501e8369/
arcbe: https://autobuild.buildroot.net/results/9fe/9fe7b4c66ac139926e9a3686bc951af703e78b29/
arm: https://autobuild.buildroot.net/results/288/2888b0b6f5473e9c7ec7c443b02b42e1f5d4c814/
armeb: https://autobuild.buildroot.net/results/d6c/d6cbbfdcbebe985d743232070824779e790aa5a8/
microblazeel: https://autobuild.buildroot.net/results/bf3/bf3b4c61cdaf3527e9e315050bf21456bbb24a48/
mips: https://autobuild.buildroot.net/results/c6b/c6b9c82352be01dd4bab2021a223e72dfaf1f522/
or1k: https://autobuild.buildroot.net/results/231/23144a8108c5837e3a9cf26ad6ac73fa16dc740f/
riscv: https://autobuild.buildroot.net/results/31c/31c3abdb23bfe16e248e094e9b0feafbbb0d6a94/
s390x: https://autobuild.buildroot.net/results/bda/bdaaf6767f8c239bbf22e4619b2d6944ef951b2e/
sparc: https://autobuild.buildroot.net/results/426/42614f77be9fa1b3a596cdcb40cfb81f5496b41b/
sparc64: https://autobuild.buildroot.net/results/1f2/1f226d028d85c085d82f3890e804b39bccd2c2dc/
x86_64: https://autobuild.buildroot.net/results/7be/7be86c261a42e1a16c3d38a640be226b5f51bccb/
Supersedes
https://patchwork.ozlabs.org/project/buildroot/patch/20251101102346.109307-1-bernd@kuhls.net/
and includes Edgar's comment.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 7ee8e9f12a )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2026-06-25 16:25:09 +02:00
Quentin Schulz
260f7ec2a9
Revert "linux: disable -Werror"
...
This reverts commit 6b56e0b4f0 .
commit 6b56e0b4f0 ("linux: disable -Werror") said we needed to disable
CONFIG_WERROR in the kernel because it failed to build the esp-hosted
kernel module. This was very much the hammer approach because a) it'd be
better to fix the warnings in the kernel module or b) disable the
kernel's CONFIG_WERROR *only* if esp-hosted is to be built, via the
ESP_HOSTED_LINUX_CONFIG_FIXUPS variable in
package/esp-hosted/esp-hosted.mk.
This is a simple revert without making any change to any kernel module
(including esp-hosted) because all upstream Buildroot defconfigs with a
kernel module enabled build fine today (albeit with warnings). The two
defconfigs that were pointed at by the now-reverted commit all have been
(updated for and) run on master without failing the build.
Suggested-by: Arnout Vandecappelle <arnout@rnout.be >
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de >
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
(cherry picked from commit a966f5cde5 )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2026-06-04 11:45:20 +02:00
Titouan Christophe
d2eda853ca
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
...
Update the latest kernel releases to:
- 6.12.90 -> 6.12.91
- 6.6.140 -> 6.6.141
- 6.1.173 -> 6.1.174
- 5.15.207 -> 5.15.208
- 5.10.256 -> 5.10.257
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-05-29 08:34:55 +02:00
Titouan Christophe
bcba0ceef5
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
...
Update the latest kernel releases to:
- 6.12.84 -> 6.12.90
- 6.6.136 -> 6.6.140
- 6.1.169 -> 6.1.173
- 5.15.203 -> 5.15.207
- 5.10.253 -> 5.10.256
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-05-18 14:18:32 +02:00
Fiona Klute
1f1a302056
linux/Config.in: add kernel.org URL to help
...
Signed-off-by: Fiona Klute <fiona.klute@gmx.de >
[Arnout: add it to the main help text, where it belongs]
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
(cherry picked from commit 2ab95cf0ee )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2026-05-15 16:59:17 +02:00
Titouan Christophe
dabbb7caa4
{linux, linux-headers}: bump 6.12.x, 6.6.x series
...
Update the latest kernel releases to:
- 6.12.82 -> 6.12.84
- 6.6.135 -> 6.6.136
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-04-29 15:24:16 +02:00
Titouan Christophe
0a698a3b1b
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
...
Update the latest kernel releases to:
- 6.12.81 -> 6.12.82
- 6.6.134 -> 6.6.135
- 6.1.168 -> 6.1.169
- 5.15.202 -> 5.15.203
- 5.10.252 -> 5.10.253
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-04-24 18:20:22 +02:00
Titouan Christophe
5d7ff24138
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
...
Update the latest kernel releases to:
- 6.12.79 -> 6.12.81
- 6.6.130 -> 6.6.134
- 6.1.167 -> 6.1.168
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-04-12 13:48:09 +02:00
Titouan Christophe
a5e8381a3e
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
...
Update the latest kernel releases to:
- 6.12.77 -> 6.12.79
- 6.6.129 -> 6.6.130
- 6.1.166 -> 6.1.167
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-04-03 12:21:25 +02:00
Titouan Christophe
041e9d289e
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
...
Update the latest kernel releases to:
- 6.12.73 -> 6.12.77
- 6.6.126 -> 6.6.129
- 6.1.163 -> 6.1.166
- 5.15.200 -> 5.15.202
- 5.10.250 -> 5.10.252
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-03-20 16:51:46 +01:00
Peter Korsgaard
1c3edc7046
linux: make license option visible for _CUSTOM_VERSION as well
...
Commit 50958bcdac ("linux: Add support for custom license files") added a
default value for the license files and made the option visible (E.G.
editable) when a custom VCS or tarball version is used, but it is also
needed for users of an older _CUSTOM_VERSION (E.G. mainline release), as
the referenced files were only added in Linux 4.16 with commit e00a844aca
("LICENSES: Add Linux syscall note exception"), so change that.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 9900ba6208 )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2026-02-26 10:24:39 +01:00
Titouan Christophe
5921f3decf
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
...
Update the latest kernel releases to:
- 6.12.65 -> 6.12.73
- 6.6.120 -> 6.6.126
- 6.1.160 -> 6.1.163
- 5.15.197 -> 5.15.200
- 5.10.247 -> 5.10.250
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-02-16 18:40:03 +01:00
Kory Maincent
46f8c7115a
linux: Add support for custom license files
...
The Linux package was not providing any license file when a custom
Linux version was selected.
Fix this by adding a Kconfig option to specify the license file,
with a default value set to the commonly used license paths.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com >
[Arnout: use a single Kconfig option with conditional prompt]
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
(cherry picked from commit 50958bcdac )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2026-02-12 14:26:15 +01:00
Peter Korsgaard
9741729c8a
linux: fix 'architectures' typo
...
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit f9a40c726f )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2026-02-04 17:27:42 +01:00
Bernd Kuhls
4607484008
linux: bump CIP kernel to version 5.10.246-cip66
...
Added Upstream: tag to patch.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit fd2555ecfd )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2026-01-15 09:27:16 +01:00
Titouan Christophe
55db4c9333
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
...
Update the latest kernel releases to:
- 6.12.61 -> 6.12.65
- 6.6.119 -> 6.6.120
- 6.1.159 -> 6.1.160
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2026-01-13 09:33:46 +01:00
Thomas Petazzoni
9d38383aef
linux: select host-openssl for all architectures when building latest version
...
Since at least Linux 6.16, but possibly earlier, host-openssl is now
needed on the vast majority of CPU architectures.
A common reason to require host-openssl in the Kernel is to enable
Wireless Networking. This is now enabled in most defconfigs.
- When enabling CONFIG_NET [1]
- CONFIG_WIRELESS is enabled by default [2]
- For Wireless, CONFIG_CFG80211 is commonly enabled too [3]
- CONFIG_CFG80211_REQUIRE_SIGNED_REGDB is enabled by default
which selects SYSTEM_DATA_VERIFICATION [4]
- CONFIG_SYSTEM_DATA_VERIFICATION
select SYSTEM_TRUSTED_KEYRING [5]
- CONFIG_SYSTEM_TRUSTED_KEYRING adds system_certificates.o
which needs x509_certificate_list and extract-cert [6]
- and finally, extract-cert uses host-openssl [7]
Even if some architecture defconfigs (such as m68k) are not directly
enabling CONFIG_CFG80211 in the Kernel, there is still chances for
this option to be enabled by Kernel configuration fixups of selected
Buildroot package. This situation can happen in Buildroot
autobuilders.
Also, in some specific cases, host-openssl might be needed for
some other reasons (e.g. s390 arch defconfig enables
SYSTEM_DATA_VERIFICATION which ends up the same way).
Indeed, in order to fix build issues, we would have to add: armeb,
microblaze, loongarch, m68k, mips, mipsel, mips64, mips64el, powerpc,
powerpc64, powerpc64el, riscv, s390, and possibly others.
So intead, when "latest kernel" is used with the default architecture
configuration, always select host-openssl independently of the
selected architectures.
Fixes:
https://autobuild.buildroot.net/results/9a314e759f7640d760003e46f86153300478ec60/ (mipsel)
https://autobuild.buildroot.net/results/3bcc674ea5a7cdf031200b0cd2f9f71400ba391c/ (mips64el)
https://autobuild.buildroot.net/results/b24983fd91f408de56479b7d7d57fc9fd3333d7d/ (s390)
https://autobuild.buildroot.net/results/b262fc6f67a9fed55faffcdd580d89f4664e1e16/ (powerpc64)
https://autobuild.buildroot.net/results/45da1538457b18671fa18efe3e1aa57a15561370/ (m68k)
https://autobuild.buildroot.net/results/0a457375d2509f1b29a449dfa50f29fc7e56e568/ (armeb)
https://autobuild.buildroot.net/results/814ca5f048827a635dea0199878fa82d5012b649/ (loongarch64)
https://autobuild.buildroot.net/results/b684d0b37e5187aa9b31693356f8515857d19f7a/ (microblaze)
[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/net/Kconfig?h=v6.18.1#n6
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/net/Kconfig?h=v6.18.1#n428
[3] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/net/wireless/Kconfig?h=v6.18.1#n17
[4] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/net/wireless/Kconfig?h=v6.18.1#n89
[5] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/init/Kconfig?h=v6.18.1#n2063
[6] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/certs/Makefile?h=v6.18.1#n6
[7] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/certs/extract-cert.c?h=v6.18.1#n21
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
[Julien: add extra info in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit bba86304b0 )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-12-18 16:59:30 +01:00
Titouan Christophe
81fd6056f1
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 5.4.x series
...
Update the latest kernel releases to:
- 6.12.58 -> 6.12.61
- 6.6.116 -> 6.6.119
- 6.1.158 -> 6.1.159
- 5.15.196 -> 5.15.197
- 5.10.246 -> 5.10.247
- 5.4.301 -> 5.4.302
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-12-08 19:24:24 +01:00
Titouan Christophe
ecf0283409
{linux, linux-headers}: bump 6.12.x series
...
Update the latest kernel releases to:
- 6.12.57 -> 6.12.58
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-11-17 13:35:06 +01:00
Titouan Christophe
e887ad6985
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 5.4.x series
...
Update the latest kernel releases to:
- 6.12.55 -> 6.12.57
- 6.6.114 -> 6.6.116
- 6.1.157 -> 6.1.158
- 5.15.195 -> 5.15.196
- 5.10.245 -> 5.10.246
- 5.4.300 -> 5.4.301
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-11-03 12:30:23 +01:00
Titouan Christophe
10269cbc3c
{linux, linux-headers}: bump 6.12.x, 6.6.x series
...
Update the latest kernel releases to:
- 6.12.54 -> 6.12.55
- 6.6.113 -> 6.6.114
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-10-30 08:56:11 +01:00
Titouan Christophe
951bac1e8f
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x series
...
Update the latest kernel releases to:
- 6.12.53 -> 6.12.54
- 6.6.112 -> 6.6.113
- 6.1.156 -> 6.1.157
- 5.15.194 -> 5.15.195
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-10-22 18:35:58 +02:00
Titouan Christophe
34fdb0e4cd
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
...
Update the latest kernel releases to:
- 6.12.51 -> 6.12.53
- 6.6.110 -> 6.6.112
- 6.1.155 -> 6.1.156
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-10-22 18:35:57 +02:00
Titouan Christophe
33e9ba0610
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 5.4.x series
...
Update the latest kernel releases to:
- 6.12.49 -> 6.12.51
- 6.6.108 -> 6.6.110
- 6.1.154 -> 6.1.155
- 5.15.193 -> 5.15.194
- 5.10.244 -> 5.10.245
- 5.4.299 -> 5.4.300
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-10-09 10:04:09 +02:00
Titouan Christophe
ac79ccc750
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
...
Update the latest kernel releases to:
- 6.12.48 -> 6.12.49
- 6.6.107 -> 6.6.108
- 6.1.153 -> 6.1.154
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-09-30 11:08:13 +02:00
Titouan Christophe
2d5f170e01
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x series
...
Update the latest kernel releases to:
- 6.12.47 -> 6.12.48
- 6.6.106 -> 6.6.107
- 6.1.152 -> 6.1.153
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-09-25 22:07:04 +02:00
Titouan Christophe
4c6327cc64
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 5.4.x series
...
Update the latest kernel releases to:
- 6.12.44 -> 6.12.47
- 6.6.103 -> 6.6.106
- 6.1.149 -> 6.1.152
- 5.15.190 -> 5.15.193
- 5.10.241 -> 5.10.244
- 5.4.297 -> 5.4.299
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-09-17 16:24:39 +02:00
Thomas Petazzoni
b014d18e92
linux: enable BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL on a few more architectures
...
This commit is an extension of
5dae966a30 ("linux: select
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL when needed"), which solves
autobuilder issues by making sure that
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL is automatically enabled on some
architecture if the default architecture defconfig is used and the
latest kernel is built (which is what happens in the autobuilders).
This new commit adds BR2_or1k and BR2_riscv to the list to fix
autobuilder issues.
Fixes:
https://autobuild.buildroot.org/results/1a739eee39bdef8986279a9e21f8637fbe263353/ (or1k)
https://autobuild.buildroot.org/results/acb62b7a486f3f8e99c6cc2b52b0c259bfa18a0e/ (riscv)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit e002ec3773 )
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-09-05 17:09:17 +02:00
Titouan Christophe
d63f8ad6ad
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 5.4.x series
...
Update the latest kernel releases to:
- 6.12.41 -> 6.12.44
- 6.6.101 -> 6.6.103
- 6.1.147 -> 6.1.149
- 5.15.189 -> 5.15.190
- 5.10.240 -> 5.10.241
- 5.4.296 -> 5.4.297
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-09-04 13:57:24 +02:00
Thomas Perale
8ffaffb0b9
linux: fix bump to 6.12.41
...
In commit [1], the linux 6.12 version was bumped to 6.12.41 but didn't
align linux/Config.in to include that bump.
[1] 52f03f832f {linux, linux-headers}: bump 6.{6, 12}.x series
Fixes: https://autobuild.buildroot.org/results/6a9/6a9f7617368d71b810586e29081c5239831b597e
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-08-10 15:46:40 +02:00
Bernd Kuhls
52f03f832f
{linux, linux-headers}: bump 6.{6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 51b27bad91 )
[thomas: dropped 6.15]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-08-07 12:21:16 +02:00
Bernd Kuhls
8d66b54c53
{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 065c1b84b5 )
[thomas: drop 6.15]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-08-07 11:06:42 +02:00
Bernd Kuhls
7bfec7e74d
{linux, linux-headers}: bump 5.15.x / 6.{1, 6, 12, 15}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit e7a175355b )
[Titouan: drop 6.15 not present in buildroot 2025.02]
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-07-15 19:13:00 +02:00
Bernd Kuhls
42fe84e87e
{linux, linux-headers}: bump 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 09880508cb )
[Titouan: drop 6.15 not present in buildroot 2025.02]
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be >
2025-07-15 19:10:22 +02:00
Bernd Kuhls
a03e122b4f
{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit f6d9a93c51 )
[thomas: dropped 6.15]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-07-10 11:18:47 +02:00
Bernd Kuhls
9eb5e71313
{linux, linux-headers}: bump 6.{6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 7a1d7189a0 )
[thomas: dropped 6.15]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-06-24 21:01:42 +02:00
Bernd Kuhls
8d7db3a217
{linux, linux-headers}: bump 6.12.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 3a00ac13d8 )
[thomas: only 6.12 bump]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-06-18 11:05:51 +02:00
Bernd Kuhls
4c69a6ab6c
{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 34b847933e )
[thomas: dropped 6.14 bump]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-06-12 14:40:52 +02:00
Bernd Kuhls
dc537f767b
{linux, linux-headers}: bump 5.15.x / 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 079a66f107 )
[thomas: don't pick 6.14 bump]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-06-12 14:40:03 +02:00
Bernd Kuhls
9c435793aa
{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 176c61266e )
[tperale: Dropped linux 6.13]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-05-15 17:06:11 +02:00
Bernd Kuhls
c2df4231bf
{linux, linux-headers}: bump 6.{6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 7491f5fabc )
[Thomas: don't update 6.13.x, not in 2025.02.x]
Signed-off-by: Thomas Perale <thomas.perale@mind.be >
2025-04-08 09:06:19 +02:00
Matheus Tavares Bernardino
d7ffdf80d3
linux: fix broken mailing list link (404)
...
Signed-off-by: Matheus Tavares Bernardino <matheus.bernardino@oss.qualcomm.com >
Signed-off-by: Julien Olivain <ju.o@free.fr >
(cherry picked from commit 4ba51914e9 )
2025-04-07 15:33:16 +02:00
Bernd Kuhls
a79c862fa1
{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2025-03-14 19:15:42 +01:00
Bernd Kuhls
a3c3c2cc3b
{linux, linux-headers}: bump 6.{1, 6, 12}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2025-03-12 18:57:42 +01:00