mbox

[0/4] kernel-yocto: -stable and new reference kernel

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

Pull-request

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

Message

Bruce Ashfield Aug. 21, 2025, 2:03 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here's the next set of updates to the linux-yocto kernel.

The plan is to introduce 6.16 as the latest reference kernel, and keep
6.12 around (since it is a LTS).

This isn't ready to be the default for builds, but it has passed my
core-iamge-kernel-dev testing, so I wanted to make the recipes available
as visibility to where we are headed for the release (plus, I'm out of
the office on holidays until the first week of September, so making it
the default would be a bad idea from me being able to support issues).

We also have a -stable update to 6.12.

Bruce

The following changes since commit 5424fc6186877e1949a818307f43578b81c493ae:

  lttng-tools: Disable slow tests to fix ptest runs (2025-08-19 11:48:50 +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: introduce 6.16 reference kernels
  linux-yocto/6.16: update CVE exclusions (6.16.2)
  linux-yocto/6.12: update to v6.12.42
  linux-yocto/6.12: update CVE exclusions (6.12.42)

 .../linux/cve-exclusion_6.12.inc              |   264 +-
 .../linux/cve-exclusion_6.16.inc              | 14804 ++++++++++++++++
 .../linux/linux-yocto-rt_6.12.bb              |     6 +-
 .../linux/linux-yocto-rt_6.16.bb              |    48 +
 .../linux/linux-yocto-tiny_6.12.bb            |     6 +-
 .../linux/linux-yocto-tiny_6.16.bb            |    33 +
 meta/recipes-kernel/linux/linux-yocto_6.12.bb |    28 +-
 meta/recipes-kernel/linux/linux-yocto_6.16.bb |    79 +
 8 files changed, 15238 insertions(+), 30 deletions(-)
 create mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.16.inc
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.16.bb