mbox

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

Message ID cover.1751985223.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 8, 2025, 2:36 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Hi all,

I'm clearing the kernel queue now that I'm back at the office.

Following this will be libc-header updates and a bump to the new
release/reference kernel version (v6.15 ... or possibly v6.16) depending
on the timing of the upstream release.

Cheers,

Bruce

The following changes since commit 51d825b367971e8b63e704de4ff4419ba7afaa05:

  bitbake: cooker: Add better parse debug (2025-07-07 22:13:14 +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 (6):
  linux-yocto/6.12: update to v6.12.32
  linux-yocto/6.12: yaffs2: silence warnings
  linux-yocto/6.12: update to v6.12.33
  linux-yocto/6.12: riscv tune fragments
  linux-yocto/6.12: update to v6.12.34
  linux-yocto/6.12: update to v6.12.36

 .../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 +++++++++----------
 3 files changed, 20 insertions(+), 20 deletions(-)

Comments

Richard Purdie July 9, 2025, 7:58 a.m. UTC | #1
On Tue, 2025-07-08 at 10:36 -0400, bruce.ashfield@gmail.com wrote:
> I'm clearing the kernel queue now that I'm back at the office.
> 
> Following this will be libc-header updates and a bump to the new
> release/reference kernel version (v6.15 ... or possibly v6.16)
> depending
> on the timing of the upstream release.

Thanks, I tested these and things seem ok so they've merged.

You asked about updating the CVE list, we do need to do that. I looked
up the commands and those appear to be:

git clone https://github.com/CVEProject/cvelistV5
meta/recipes-kernel/linux/generate-cve-exclusions.py /my/checkout/cvelistV5/ 6.12.36 > meta/recipes-kernel/linux/cve-exclusion_6.12.inc

Cheers,

Richard
Bruce Ashfield July 9, 2025, 1:01 p.m. UTC | #2
On Wed, Jul 9, 2025 at 3:58 AM Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> On Tue, 2025-07-08 at 10:36 -0400, bruce.ashfield@gmail.com wrote:
> > I'm clearing the kernel queue now that I'm back at the office.
> >
> > Following this will be libc-header updates and a bump to the new
> > release/reference kernel version (v6.15 ... or possibly v6.16)
> > depending
> > on the timing of the upstream release.
>
> Thanks, I tested these and things seem ok so they've merged.
>
> You asked about updating the CVE list, we do need to do that. I looked
> up the commands and those appear to be:
>
> git clone https://github.com/CVEProject/cvelistV5
> meta/recipes-kernel/linux/generate-cve-exclusions.py
> /my/checkout/cvelistV5/ 6.12.36 >
> meta/recipes-kernel/linux/cve-exclusion_6.12.inc
>
>
Excellent.

I'll roll that into my update script.

Bruce



> Cheers,
>
> Richard
>