mbox

[mickledore,00/23] Patch review

Message ID cover.1696175813.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/mickledore-nut

Message

Steve Sakoman Oct. 1, 2023, 3:59 p.m. UTC
Please review this set of changes for mickledore and have comments back by
end of day Tuesday, October 3

Passed a-full on autobuilder:

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

The following changes since commit 75f8485d7862b08e2f96f919e992d203df6c8d9c:

  cml1: Fix KCONFIG_CONFIG_COMMAND not conveyed fully in do_menuconfig (2023-09-26 04:16:48 -1000)

are available in the Git repository at:

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

Alberto Planas (1):
  bitbake.conf: add bunzip2 in HOSTTOOLS

Alexander Kanavin (1):
  systemd-bootchart: musl fixes have been rejected upstream

Bruce Ashfield (6):
  linux-yocto/5.15: update to v5.15.125
  linux-yocto/5.15: update to v5.15.126
  linux-yocto/5.15: update to v5.15.127
  linux-yocto/5.15: update to v5.15.128
  linux-yocto/5.15: update to v5.15.129
  linux-yocto/5.15: update to v5.15.133

Chen Qi (1):
  oe-depends-dot: improve '-w' behavior

Colin McAllister (1):
  libwebp: Fix CVE-2023-5129

Dmitry Baryshkov (3):
  linux-firmware: upgrade 20230625 -> 20230804
  linux-firmware: package audio topology for Lenovo X13s
  linux-firmware: package Dragonboard 845c sensors DSP firmware

Joe Slater (1):
  file: fix call to localtime_r()

Joshua Watt (1):
  buildtools-tarball: Add libacl

Julien Stephan (1):
  patch.py: use --absolute-git-dir instead of --show-toplevel to
    retrieve gitdir

Khem Raj (1):
  core-image-ptest: Define a fallback for SUMMARY field

Richard Purdie (1):
  README: Update to point to new contributor guide

Ross Burton (2):
  inetutils: don't guess target paths
  inetutils: remove obsolete cruft from do_configure

Ryan Eatmon (1):
  kernel.bbclass: Add force flag to rm calls

Tom Hochstein (1):
  linux-firmware: add firmware files for NXP BT chipsets

Yash Shinde (1):
  glibc: fix CVE-2023-4806

 README.OE-Core.md                             |  10 +-
 meta/classes-recipe/kernel.bbclass            |   4 +-
 meta/conf/bitbake.conf                        |   2 +-
 meta/lib/oe/patch.py                          |   5 +-
 .../inetutils-1.9-PATH_PROCNET_DEV.patch      |  37 --
 .../inetutils/inetutils_2.4.bb                |  25 +-
 .../glibc/glibc/0024-CVE-2023-4806.patch      | 342 ++++++++++++++++
 meta/recipes-core/glibc/glibc_2.37.bb         |   1 +
 meta/recipes-core/images/core-image-ptest.bb  |   1 +
 meta/recipes-core/meta/buildtools-tarball.bb  |   1 +
 meta/recipes-devtools/file/file_5.45.bb       |   4 +-
 .../recipes-devtools/file/files/print_c.patch |  27 ++
 ...is-glibc-specific-use-raw-signature-.patch |   2 +-
 .../0002-musl-does-not-provide-printf-h.patch |   2 +-
 ...s-not-provide-canonicalize_file_name.patch |   2 +-
 ...20230625.bb => linux-firmware_20230804.bb} |  65 +++-
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +-
 .../webp/files/CVE-2023-5129.patch            | 364 ++++++++++++++++++
 meta/recipes-multimedia/webp/libwebp_1.3.1.bb |   4 +-
 scripts/oe-depends-dot                        |  13 +-
 22 files changed, 866 insertions(+), 83 deletions(-)
 delete mode 100644 meta/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0024-CVE-2023-4806.patch
 create mode 100644 meta/recipes-devtools/file/files/print_c.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230625.bb => linux-firmware_20230804.bb} (94%)
 create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-5129.patch