All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/18] Patch review
Date: Tue, 15 Aug 2023 06:24:09 -1000	[thread overview]
Message-ID: <cover.1692116535.git.steve@sakoman.com> (raw)

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

-- 
2.34.1



             reply	other threads:[~2023-08-15 16:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15 16:24 Steve Sakoman [this message]
2023-08-15 16:24 ` [OE-core][mickledore 01/18] qemu: fix CVE-2023-3301 Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 02/18] qemu: fix CVE-2023-3255 Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 03/18] qemu: fix CVE-2023-2861 Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 04/18] binutils: stable 2.40 branch updates Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 05/18] linux-yocto/6.1: update to v6.1.41 Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 06/18] linux-yocto/6.1: update to v6.1.43 Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 07/18] openssh: upgrade to 9.3p2 Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 08/18] bind: upgrade to v9.18.17 Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 09/18] tcf-agent: Update to 1.8.0 release Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 10/18] oeqa/ssh: Further improve process exit handling Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 11/18] glibc-locale: use stricter matching for metapackages' runtime dependencies Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 12/18] linux-firmware: Fix mediatek mt7601u firmware path Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 13/18] linux-firmware : Add firmware of RTL8822 serie Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 14/18] linux-firmware: split platform-specific Adreno shaders to separate packages Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 15/18] maintainers.inc: Modify email address Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 16/18] devtool/upgrade: raise an error if extracting source produces more than one directory Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 17/18] curl: ensure all ptest failures are caught Steve Sakoman
2023-08-15 16:24 ` [OE-core][mickledore 18/18] kernel: don't fail if Modules.symvers doesn't exist Steve Sakoman
     [not found] <177B9B269D618F2D.8497@lists.openembedded.org>
2023-08-16 17:50 ` [OE-core][mickledore 00/18] Patch review Steve Sakoman
2023-08-18  3:17   ` Paul Gortmaker
     [not found]   ` <177C5BF219AB3C22.3047@lists.openembedded.org>
2023-08-18 22:36     ` Paul Gortmaker
2023-08-20 18:28       ` 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.1692116535.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 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.