mbox

[mickledore,00/18] Patch review

Message ID cover.1692116535.git.steve@sakoman.com
State New
Headers show

Pull-request

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

Message

Steve Sakoman Aug. 15, 2023, 4:24 p.m. UTC
Please review this set of changes for mickledore and have comments back by
end of day Thursday, August 17.

Passed a-full on autobuilder:

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

The following changes since commit 6bd6b7110ea2029fc736a40760536adfaf28eec0:

  target/ssh: Ensure exit code set for commands (2023-08-09 16:17:50 -1000)

are available in the Git repository at:

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

Alexander Kanavin (3):
  glibc-locale: use stricter matching for metapackages' runtime
    dependencies
  devtool/upgrade: raise an error if extracting source produces more
    than one directory
  curl: ensure all ptest failures are caught

Andrej Valek (1):
  maintainers.inc: Modify email address

BELOUARGA Mohamed (1):
  linux-firmware : Add firmware of RTL8822 serie

Bruce Ashfield (2):
  linux-yocto/6.1: update to v6.1.41
  linux-yocto/6.1: update to v6.1.43

Dmitry Baryshkov (1):
  linux-firmware: split platform-specific Adreno shaders to separate
    packages

Joel Stanley (1):
  kernel: don't fail if Modules.symvers doesn't exist

Marek Vasut (1):
  linux-firmware: Fix mediatek mt7601u firmware path

Mark Hatle (1):
  tcf-agent: Update to 1.8.0 release

Richard Purdie (1):
  oeqa/ssh: Further improve process exit handling

Ross Burton (1):
  openssh: upgrade to 9.3p2

Sudip Mukherjee (1):
  bind: upgrade to v9.18.17

Yogita Urade (3):
  qemu: fix CVE-2023-3301
  qemu: fix CVE-2023-3255
  qemu: fix CVE-2023-2861

sanjana (1):
  binutils: stable 2.40 branch updates

 meta/classes-recipe/kernel.bbclass            |   4 +-
 meta/conf/distro/include/maintainers.inc      |   2 +-
 meta/lib/oeqa/core/target/ssh.py              |   5 +-
 ...1-avoid-start-failure-with-bind-user.patch |   0
 ...d-V-and-start-log-hide-build-options.patch |   0
 ...ching-for-json-headers-searches-sysr.patch |   0
 .../bind/{bind-9.18.16 => bind}/bind9         |   0
 .../bind/{bind-9.18.16 => bind}/conf.patch    |   0
 .../generate-rndc-key.sh                      |   0
 ...t.d-add-support-for-read-only-rootfs.patch |   0
 .../make-etc-initd-bind-stop-work.patch       |   0
 .../bind/{bind-9.18.16 => bind}/named.service |   0
 .../bind/{bind_9.18.16.bb => bind_9.18.17.bb} |   4 +-
 .../{openssh_9.3p1.bb => openssh_9.3p2.bb}    |   2 +-
 meta/recipes-core/glibc/glibc-locale.inc      |   8 +-
 .../binutils/binutils-2.40.inc                |   2 +-
 meta/recipes-devtools/qemu/qemu.inc           |   3 +
 .../qemu/qemu/CVE-2023-2861.patch             | 171 ++++++++++++++++++
 .../qemu/qemu/CVE-2023-3255.patch             |  65 +++++++
 .../qemu/qemu/CVE-2023-3301.patch             |  65 +++++++
 .../tcf-agent/tcf-agent_git.bb                |   4 +-
 .../linux-firmware/linux-firmware_20230625.bb |  28 ++-
 .../linux/linux-yocto-rt_6.1.bb               |   6 +-
 .../linux/linux-yocto-tiny_6.1.bb             |   6 +-
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  |  28 +--
 meta/recipes-support/curl/curl/disable-tests  |   2 +
 meta/recipes-support/curl/curl/run-ptest      |   2 +-
 scripts/lib/devtool/upgrade.py                |   2 +
 28 files changed, 366 insertions(+), 43 deletions(-)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/0001-avoid-start-failure-with-bind-user.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/bind9 (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/generate-rndc-key.sh (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/init.d-add-support-for-read-only-rootfs.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.16 => bind}/named.service (100%)
 rename meta/recipes-connectivity/bind/{bind_9.18.16.bb => bind_9.18.17.bb} (96%)
 rename meta/recipes-connectivity/openssh/{openssh_9.3p1.bb => openssh_9.3p2.bb} (98%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-2861.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3255.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3301.patch