mbox

[0/4] kernel-yocto: -dev and -stable updates

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

Pull-request

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

Message

Bruce Ashfield July 16, 2025, 1:48 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here's the next set of kernel updates.

Some things of note:

  - 6.16 is my target refernce kernel for the upcoming release, and as it
    turned out, it took a bit longer to do some porting of features to the
    new base, but everything looks now. Even the -rt branches are updated
    with the latest. So some extra soak time on this -dev kernel is a good
    thing

  - I've also updated my release process to update the CVE tracking for the
    kernel, and you can see that commit here. If something is wrong, let
    me know and I'll fix how I'm doing it.

Cheers,

Bruce


The following changes since commit 853f8bfbb85af4437e35983ca7ab91d111bb9b75:

  dev-manual/start.rst: remove shared PERSISTENT_DIR mentions (2025-07-15 13:57:32 +0100)

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):
  linux-yocto-dev: bump to v6.16
  kernel-devsrc/x86: add v6.16+ build requirements
  linux-yocto/6.12: update to v6.12.38
  linux-yocto/6.12: update CVE exclusions (6.12.38)

 .../linux/cve-exclusion_6.12.inc              | 228 +++++++++++++++++-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |   1 +
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |   4 +-
 .../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 +--
 6 files changed, 247 insertions(+), 26 deletions(-)

Comments

Richard Purdie July 17, 2025, 10:07 a.m. UTC | #1
On Wed, 2025-07-16 at 09:48 -0400, bruce.ashfield@gmail.com wrote:
> Here's the next set of kernel updates.
> 
> Some things of note:
> 
>   - 6.16 is my target refernce kernel for the upcoming release, and as it
>     turned out, it took a bit longer to do some porting of features to the
>     new base, but everything looks now. Even the -rt branches are updated
>     with the latest. So some extra soak time on this -dev kernel is a good
>     thing

Sounds good to me.

> 
>   - I've also updated my release process to update the CVE tracking for the
>     kernel, and you can see that commit here. If something is wrong, let
>     me know and I'll fix how I'm doing it.

The name of the repo changed in the comment but I don't think it
matters and I'm happy to see the update, thanks!

I tested them on the autobuilder overnight and merged this morning.

Cheers,

Richard