All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jarkko Sakkinen" <jarkko@kernel.org>
To: "Bernd Kuhls" <bernd@kuhls.net>, <buildroot@buildroot.org>
Cc: Romain Naour <romain.naour@gmail.com>,
	Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [Buildroot] [PATCH 3/4] linux: bump latest version to 6.9
Date: Sun, 16 Jun 2024 16:21:37 +0300	[thread overview]
Message-ID: <D21H1FD0XV4Z.1JTVGYFS925VN@kernel.org> (raw)
In-Reply-To: <20240615113049.456274-3-bernd@kuhls.net>

On Sat Jun 15, 2024 at 2:30 PM EEST, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  linux/Config.in | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index 194a24f391..865b7fd240 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -28,8 +28,8 @@ choice
>  	prompt "Kernel version"
>  
>  config BR2_LINUX_KERNEL_LATEST_VERSION
> -	bool "Latest version (6.8)"
> -	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_8 if BR2_KERNEL_HEADERS_AS_KERNEL
> +	bool "Latest version (6.9)"
> +	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_9 if BR2_KERNEL_HEADERS_AS_KERNEL
>  
>  config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
>  	bool "Latest CIP SLTS version (5.10.162-cip24)"
> @@ -134,7 +134,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
>  
>  config BR2_LINUX_KERNEL_VERSION
>  	string
> -	default "6.8.12" if BR2_LINUX_KERNEL_LATEST_VERSION
> +	default "6.9.4" 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 \

I don't that will result successful compilation when using systemd,
so I guess this has been only tested with busybox, right?

I had to do this fix in order to make systemd work with v6.9:

https://lists.buildroot.org/pipermail/buildroot/2024-June/755222.html

So I see two issues in total in this patch:

1. It maintains the same build issue as with 6.8.12.
2. Bugs should be a priority over features, right?

Maybe this should combined to a patch set with my patch as first
so that the version update could be landed cleanly?

BR, Jarkko
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-06-16 13:21 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 [this message]
2024-06-15 11:30 ` [Buildroot] [PATCH 4/4] package/linux-headers: drop 6.8.x option Bernd Kuhls
2024-06-15 16:47 ` [Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 6.{1, 6}.x series Yann E. MORIN
2024-06-24  5:11 ` 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=D21H1FD0XV4Z.1JTVGYFS925VN@kernel.org \
    --to=jarkko@kernel.org \
    --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.