mbox

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

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

Pull-request

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

Message

Bruce Ashfield Nov. 21, 2024, 4:13 a.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here are the -stable bumps that I've gathered. The 6.6 updates will
help the CVEs in master, but 6.10 will continue to drag for another
couple of weeks until I'm ready to fully send v6.12 as the new
reference kernel and I remove it from master.

I've also included a couple of devsrc changes that I previously
sent (at least I think I previously sent them).

Finally, the biggest change in this pull is the libc-headers update.
I've tested it against glibc and musl, and didn't find any issues.
I do expect that something will break, but it needs some extended
AB testing to weed out any remaining issues.

Getting the libc-headers in early will ease the introduction of
the 6.12 reference kernel.

Bruce

The following changes since commit 626031da74b31d0a8c5ca9d5a1acac9a2d55e998:

  local.conf.sample: update IMAGE_FEATURES comments to remove debug-tweaks (2024-11-07 22:18:07 +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 (6):
  kernel-devsrc: update for 6.12+
  kernel-devsrc: fix powerpc for 6.12+
  linux-yocto/6.6: update to v6.6.60
  linux-yocto/6.10: cfg:  gpio: allow to re-enable the deprecated GPIO
    sysfs interface
  linux-libc-headers: update to v6.12
  linux-yocto/6.6: update to v6.6.62

 meta/conf/distro/include/tcmode-default.inc   |  2 +-
 ...ers_6.10.bb => linux-libc-headers_6.12.bb} |  3 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    | 13 +++++++++
 .../linux/linux-yocto-rt_6.10.bb              |  2 +-
 .../linux/linux-yocto-rt_6.6.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.10.bb            |  2 +-
 .../linux/linux-yocto-tiny_6.6.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.10.bb |  2 +-
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  | 28 +++++++++----------
 9 files changed, 38 insertions(+), 26 deletions(-)
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_6.10.bb => linux-libc-headers_6.12.bb} (80%)

Comments

Richard Purdie Nov. 21, 2024, 4:50 p.m. UTC | #1
On Wed, 2024-11-20 at 23:13 -0500, bruce.ashfield@gmail.com wrote:
> Here are the -stable bumps that I've gathered. The 6.6 updates will
> help the CVEs in master, but 6.10 will continue to drag for another
> couple of weeks until I'm ready to fully send v6.12 as the new
> reference kernel and I remove it from master.
> 
> I've also included a couple of devsrc changes that I previously
> sent (at least I think I previously sent them).
> 
> Finally, the biggest change in this pull is the libc-headers update.
> I've tested it against glibc and musl, and didn't find any issues.
> I do expect that something will break, but it needs some extended
> AB testing to weed out any remaining issues.
> 
> Getting the libc-headers in early will ease the introduction of
> the 6.12 reference kernel.
> 

Thanks for these. So far on the test build there was a genericarm64
warning which Ross has sent a patch for. It is definitely good to get
that headers change in to start with!

I didn't take the devsrc one as it was already merged.

Cheers,

Richard