From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/15] Patch review
Date: Fri, 21 Jan 2022 22:50:48 +0800 [thread overview]
Message-ID: <cover.1642736950.git.anuj.mittal@intel.com> (raw)
Next set of changes for hardknott. Please review.
No issues while testing except for an intermittent and unrelated failure
in qemuppc.
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3140
Thanks,
Anuj
The following changes since commit 7e569186820163d731cbb14f8c25ce6a2cc45dc9:
python3-pyelftools: fix the override syntax (2022-01-11 10:07:36 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib anujm/hardknott
Bruce Ashfield (5):
linux-yocto/5.10: update to v5.10.89
linux-yocto/5.10/cfg: add kcov feature fragment
linux-yocto/5.10: update to v5.10.90
linux-yocto/5.10: amdgpu: updates for CVE-2021-42327
linux-yocto/5.10: update to v5.10.91
Changqing Li (1):
libsndfile1: fix CVE-2021-4156
Chen Qi (1):
populate_sdk_base: remove unneeded dirs such as /dev
Joshua Watt (1):
selftest: reproducible: Set maximum report size
Kevin Hao (2):
arch-armv8-5a.inc: Add tune include for armv8.5a
armv9a/tune: Add the support for the Neoverse N2 core
Konrad Weihmann (1):
cve-check: add lockfile to task
Richard Purdie (1):
scripts: Update to use exec_module() instead of load_module()
Robert Joslyn (1):
curl: Backport CVE fixes
Ross Burton (1):
xserver-xorg: whitelist two CVEs
Sakib Sajal (1):
go: upgrade 1.16.10 -> 1.16.13
meta/classes/cve-check.bbclass | 1 +
meta/classes/populate_sdk_base.bbclass | 11 +-
.../machine/include/arm/arch-armv8-5a.inc | 19 +
.../include/arm/armv9a/tune-neoversen2.inc | 22 ++
meta/lib/oeqa/selftest/cases/reproducible.py | 10 +-
.../go/{go-1.16.10.inc => go-1.16.13.inc} | 4 +-
...1.16.10.bb => go-binary-native_1.16.13.bb} | 4 +-
....16.10.bb => go-cross-canadian_1.16.13.bb} | 0
...o-cross_1.16.10.bb => go-cross_1.16.13.bb} | 0
...ssdk_1.16.10.bb => go-crosssdk_1.16.13.bb} | 0
...native_1.16.10.bb => go-native_1.16.13.bb} | 0
...ntime_1.16.10.bb => go-runtime_1.16.13.bb} | 0
.../go/{go_1.16.10.bb => go_1.16.13.bb} | 0
.../xorg-xserver/xserver-xorg.inc | 8 +
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +-
.../libsndfile1/CVE-2021-4156.patch | 32 ++
.../libsndfile/libsndfile1_1.0.28.bb | 1 +
.../curl/curl/CVE-2021-22945.patch | 35 ++
.../curl/curl/CVE-2021-22946.patch | 333 ++++++++++++++++
.../curl/curl/CVE-2021-22947.patch | 357 ++++++++++++++++++
meta/recipes-support/curl/curl_7.75.0.bb | 8 +
scripts/lib/scriptutils.py | 7 +-
scripts/lib/wic/pluginbase.py | 8 +-
25 files changed, 867 insertions(+), 31 deletions(-)
create mode 100644 meta/conf/machine/include/arm/arch-armv8-5a.inc
create mode 100644 meta/conf/machine/include/arm/armv9a/tune-neoversen2.inc
rename meta/recipes-devtools/go/{go-1.16.10.inc => go-1.16.13.inc} (91%)
rename meta/recipes-devtools/go/{go-binary-native_1.16.10.bb => go-binary-native_1.16.13.bb} (83%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.16.10.bb => go-cross-canadian_1.16.13.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.16.10.bb => go-cross_1.16.13.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.16.10.bb => go-crosssdk_1.16.13.bb} (100%)
rename meta/recipes-devtools/go/{go-native_1.16.10.bb => go-native_1.16.13.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.16.10.bb => go-runtime_1.16.13.bb} (100%)
rename meta/recipes-devtools/go/{go_1.16.10.bb => go_1.16.13.bb} (100%)
create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2021-4156.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22945.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22946.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2021-22947.patch
--
2.34.1
next reply other threads:[~2022-01-21 14:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 14:50 Anuj Mittal [this message]
2022-01-21 14:50 ` [hardknott][PATCH 01/15] go: upgrade 1.16.10 -> 1.16.13 Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 02/15] libsndfile1: fix CVE-2021-4156 Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 03/15] arch-armv8-5a.inc: Add tune include for armv8.5a Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 04/15] armv9a/tune: Add the support for the Neoverse N2 core Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 05/15] curl: Backport CVE fixes Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 06/15] scripts: Update to use exec_module() instead of load_module() Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 07/15] selftest: reproducible: Set maximum report size Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 08/15] xserver-xorg: whitelist two CVEs Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 09/15] populate_sdk_base: remove unneeded dirs such as /dev Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 10/15] linux-yocto/5.10: update to v5.10.89 Anuj Mittal
2022-01-21 14:50 ` [hardknott][PATCH 11/15] linux-yocto/5.10/cfg: add kcov feature fragment Anuj Mittal
2022-01-21 14:51 ` [hardknott][PATCH 12/15] linux-yocto/5.10: update to v5.10.90 Anuj Mittal
2022-01-21 14:51 ` [hardknott][PATCH 13/15] linux-yocto/5.10: amdgpu: updates for CVE-2021-42327 Anuj Mittal
2022-01-21 14:51 ` [hardknott][PATCH 14/15] linux-yocto/5.10: update to v5.10.91 Anuj Mittal
2022-01-21 14:51 ` [hardknott][PATCH 15/15] cve-check: add lockfile to task Anuj Mittal
-- strict thread matches above, loose matches on Subject: below --
2022-03-08 14:19 [hardknott][PATCH 00/15] Patch review Anuj Mittal
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.1642736950.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox