All of lore.kernel.org
 help / color / mirror / Atom feed
From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/14] kernel-yocto: consolidated pull request
Date: Thu, 30 Oct 2025 13:12:13 -0400	[thread overview]
Message-ID: <cover.1761844161.git.bruce.ashfield@gmail.com> (raw)

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

I've put all of the patches I've sent for 6.17 into this series. The
only new ones are a bump to 6.17.5 (Which also contains some configuration
changes to fix audit warnings for genericarm64) and t he addition of
genericarm64 SRCREVs to the 6.16 and 6.17 appends.

These are against master, I can rebase to master-next as needed (if
some of the older ones merged there that I didn't notice).

If this series works out, we'll remove 6.16 from the tree.

Cheers,

Bruce


The following changes since commit 77348b07ccd98689a15d6b1baf64471953fd557e:

  linux-firmware: drop catch-all QCA package (2025-10-30 11:06:28 +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 (14):
  linux-yocto: introduce 6.17 reference kernels
  linux-yocto/6.17: update CVE exclusions (6.17.5)
  linux-yocto/6.17: fix qemuarm config audit warning
  linux-yocto/6.17: unify qemumips (malta) branches
  linux-yocto/6.17: fix rdinit boot warning
  linux-yocto/6.17: update to v6.17.6
  linux-yocto/6.17: update CVE exclusions (6.17.6)
  linux-yocto/6.12: update to v6.12.53
  linux-yocto/6.12: update CVE exclusions (6.12.53)
  linux-yocto/6.12: update to v6.12.55
  linux-yocto/6.12: update CVE exclusions (6.12.55)
  poky: make linux-yocto 6.17 the preferred version
  yocto-bsp/6.16: specify genericarm64 SRCREV
  yocto-bsp/6.17: introduce kernel bbappend

 meta-poky/conf/distro/poky-tiny.conf          |     2 +-
 meta-poky/conf/distro/poky.conf               |     4 +-
 .../linux/linux-yocto_6.16.bbappend           |     1 +
 .../linux/linux-yocto_6.17.bbappend           |    11 +
 .../linux/cve-exclusion_6.12.inc              |   258 +-
 .../linux/cve-exclusion_6.17.inc              | 17698 ++++++++++++++++
 .../linux/linux-yocto-rt_6.12.bb              |     6 +-
 .../linux/linux-yocto-rt_6.17.bb              |    48 +
 .../linux/linux-yocto-tiny_6.12.bb            |     6 +-
 .../linux/linux-yocto-tiny_6.17.bb            |    33 +
 meta/recipes-kernel/linux/linux-yocto_6.12.bb |    28 +-
 meta/recipes-kernel/linux/linux-yocto_6.17.bb |    79 +
 12 files changed, 18146 insertions(+), 28 deletions(-)
 create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.17.bbappend
 create mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.17.inc
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.17.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.17.bb

-- 
2.39.2



             reply	other threads:[~2025-10-30 17:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-30 17:12 bruce.ashfield [this message]
2025-10-30 17:12 ` [PATCH 01/14] linux-yocto: introduce 6.17 reference kernels bruce.ashfield
2025-10-30 17:12 ` [PATCH 02/14] linux-yocto/6.17: update CVE exclusions (6.17.5) bruce.ashfield
2025-10-30 17:12 ` [PATCH 03/14] linux-yocto/6.17: fix qemuarm config audit warning bruce.ashfield
2025-10-30 17:12 ` [PATCH 04/14] linux-yocto/6.17: unify qemumips (malta) branches bruce.ashfield
2025-10-30 17:12 ` [PATCH 05/14] linux-yocto/6.17: fix rdinit boot warning bruce.ashfield
2025-10-30 17:12 ` [PATCH 06/14] linux-yocto/6.17: update to v6.17.6 bruce.ashfield
2025-10-30 17:12 ` [PATCH 07/14] linux-yocto/6.17: update CVE exclusions (6.17.6) bruce.ashfield
2025-10-30 17:12 ` [PATCH 08/14] linux-yocto/6.12: update to v6.12.53 bruce.ashfield
2025-10-30 17:12 ` [PATCH 09/14] linux-yocto/6.12: update CVE exclusions (6.12.53) bruce.ashfield
2025-10-30 17:12 ` [PATCH 10/14] linux-yocto/6.12: update to v6.12.55 bruce.ashfield
2025-10-30 17:12 ` [PATCH 11/14] linux-yocto/6.12: update CVE exclusions (6.12.55) bruce.ashfield
2025-10-30 17:12 ` [PATCH 12/14] poky: make linux-yocto 6.17 the preferred version bruce.ashfield
2025-10-31  7:34   ` [OE-core] " Mikko Rapeli
2025-10-31 12:44     ` Bruce Ashfield
2025-10-30 17:12 ` [PATCH 13/14] yocto-bsp/6.16: specify genericarm64 SRCREV bruce.ashfield
2025-10-31  7:38   ` [OE-core] " Mikko Rapeli
2025-10-30 17:12 ` [PATCH 14/14] yocto-bsp/6.17: introduce kernel bbappend bruce.ashfield
2025-10-31 16:41 ` [OE-core] [PATCH 00/14] kernel-yocto: consolidated pull request Joao Marcos Costa
2025-10-31 16:46   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2017-01-18 13:54 Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1761844161.git.bruce.ashfield@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.