public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 00/11] linux-yocto: consolidated pull request
@ 2024-01-19 21:14 bruce.ashfield
  2024-01-19 21:14 ` [PATCH 01/11] linux-yocto/6.6: update to v6.6.11 bruce.ashfield
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: bruce.ashfield @ 2024-01-19 21:14 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Here's the colllected -stable updates for 6.6 and 6.1. This will probably be
the last round of 6.1 updates for master, since I'll drop it shortly in
preparation for the release. 6.1 will of course continue to be updated in
linux-yocto and in older releases.

I've also reenabled my CVE update script, if any of those commits don't look
right, feel free to toss them out.

Cheers,

Bruce

The following changes since commit 7af374c90c349af2c7ae9cf7d4fa14eeeb23b108:

  build-appliance-image: Update to master head revision (2024-01-19 12:22:58 +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 (11):
  linux-yocto/6.6: update to v6.6.11
  linux-yocto/6.6: update CVE exclusions
  linux-yocto/6.1: update to v6.1.72
  linux-yocto/6.1: update CVE exclusions
  linux-yocto/6.6: cfg: arm: introduce page size fragments
  linux-yocto/6.6: security/cfg: add configs to harden protection
  linux-yocto/6.1: security/cfg: add configs to harden protection
  linux-yocto/6.6: update to v6.6.12
  linux-yocto/6.6: update CVE exclusions
  linux-yocto/6.1: update to v6.1.73
  linux-yocto/6.1: update CVE exclusions

 .../linux/cve-exclusion_6.1.inc               | 34 +++++++++++++++----
 .../linux/cve-exclusion_6.6.inc               | 30 +++++++++++++---
 .../linux/linux-yocto-rt_6.1.bb               |  6 ++--
 .../linux/linux-yocto-rt_6.6.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.1.bb             |  6 ++--
 .../linux/linux-yocto-tiny_6.6.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 +++++++--------
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  | 28 +++++++--------
 8 files changed, 92 insertions(+), 52 deletions(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 00/11] linux-yocto: consolidated pull request
@ 2020-11-17 15:24 Bruce Ashfield
  0 siblings, 0 replies; 15+ messages in thread
From: Bruce Ashfield @ 2020-11-17 15:24 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

I had sent some of these before, but on my latest rebase I see they are
still outstanding.

Feel free to drop ones that you already have queued, since I've included
all my tested -stable updates. I've also kept 5.4 separate from 5.8 in
config chanages, so Steve can pick them up more easily.

I'm doing another round of -stable updates now, so I wanted to send these
again first.

Cheers,

Bruce

The following changes since commit eced9bcb337087c076e847f8d9cbae95760c28ed:

  kexec: arm64: disabled check if kaslr-seed dtb property was wiped (2020-11-16 14:27:46 +0000)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib zedd/kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (11):
  linux-yocto/5.8: update to v5.8.15
  linux-yocto/5.4: update to v5.4.71
  linux-yocto/5.8: update to v5.8.16
  linux-yocto/5.4: update to v5.4.72
  linux-yocto/5.8: update to v5.8.17
  linux-yocto/5.4: update to v5.4.73
  linux-yocto-dev: move to v5.10-rc
  linux-yocto/5.4: config cleanup / warnings
  linux-yocto/5.8: config cleanup / warnings
  linux-yocto/5.8: update to v5.8.18
  linux-yocto/5.4: update to v5.4.75

 meta/recipes-kernel/linux/linux-yocto-dev.bb  |  2 +-
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++---
 .../linux/linux-yocto-rt_5.8.bb               |  6 ++---
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +++----
 .../linux/linux-yocto-tiny_5.8.bb             |  8 +++----
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.8.bb  | 22 +++++++++----------
 7 files changed, 37 insertions(+), 37 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-01-26 18:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-19 21:14 [PATCH 00/11] linux-yocto: consolidated pull request bruce.ashfield
2024-01-19 21:14 ` [PATCH 01/11] linux-yocto/6.6: update to v6.6.11 bruce.ashfield
2024-01-19 21:14 ` [PATCH 02/11] linux-yocto/6.6: update CVE exclusions bruce.ashfield
2024-01-19 21:14 ` [PATCH 03/11] linux-yocto/6.1: update to v6.1.72 bruce.ashfield
2024-01-19 21:14 ` [PATCH 04/11] linux-yocto/6.1: update CVE exclusions bruce.ashfield
2024-01-19 21:14 ` [PATCH 05/11] linux-yocto/6.6: cfg: arm: introduce page size fragments bruce.ashfield
2024-01-19 21:14 ` [PATCH 06/11] linux-yocto/6.6: security/cfg: add configs to harden protection bruce.ashfield
2024-01-19 21:14 ` [PATCH 07/11] linux-yocto/6.1: " bruce.ashfield
2024-01-19 21:14 ` [PATCH 08/11] linux-yocto/6.6: update to v6.6.12 bruce.ashfield
2024-01-19 21:14 ` [PATCH 09/11] linux-yocto/6.6: update CVE exclusions bruce.ashfield
2024-01-19 21:14 ` [PATCH 10/11] linux-yocto/6.1: update to v6.1.73 bruce.ashfield
2024-01-19 21:14 ` [PATCH 11/11] linux-yocto/6.1: update CVE exclusions bruce.ashfield
2024-01-26 16:45 ` [OE-core] [PATCH 00/11] linux-yocto: consolidated pull request Alexandre Belloni
2024-01-26 18:16   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2020-11-17 15:24 Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox