From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/26] Patch review
Date: Thu, 18 Aug 2022 16:42:22 -1000 [thread overview]
Message-ID: <cover.1660876844.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by end
of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4106
The following changes since commit 2cafa6ed5f0aa9df5a120b6353755d56c7c7800d:
build-appliance-image: Update to kirkstone head revision (2022-08-10 14:59:51 +0100)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Alexander Kanavin (3):
devtool/upgrade: correctly clean up when recipe filename isn't yet
known
devtool/upgrade: catch bb.fetch2.decodeurl errors
scripts/oe-setup-builddir: make it known where configurations come
from
Bruce Ashfield (3):
lttng-modules: fix 5.19+ build
lttng-modules: fix build against mips and v5.19 kernel
lttng-modules: replace mips compaction fix with upstream change
Hitendra Prajapati (3):
gdk-pixbuf: CVE-2021-46829 a heap-based buffer overflow
gnutls: CVE-2022-2509 Double free during gnutls_pkcs7_verify
zlib: CVE-2022-37434 a heap-based buffer over-read
Jose Quaresma (2):
archiver.bbclass: remove unsed do_deploy_archives[dirs]
create-spdx: ignore packing control files from ipk and deb
Mark Hatle (1):
runqemu: Add missing space on default display option
Martin Beeger (1):
cmake: remove CMAKE_ASM_FLAGS variable in toolchain file
Mihai Lindner (1):
create-spdx: Fix supplier field
Mikko Rapeli (1):
boost: fix install of fiber shared libraries
Paul Eggleton (1):
relocate_sdk.py: ensure interpreter size error causes relocation to
fail
Randy MacLeod (1):
vim: update from 9.0.0063 to 9.0.0115
Richard Purdie (2):
nativesdk: Clear TUNE_FEATURES
selftest/wic: Tweak test case to not depend on kernel size
Roland Hieber (1):
devtool: error out when workspace is using old override syntax
Sakib Sajal (6):
qemu: fix CVE-2021-3507
qemu: fix CVE-2021-3929
qemu: fix CVE-2021-4158
qemu: fix CVE-2022-0358
qemu: fix CVE-2022-0216
u-boot: fix CVE-2022-33103
meta/classes/archiver.bbclass | 1 -
meta/classes/create-spdx.bbclass | 7 +-
meta/classes/nativesdk.bbclass | 1 +
meta/lib/oe/spdx.py | 2 +-
meta/lib/oeqa/selftest/cases/wic.py | 2 +-
..._read-Prevent-arbitrary-code-executi.patch | 80 +++++
meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 1 +
.../zlib/zlib/CVE-2022-37434.patch | 44 +++
meta/recipes-core/zlib/zlib_1.2.11.bb | 1 +
.../cmake/cmake/OEToolchainConfig.cmake | 1 -
meta/recipes-devtools/qemu/qemu.inc | 7 +
.../qemu/qemu/CVE-2021-3507_1.patch | 92 ++++++
.../qemu/qemu/CVE-2021-3507_2.patch | 115 +++++++
.../qemu/qemu/CVE-2021-3929.patch | 70 +++++
.../qemu/qemu/CVE-2021-4158.patch | 46 +++
.../qemu/qemu/CVE-2022-0216_1.patch | 42 +++
.../qemu/qemu/CVE-2022-0216_2.patch | 52 ++++
.../qemu/qemu/CVE-2022-0358.patch | 106 +++++++
.../gdk-pixbuf/CVE-2021-46829.patch | 61 ++++
.../gdk-pixbuf/gdk-pixbuf_2.42.6.bb | 1 +
.../lttng-modules/0001-fix-compaction.patch | 68 +++++
...c-fix-tracepoint-mm_page_alloc_zone_.patch | 106 +++++++
...ags-parameter-from-aops-write_begin-.patch | 76 +++++
...Fix-type-of-cpu-in-trace-event-v5.19.patch | 124 ++++++++
.../lttng/lttng-modules_2.13.4.bb | 4 +
...ll-targets-if-there-s-build-no-in-ur.patch | 82 +++++
meta/recipes-support/boost/boost_1.78.0.bb | 1 +
.../gnutls/gnutls/CVE-2022-2509.patch | 282 ++++++++++++++++++
meta/recipes-support/gnutls/gnutls_3.7.4.bb | 1 +
.../vim/files/crosscompile.patch | 51 ----
meta/recipes-support/vim/files/racefix.patch | 37 ---
meta/recipes-support/vim/vim.inc | 6 +-
scripts/devtool | 10 +-
scripts/lib/devtool/upgrade.py | 33 +-
scripts/oe-setup-builddir | 12 +-
scripts/relocate_sdk.py | 10 +-
scripts/runqemu | 2 +-
37 files changed, 1511 insertions(+), 126 deletions(-)
create mode 100644 meta/recipes-bsp/u-boot/files/0001-fs-squashfs-sqfs_read-Prevent-arbitrary-code-executi.patch
create mode 100644 meta/recipes-core/zlib/zlib/CVE-2022-37434.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3507_1.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3507_2.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3929.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-4158.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2022-0216_1.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2022-0216_2.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2022-0358.patch
create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/CVE-2021-46829.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-compaction.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-mm-page_alloc-fix-tracepoint-mm_page_alloc_zone_.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-fs-Remove-flags-parameter-from-aops-write_begin-.patch
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-workqueue-Fix-type-of-cpu-in-trace-event-v5.19.patch
create mode 100644 meta/recipes-support/boost/boost/0001-Don-t-skip-install-targets-if-there-s-build-no-in-ur.patch
create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2022-2509.patch
delete mode 100644 meta/recipes-support/vim/files/crosscompile.patch
delete mode 100644 meta/recipes-support/vim/files/racefix.patch
--
2.25.1
next reply other threads:[~2022-08-19 2:43 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-19 2:42 Steve Sakoman [this message]
2022-08-19 2:42 ` [OE-core][kirkstone 01/26] gdk-pixbuf: CVE-2021-46829 a heap-based buffer overflow Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 02/26] qemu: fix CVE-2021-3507 Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 03/26] qemu: fix CVE-2021-3929 Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 04/26] qemu: fix CVE-2021-4158 Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 05/26] qemu: fix CVE-2022-0358 Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 06/26] qemu: fix CVE-2022-0216 Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 07/26] u-boot: fix CVE-2022-33103 Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 08/26] gnutls: CVE-2022-2509 Double free during gnutls_pkcs7_verify Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 09/26] zlib: CVE-2022-37434 a heap-based buffer over-read Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 10/26] vim: update from 9.0.0063 to 9.0.0115 Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 11/26] devtool: error out when workspace is using old override syntax Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 12/26] devtool/upgrade: correctly clean up when recipe filename isn't yet known Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 13/26] devtool/upgrade: catch bb.fetch2.decodeurl errors Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 14/26] runqemu: Add missing space on default display option Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 15/26] archiver.bbclass: remove unsed do_deploy_archives[dirs] Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 16/26] create-spdx: Fix supplier field Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 17/26] create-spdx: ignore packing control files from ipk and deb Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 18/26] boost: fix install of fiber shared libraries Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 19/26] cmake: remove CMAKE_ASM_FLAGS variable in toolchain file Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 20/26] scripts/oe-setup-builddir: make it known where configurations come from Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 21/26] nativesdk: Clear TUNE_FEATURES Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 22/26] relocate_sdk.py: ensure interpreter size error causes relocation to fail Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 23/26] selftest/wic: Tweak test case to not depend on kernel size Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 24/26] lttng-modules: fix 5.19+ build Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 25/26] lttng-modules: fix build against mips and v5.19 kernel Steve Sakoman
2022-08-19 2:42 ` [OE-core][kirkstone 26/26] lttng-modules: replace mips compaction fix with upstream change Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2026-01-20 13:37 [OE-core][kirkstone 00/26] Patch review Yoann Congal
2026-01-20 19:03 ` Yoann Congal
2022-06-02 16:51 Steve Sakoman
2022-06-10 8:39 ` [kirkstone " Sundeep KOKKONDA
2022-06-10 9:12 ` [OE-core] " Martin Jansa
2022-06-10 9:13 ` Martin Jansa
2022-06-10 14:19 ` Steve Sakoman
2022-06-16 2:19 ` Sundeep KOKKONDA
2022-06-16 14:19 ` [OE-core] " Randy MacLeod
2022-06-20 3:09 ` Sundeep KOKKONDA
2022-06-27 12:12 ` Randy MacLeod
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.1660876844.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