From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Gero Schwäricke" <gero.schwaericke@grandcentrix.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] {linux, linux-headers}: bump 4.19.x, 5.4.x, 5.10.x, 5.15.x, 6.1.x, 6.6.x, 6.8.x series
Date: Sat, 1 Jun 2024 16:53:16 +0200 [thread overview]
Message-ID: <Zls13APtGsAALejW@landeda> (raw)
In-Reply-To: <20240531203110.2395842-1-gero.schwaericke@grandcentrix.net>
Gero, All,
On 2024-05-31 22:31 +0200, Gero Schwäricke via buildroot spake thusly:
> Signed-off-by: Gero Schwäricke <gero.schwaericke@grandcentrix.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> linux/Config.in | 2 +-
> linux/linux.hash | 14 +++++++-------
> package/linux-headers/Config.in.host | 14 +++++++-------
> 3 files changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index d3d4c42910..194a24f391 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -134,7 +134,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
>
> config BR2_LINUX_KERNEL_VERSION
> string
> - default "6.8.9" if BR2_LINUX_KERNEL_LATEST_VERSION
> + default "6.8.12" if BR2_LINUX_KERNEL_LATEST_VERSION
> default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
> default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
> default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
> diff --git a/linux/linux.hash b/linux/linux.hash
> index af82148e80..b972557fc0 100644
> --- a/linux/linux.hash
> +++ b/linux/linux.hash
> @@ -1,13 +1,13 @@
> # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
> -sha256 f905f1238ea7a8e85314bacf283302e8097006010d25fcea726d0de0ea5bc9b6 linux-6.8.9.tar.xz
> -sha256 b66a5b863b0f8669448b74ca83bd641a856f164b29956e539bbcb5fdeeab9cc6 linux-6.6.30.tar.xz
> -sha256 83a3d72e764fceda2c1fc68a4ea6b91253a28da56a688a2b61776b0d19788e1d linux-6.1.90.tar.xz
> +sha256 19b31956d229b5b9ca5671fa1c74320179682a3d8d00fc86794114b21da86039 linux-6.8.12.tar.xz
> +sha256 aaa824eaf07f61911d22b75ff090a403c3dd0bd73e23933e0bba8b5971436ce1 linux-6.6.32.tar.xz
> +sha256 9019f427bfdc9ced5bc954d760d37ac08c0cdffb45ad28087fc45a73e64336c9 linux-6.1.92.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
> -sha256 f9071c83a4fd8b80af026b48cfc1869bfa25883f9148b92b5dc1e1e1e26dd5c6 linux-5.15.158.tar.xz
> -sha256 e310588c4b23f0959614e60f007afc20e9b1a8f296d682b041fa129f96fbe151 linux-5.10.216.tar.xz
> -sha256 dad2b068946f0ca0026130d7ab17601d5074d90b381379c4479314d4edf4304c linux-5.4.275.tar.xz
> +sha256 f41e718e33b88f269a6b6a7653e5e9824c4ba541f6ffe5bf26ecc37c540a1b05 linux-5.15.160.tar.xz
> +sha256 9c36b243e8c3ec1d5963366618f336710b84340bf95be2037b26c452392cb2d6 linux-5.10.218.tar.xz
> +sha256 7e1f5b28588e49ddfd18e7772476e4e8b52bdc9c3e19beafcbb7c103e6c01f51 linux-5.4.277.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
> -sha256 a8145e2ecf8437b6d06400c3358a595c47a74443b164890cf12a07d8722539c8 linux-4.19.313.tar.xz
> +sha256 6c5e4d3c87feadbfdb9f7d2e46f3f120b00286ba380491c5956708e0b94232c8 linux-4.19.315.tar.xz
> # Locally computed
> sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.tar.gz
> sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-rt10.tar.gz
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index d8f48ed0b7..48101783b9 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -415,13 +415,13 @@ endchoice
>
> config BR2_DEFAULT_KERNEL_HEADERS
> string
> - default "4.19.313" if BR2_KERNEL_HEADERS_4_19
> - default "5.4.275" if BR2_KERNEL_HEADERS_5_4
> - default "5.10.216" if BR2_KERNEL_HEADERS_5_10
> - default "5.15.158" if BR2_KERNEL_HEADERS_5_15
> - default "6.1.90" if BR2_KERNEL_HEADERS_6_1
> - default "6.6.30" if BR2_KERNEL_HEADERS_6_6
> - default "6.8.9" if BR2_KERNEL_HEADERS_6_8
> + default "4.19.315" if BR2_KERNEL_HEADERS_4_19
> + 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.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
> default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
> --
> 2.45.1
>
>
> --
>
>
>
> –––
>
>
> grandcentrix GmbH | A Vodafone Company · Holzmarkt 1 · 50676
> *Cologne* | Phoenixseestrasse 18 · 44263 *Dortmund* · Germany
> | in
> <https://www.linkedin.com/company/grandcentrix> | phone: +49-221-677-860-0
> | email: hello@grandcentrix.net <mailto:hello@grandcentrix.net>
>
>
> grandcentrix cares about privacy
> <https://grandcentrix.net/de/pages/privacymail/>
>
> Amtsgericht Köln | HRB
> 70119 | Geschäftsführer: M. Krömer, R. Hänel | USt.-IdNr.: DE266333969
>
> _______________________________________________
> 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-01 14:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-31 20:31 [Buildroot] [PATCH] {linux, linux-headers}: bump 4.19.x, 5.4.x, 5.10.x, 5.15.x, 6.1.x, 6.6.x, 6.8.x series Gero Schwäricke via buildroot
2024-06-01 14:53 ` Yann E. MORIN [this message]
2024-06-08 16:54 ` 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=Zls13APtGsAALejW@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=gero.schwaericke@grandcentrix.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox