All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Bram Oosterhuis <dev@bybram.com>
Cc: Martin Bark <martin@barkynet.com>,
	Mahyar Koshkouei <mahyar.koshkouei@gmail.com>,
	Julien Grossholtz <julien.grossholtz@openest.io>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] configs/raspberrypi: bump Linux version to 6.1.55
Date: Thu, 2 Nov 2023 19:10:32 +0100	[thread overview]
Message-ID: <20231102191032.095142db@windsurf> (raw)
In-Reply-To: <20231011162430.3484150-1-dev@bybram.com>

Hello Bram,

On Wed, 11 Oct 2023 18:24:29 +0200
Bram Oosterhuis <dev@bybram.com> wrote:

> Linux 6.1 has been marked LTS for a long time now. Time to bump
> Linux for RaspberryPi's to the latest 6.1.55-v7. Since April 2022
> the RaspberryPi defconfigs have compressed kernel module enabled
> by default. (see [1] and [2]).
> 
> To load compressed kernel modules kmod and xz packages are needed
> because busybox doesn't support it.
> 
> [1] https://github.com/raspberrypi/linux/commit/c45b4223a4e4a8cfe39edbb4949329ea478fa4e2
> [2] https://github.com/raspberrypi/linux/issues/4966
> 
> Signed-off-by: Bram Oosterhuis <dev@bybram.com>

Thanks for this patch. Could you clarify in the commit log on which
platforms it was runtime-tested, vs. the platforms for which you only
verified the build?

> +# Enable compressed kernel module support
> +BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
> +BR2_PACKAGE_KMOD_TOOLS
> +BR2_PACKAGE_XZ
> +BR2_PACKAGE_KMOD
> +BR2_PACKAGE_HOST_KMOD_XZ

I'm afraid this has certainly not been tested, as I believe these lines
have no effect since they lack the =y to enable the option:

BR2_PACKAGE_XZ=y

for example.

> \ No newline at end of file

Please fix this to have a newline at end of file.

(Of course, same for all other defconfigs)

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2023-11-02 18:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 16:24 [Buildroot] [PATCH 1/2] configs/raspberrypi: bump Linux version to 6.1.55 Bram Oosterhuis
2023-10-11 16:24 ` [Buildroot] [PATCH 2/2] package/rpi-firmware: bump version to a3b20e7 Bram Oosterhuis
2023-11-02 18:10 ` Thomas Petazzoni via buildroot [this message]
2023-11-04 21:35   ` [Buildroot] [PATCH 1/2] configs/raspberrypi: bump Linux version to 6.1.55 Bram Oosterhuis

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=20231102191032.095142db@windsurf \
    --to=buildroot@buildroot.org \
    --cc=dev@bybram.com \
    --cc=julien.grossholtz@openest.io \
    --cc=mahyar.koshkouei@gmail.com \
    --cc=martin@barkynet.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.