From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/23] pull request (cover letter only)
Date: Wed, 11 Aug 2021 15:44:09 +0800 [thread overview]
Message-ID: <cover.1628667749.git.anuj.mittal@intel.com> (raw)
Please merge these changes.
Thanks,
Anuj
The following changes since commit 2fd915eda136e20ab52baea6bb908d08ef8f5cbc:
oe-setup-builddir: update YP docs and OE URLs (2021-07-31 17:56:12 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next
Alexander Kanavin (2):
devtool: print a warning on upgrades if PREFERRED_VERSION is set
nettle: update 3.7.2 -> 3.7.3
Bruce Ashfield (4):
linux-yocto/5.10: update to v5.10.53
linux-yocto/5.4: update to v5.4.135
linux-yocto-rt/5.10: update to -rt47
linux-yocto/5.10: enable TYPEC_TCPCI in usbc fragment
Chen Qi (1):
zstd: fix CVE_PRODUCT
Joe Slater (1):
util-linux: fix CVE 2021-37600
Jon Mason (1):
parselogs.py: qemuarm should be qemuarmv5
Khem Raj (1):
stress-ng: Drop defining daddr_t
Lee Chee Yang (2):
aspell: fix CVE-2019-25051
qemu: fix CVE-2021-3527
Matthias Klein (1):
runqemu: Fix typo in error message
Michael Opdenacker (3):
cve-check: fix comments
cve-check: update link to NVD website for CVE details
cve-check: improve comment about CVE patch file names
Mingli Yu (2):
curl: fix CVE-2021-22925
curl: fix CVES
Richard Purdie (3):
sstate: Fix rebuilds when changing layer config
license: Exclude COPYING.MIT from pseudo
oeqa/runtime/cases/ptest: Increase test timeout from 300s to 450s
Ross Burton (1):
qemu: fix virtio vhost-user-gpu CVEs
hongxu (1):
createrepo-c: fix createrepo-c failed in nativesdk
meta/classes/cve-check.bbclass | 19 +-
meta/classes/license.bbclass | 2 +-
meta/classes/sstate.bbclass | 1 +
meta/lib/oeqa/runtime/cases/parselogs.py | 3 +-
meta/lib/oeqa/runtime/cases/ptest.py | 2 +-
meta/recipes-core/util-linux/util-linux.inc | 1 +
.../util-linux/CVE-2021-37600.patch | 38 ++
.../createrepo-c/createrepo-c_0.17.0.bb | 4 +-
meta/recipes-devtools/qemu/qemu.inc | 9 +
...ix-memory-disclosure-in-virgl_cmd_ge.patch | 43 ++
...ix-resource-leak-in-vg_resource_crea.patch | 41 ++
...ix-memory-leak-in-vg_resource_attach.patch | 48 ++
...ix-memory-leak-while-calling-vg_reso.patch | 50 ++
...ix-memory-leak-in-virgl_cmd_resource.patch | 58 +++
...ix-memory-leak-in-virgl_resource_att.patch | 49 ++
...ix-OOB-write-in-virgl_cmd_get_capset.patch | 49 ++
.../qemu/qemu/CVE-2021-3527-1.patch | 42 ++
.../qemu/qemu/CVE-2021-3527-2.patch | 59 +++
.../stress-ng/stress-ng/no_daddr_t.patch | 32 --
.../stress-ng/stress-ng_0.12.05.bb | 2 -
meta/recipes-extended/zstd/zstd_1.4.9.bb | 2 +
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-rt_5.4.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +-
.../linux/linux-yocto-tiny_5.4.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +-
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +-
meta/recipes-support/aspell/aspell_0.60.8.bb | 4 +-
.../aspell/files/CVE-2019-25051.patch | 101 ++++
.../curl/curl/CVE-2021-22901.patch | 453 ++++++++++++++++++
.../curl/curl/CVE-2021-22924.patch | 298 ++++++++++++
.../curl/curl/CVE-2021-22925.patch | 50 ++
.../curl/curl/CVE-2021-22926.patch | 79 +++
meta/recipes-support/curl/curl_7.75.0.bb | 4 +
.../{nettle_3.7.2.bb => nettle_3.7.3.bb} | 2 +-
scripts/lib/devtool/upgrade.py | 3 +
scripts/runqemu | 2 +-
37 files changed, 1537 insertions(+), 87 deletions(-)
create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2021-37600.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/0001-vhost-user-gpu-fix-memory-disclosure-in-virgl_cmd_ge.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/0002-vhost-user-gpu-fix-resource-leak-in-vg_resource_crea.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/0003-vhost-user-gpu-fix-memory-leak-in-vg_resource_attach.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/0004-vhost-user-gpu-fix-memory-leak-while-calling-vg_reso.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/0005-vhost-user-gpu-fix-memory-leak-in-virgl_cmd_resource.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/0006-vhost-user-gpu-fix-memory-leak-in-virgl_resource_att.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/0007-vhost-user-gpu-fix-OOB-write-in-virgl_cmd_get_capset.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3527-1.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3527-2.patch
delete mode 100644 meta/recipes-extended/stress-ng/stress-ng/no_daddr_t.patch
create mode 100644 meta/recipes-support/aspell/files/CVE-2019-25051.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22901.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22924.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22925.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22926.patch
rename meta/recipes-support/nettle/{nettle_3.7.2.bb => nettle_3.7.3.bb} (96%)
--
2.31.1
reply other threads:[~2021-08-11 7:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1628667749.git.anuj.mittal@intel.com \
--to=anuj.mittal@intel.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.