From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/25] Patch review
Date: Mon, 6 Jul 2020 06:10:02 -1000 [thread overview]
Message-ID: <cover.1594050175.git.steve@sakoman.com> (raw)
Please review this next set of patches for dunfell and have comments back
by end of day Wednesday.
Passed a-full build on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1119
The following changes since commit 2e128a775a3d51dc1856a35e2f5135d3c156d10e:
u-boot: move redundant-yyloc-global patch to u-boot-common.inc (2020-06-29 05:17:44 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Armin Kuster (1):
sqlite3: Security fix for CVE-2020-15358
Bruce Ashfield (6):
kernel/yocto: ensure that defconfigs are processed first
linux-yocto/5.4: update to v5.4.45
linux-yocto-rt/5.4: update to rt25
linux-yocto/5.4: update to v5.4.46
linux-yocto/5.4: update to v5.4.47
linux-yocto/5.4: update to v5.4.49 and -rt28
Changqing Li (4):
modutils-initscripts: update postinst
initscripts: update postinst
gtk-icon-cache.bbclass: add runtime dependency
logrotate.py: fix testimage occasionally failure
Chen Qi (2):
oescripts.py: fix typo
oescripts: ignore whitespaces when comparing lines
Jens Rehsack (1):
u-boot: avoid blind merging all *.cfg
Joshua Watt (1):
classes/archiver: run do_unpack_and_patch after do_preconfigure
Lee Chee Yang (3):
oeqa/core/loader: refine regex to find module
qemu: fix CVE-2020-10702/10761/13362/13659/13800
python3: fix CVE-2020-14422
Ming Liu (1):
u-boot: support merging .cfg files for UBOOT_CONFIG
Mingli Yu (1):
python3-libarchive-c: add the missing rdepends
Richard Purdie (3):
oeqa/selftest: recipetool/devtool: Avoid load_plugin test race
oeqa/targetcontrol: Attempt to fix log closure warning message
rootfs-postcommands: Improve/fix rootfs_check_host_user_contaminated
Ross Burton (1):
common-licenses: fix filename of BSD-2-Clause-Patent
Wang Mingyu (1):
libdrm: upgrade 2.4.100 -> 2.4.101
meta/classes/archiver.bbclass | 4 +-
meta/classes/gtk-icon-cache.bbclass | 19 ++-
meta/classes/kernel-yocto.bbclass | 33 ++--
meta/classes/rootfs-postcommands.bbclass | 12 +-
...-Clause-Patent.txt => BSD-2-Clause-Patent} | 0
meta/lib/oeqa/core/loader.py | 2 +-
meta/lib/oeqa/runtime/cases/logrotate.py | 4 -
meta/lib/oeqa/selftest/cases/devtool.py | 6 +-
meta/lib/oeqa/selftest/cases/oescripts.py | 4 +-
meta/lib/oeqa/selftest/cases/recipetool.py | 6 +-
meta/lib/oeqa/targetcontrol.py | 1 +
meta/recipes-bsp/u-boot/u-boot.inc | 25 ++-
.../initscripts/initscripts_1.0.bb | 2 +-
.../python/python3-libarchive-c_2.9.bb | 6 +-
.../python/python3/CVE-2020-14422.patch | 77 +++++++++
meta/recipes-devtools/python/python3_3.8.2.bb | 1 +
meta/recipes-devtools/qemu/qemu.inc | 5 +
.../qemu/qemu/CVE-2020-10702.patch | 52 ++++++
.../qemu/qemu/CVE-2020-10761.patch | 150 ++++++++++++++++++
.../qemu/qemu/CVE-2020-13362.patch | 52 ++++++
.../qemu/qemu/CVE-2020-13659.patch | 55 +++++++
.../qemu/qemu/CVE-2020-13800.patch | 60 +++++++
.../drm/libdrm/musl-ioctl.patch | 35 ----
.../{libdrm_2.4.100.bb => libdrm_2.4.101.bb} | 7 +-
.../linux/linux-yocto-rt_5.4.bb | 6 +-
.../linux/linux-yocto-tiny_5.4.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +--
.../modutils-initscripts.bb | 2 +-
.../sqlite/files/CVE-2020-15358.patch | 47 ++++++
meta/recipes-support/sqlite/sqlite3_3.31.1.bb | 1 +
30 files changed, 609 insertions(+), 95 deletions(-)
rename meta/files/common-licenses/{BSD-2-Clause-Patent.txt => BSD-2-Clause-Patent} (100%)
create mode 100644 meta/recipes-devtools/python/python3/CVE-2020-14422.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-10702.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-10761.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-13362.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-13659.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-13800.patch
delete mode 100644 meta/recipes-graphics/drm/libdrm/musl-ioctl.patch
rename meta/recipes-graphics/drm/{libdrm_2.4.100.bb => libdrm_2.4.101.bb} (92%)
create mode 100644 meta/recipes-support/sqlite/files/CVE-2020-15358.patch
--
2.17.1
next reply other threads:[~2020-07-06 16:11 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-06 16:10 Steve Sakoman [this message]
2020-07-06 16:10 ` [OE-core][dunfell 01/25] libdrm: upgrade 2.4.100 -> 2.4.101 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 02/25] u-boot: support merging .cfg files for UBOOT_CONFIG Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 03/25] u-boot: avoid blind merging all *.cfg Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first Steve Sakoman
2020-07-06 16:29 ` Bruce Ashfield
2020-07-06 16:38 ` Steve Sakoman
2020-07-22 21:27 ` Ryan Harkin
2020-07-23 1:58 ` Bruce Ashfield
2020-07-23 3:33 ` Steve Sakoman
2020-07-23 9:34 ` Ryan Harkin
2020-07-23 12:27 ` Bruce Ashfield
2020-07-23 13:38 ` Ryan Harkin
2020-07-23 15:04 ` Bruce Ashfield
2020-07-23 16:06 ` Ryan Harkin
2020-07-23 18:33 ` Andrey Zhizhikin
2020-07-23 20:46 ` Bruce Ashfield
2020-07-06 16:10 ` [OE-core][dunfell 05/25] linux-yocto/5.4: update to v5.4.45 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 06/25] linux-yocto-rt/5.4: update to rt25 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 07/25] linux-yocto/5.4: update to v5.4.46 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 08/25] linux-yocto/5.4: update to v5.4.47 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 09/25] linux-yocto/5.4: update to v5.4.49 and -rt28 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 10/25] modutils-initscripts: update postinst Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 11/25] initscripts: " Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 12/25] common-licenses: fix filename of BSD-2-Clause-Patent Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 13/25] python3-libarchive-c: add the missing rdepends Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 14/25] classes/archiver: run do_unpack_and_patch after do_preconfigure Steve Sakoman
2020-07-06 17:12 ` Joshua Watt
2020-07-06 18:48 ` Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 15/25] oescripts.py: fix typo Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 16/25] oescripts: ignore whitespaces when comparing lines Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 17/25] gtk-icon-cache.bbclass: add runtime dependency Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 18/25] oeqa/core/loader: refine regex to find module Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 19/25] oeqa/selftest: recipetool/devtool: Avoid load_plugin test race Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 20/25] oeqa/targetcontrol: Attempt to fix log closure warning message Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 21/25] logrotate.py: fix testimage occasionally failure Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 22/25] rootfs-postcommands: Improve/fix rootfs_check_host_user_contaminated Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 23/25] sqlite3: Security fix for CVE-2020-15358 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 24/25] qemu: fix CVE-2020-10702/10761/13362/13659/13800 Steve Sakoman
2020-07-06 16:10 ` [OE-core][dunfell 25/25] python3: fix CVE-2020-14422 Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2020-08-30 18:15 [OE-core][dunfell 00/25] Patch review Steve Sakoman
2020-09-01 11:07 ` Richard Purdie
2020-09-01 14:06 ` Steve Sakoman
2020-09-02 3:28 ` Christopher Clark
2020-09-02 14:52 ` Steve Sakoman
2020-12-14 14:36 Steve Sakoman
2021-05-10 14:28 Steve Sakoman
2021-09-24 14:15 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.1594050175.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.