From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Romain Naour <romain.naour@gmail.com>,
Giulio Benetti <giulio.benetti@benettiengineering.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 6.{1, 6}.x series
Date: Sat, 15 Jun 2024 18:47:52 +0200 [thread overview]
Message-ID: <Zm3FuD3yxLBJBMq_@landeda> (raw)
In-Reply-To: <20240615113049.456274-1-bernd@kuhls.net>
Bernd, All,
On 2024-06-15 13:30 +0200, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Whole series of 4 patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> linux/linux.hash | 4 ++--
> package/linux-headers/Config.in.host | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/linux/linux.hash b/linux/linux.hash
> index b972557fc0..9374af71b0 100644
> --- a/linux/linux.hash
> +++ b/linux/linux.hash
> @@ -1,7 +1,7 @@
> # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
> sha256 19b31956d229b5b9ca5671fa1c74320179682a3d8d00fc86794114b21da86039 linux-6.8.12.tar.xz
> -sha256 aaa824eaf07f61911d22b75ff090a403c3dd0bd73e23933e0bba8b5971436ce1 linux-6.6.32.tar.xz
> -sha256 9019f427bfdc9ced5bc954d760d37ac08c0cdffb45ad28087fc45a73e64336c9 linux-6.1.92.tar.xz
> +sha256 a13ebc20dc2a75722699949af74aa86a4ce5d544d6daaa6a7de4e8c81b40de97 linux-6.6.33.tar.xz
> +sha256 df31af2ef5923d61fadd68bfd991f50f2e42a913895eb4b03214ee78f8720bcf linux-6.1.93.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
> sha256 f41e718e33b88f269a6b6a7653e5e9824c4ba541f6ffe5bf26ecc37c540a1b05 linux-5.15.160.tar.xz
> sha256 9c36b243e8c3ec1d5963366618f336710b84340bf95be2037b26c452392cb2d6 linux-5.10.218.tar.xz
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 48101783b9..487d941a16 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -419,8 +419,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
> default "5.4.277" if BR2_KERNEL_HEADERS_5_4
> default "5.10.218" if BR2_KERNEL_HEADERS_5_10
> default "5.15.160" if BR2_KERNEL_HEADERS_5_15
> - default "6.1.92" if BR2_KERNEL_HEADERS_6_1
> - default "6.6.32" if BR2_KERNEL_HEADERS_6_6
> + default "6.1.93" if BR2_KERNEL_HEADERS_6_1
> + default "6.6.33" if BR2_KERNEL_HEADERS_6_6
> default "6.8.12" if BR2_KERNEL_HEADERS_6_8
> default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
> default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-06-15 16:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-15 11:30 [Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 6.{1, 6}.x series Bernd Kuhls
2024-06-15 11:30 ` [Buildroot] [PATCH 2/4] {toolchain, linux-headers}: add support for 6.9 headers Bernd Kuhls
2024-06-15 11:30 ` [Buildroot] [PATCH 3/4] linux: bump latest version to 6.9 Bernd Kuhls
2024-06-16 13:21 ` Jarkko Sakkinen
2024-06-15 11:30 ` [Buildroot] [PATCH 4/4] package/linux-headers: drop 6.8.x option Bernd Kuhls
2024-06-15 16:47 ` Yann E. MORIN [this message]
2024-06-24 5:11 ` [Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 6.{1, 6}.x series Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zm3FuD3yxLBJBMq_@landeda \
--to=yann.morin.1998@free.fr \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=romain.naour@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.