mbox

[0/4] kernel-yocto: consolidated pull request

Message ID cover.1744311165.git.bruce.ashfield@gmail.com
State Not Applicable, archived
Headers show

Pull-request

https://git.yoctoproject.org/poky-contrib zedd/kernel

Message

Bruce Ashfield April 10, 2025, 6:55 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here are my latest round of linux-yocto configuration and -stable
udpates.

Note: if you take the 6.12.22 patch, you also need the kern-tools
patch, or warnings will be thrown at configuration time. There's
been a tweak to the meta-data to have some annotations around
kernel configuration options.

While the functionality to use those annotations is not intended
for this release, getting the notation in place is a ground work
step. It just needs a tweak to the audit regex to ensure that
comments are not detected as part of a configuration option.

Bruce

The following changes since commit 8050390f99cf4e87608b0a4ba6e190f2516a1017:

  meta/conf: Start to populate autobuilder config fragments (2025-03-26 18:45:13 +0000)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib zedd/kernel
  https://git.yoctoproject.org/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (4):
  mips: Add '-std=gnu11' to vdso CFLAGS
  linux-yocto/6.12: config: add pmem to genericarm64
  kern-tools: allow comments after configuration options
  linux-yocto/6.12: update to v6.12.22

 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 .../linux/linux-yocto-rt_6.12.bb              |  6 ++--
 .../linux/linux-yocto-tiny_6.12.bb            |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.12.bb | 28 +++++++++----------
 4 files changed, 21 insertions(+), 21 deletions(-)

Comments

Richard Purdie April 10, 2025, 8:24 p.m. UTC | #1
Hi Bruce,

On Thu, 2025-04-10 at 14:55 -0400, bruce.ashfield@gmail.com wrote:
> Here are my latest round of linux-yocto configuration and -stable
> udpates.
> 
> Note: if you take the 6.12.22 patch, you also need the kern-tools
> patch, or warnings will be thrown at configuration time. There's
> been a tweak to the meta-data to have some annotations around
> kernel configuration options.
> 
> While the functionality to use those annotations is not intended
> for this release, getting the notation in place is a ground work
> step. It just needs a tweak to the audit regex to ensure that
> comments are not detected as part of a configuration option.

Thanks for these. There are currently two issues I'm tracking as
potentially blocking 5.2. One is getty issues on genericarm64 on kv260
which I need Ross/Jon to look at but I mention as I don't know if you
have an interest in that platform.

The other is an Intel kernel config issue where genericx86-64 is
lacking something the main intel config have which is causing boot
failures on some platforms:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=15802

which would probably need a linux-yocto fix. If so, your advice on
which patches to take into walnascar would be very welcome. For now I
will queue and test them on master (which has diverged quite a lot).

Cheers,

Richard