public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/22] Patch review
Date: Sun, 25 Feb 2024 11:52:19 -1000	[thread overview]
Message-ID: <cover.1708897822.git.steve@sakoman.com> (raw)

Please review this set of changes for kirkstone and have comments back by
end of day Tuesday, February 27

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6610

The following changes since commit 59cc2e75c15f8c6371a4c4a3b7bd2e6c3f145fbc:

  Revert "kernel: fix localversion in v6.3+" (2024-02-15 15:45:23 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut

Alexander Kanavin (1):
  runqemu: direct mesa to use its own drivers, rather than ones provided
    by host distro

Bruce Ashfield (13):
  linux-yocto/5.10: update to v5.10.203
  linux-yocto/5.10: update to v5.10.205
  linux-yocto/5.10: update to v5.10.206
  linux-yocto/5.10: update to v5.10.209
  linux-yocto/5.15: update to v5.15.141
  linux-yocto/5.15: update to v5.15.142
  linux-yocto/5.15: update to v5.15.145
  linux-yocto/5.15: update to v5.15.146
  linux-yocto/5.15: update CVE exclusions
  linux-yocto/5.15: update to v5.15.147
  linux-yocto/5.15: update CVE exclusions
  linux-yocto/5.15: update to v5.15.148
  linux-yocto/5.15: update CVE exclusions

Fabien Mahot (1):
  ldconfig-native: Fix to point correctly on the DT_NEEDED entries in an
    ELF file

Hugo SIMELIERE (1):
  libuv: fix CVE-2024-24806

Ming Liu (1):
  go: add a complementary fix for CVE-2023-29406

Ross Burton (2):
  curl: don't enable debug builds
  oeqa/selftest/runtime_test: only run the virgl tests on qemux86-64

Steve Sakoman (1):
  cve-exclusion_5.10.inc: update for 5.10.209

Tim Orling (1):
  vim: upgrade v9.0.2130 -> v9.0.2190

Zahir Hussain (1):
  cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES

 meta/lib/oeqa/selftest/cases/runtime_test.py  |   5 +-
 .../libuv/libuv/CVE-2024-24806-1.patch        |  56 +++
 .../libuv/libuv/CVE-2024-24806-2.patch        |  44 +++
 .../libuv/libuv/CVE-2024-24806-3.patch        |  31 ++
 .../libuv/libuv_1.44.2.bb                     |   6 +-
 ...-.dynstr-located-in-separate-segment.patch | 178 +++++++++
 .../glibc/ldconfig-native_2.12.1.bb           |   1 +
 .../cmake/cmake/OEToolchainConfig.cmake       |   3 +
 meta/recipes-devtools/go/go-1.17.13.inc       |   3 +-
 ...023-29406.patch => CVE-2023-29406-1.patch} |   0
 .../go/go-1.18/CVE-2023-29406-2.patch         | 114 ++++++
 .../linux/cve-exclusion_5.10.inc              | 199 +++++++++-
 .../linux/cve-exclusion_5.15.inc              | 372 ++++++++++++++++--
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +-
 meta/recipes-support/curl/curl_7.82.0.bb      |   4 +-
 meta/recipes-support/vim/vim.inc              |   4 +-
 scripts/runqemu                               |  34 +-
 22 files changed, 1013 insertions(+), 117 deletions(-)
 create mode 100644 meta/recipes-connectivity/libuv/libuv/CVE-2024-24806-1.patch
 create mode 100644 meta/recipes-connectivity/libuv/libuv/CVE-2024-24806-2.patch
 create mode 100644 meta/recipes-connectivity/libuv/libuv/CVE-2024-24806-3.patch
 create mode 100644 meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-handle-.dynstr-located-in-separate-segment.patch
 rename meta/recipes-devtools/go/go-1.18/{CVE-2023-29406.patch => CVE-2023-29406-1.patch} (100%)
 create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2023-29406-2.patch

-- 
2.34.1



             reply	other threads:[~2024-02-25 21:52 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 21:52 Steve Sakoman [this message]
2024-02-25 21:52 ` [OE-core][kirkstone 01/22] go: add a complementary fix for CVE-2023-29406 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 02/22] libuv: fix CVE-2024-24806 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 03/22] vim: upgrade v9.0.2130 -> v9.0.2190 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 04/22] linux-yocto/5.10: update to v5.10.203 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 05/22] linux-yocto/5.10: update to v5.10.205 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 06/22] linux-yocto/5.10: update to v5.10.206 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 07/22] linux-yocto/5.10: update to v5.10.209 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 08/22] cve-exclusion_5.10.inc: update for 5.10.209 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 09/22] linux-yocto/5.15: update to v5.15.141 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 10/22] linux-yocto/5.15: update to v5.15.142 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 11/22] linux-yocto/5.15: update to v5.15.145 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 12/22] linux-yocto/5.15: update to v5.15.146 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 13/22] linux-yocto/5.15: update CVE exclusions Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 14/22] linux-yocto/5.15: update to v5.15.147 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 15/22] linux-yocto/5.15: update CVE exclusions Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 16/22] linux-yocto/5.15: update to v5.15.148 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 17/22] linux-yocto/5.15: update CVE exclusions Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 18/22] curl: don't enable debug builds Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 19/22] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 20/22] ldconfig-native: Fix to point correctly on the DT_NEEDED entries in an ELF file Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 21/22] oeqa/selftest/runtime_test: only run the virgl tests on qemux86-64 Steve Sakoman
2024-02-25 21:52 ` [OE-core][kirkstone 22/22] runqemu: direct mesa to use its own drivers, rather than ones provided by host distro Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25 14:29 [OE-core][kirkstone 00/22] Patch review Steve Sakoman
2024-09-11 23:22 Steve Sakoman
2023-03-15 14:00 Steve Sakoman
2022-06-08 14:39 Steve Sakoman

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.1708897822.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox