From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [honister][PATCH 00/17] Patch review
Date: Fri, 4 Feb 2022 22:12:26 +0800 [thread overview]
Message-ID: <cover.1643983711.git.anuj.mittal@intel.com> (raw)
Next set of changes for honister. Please review.
No problems seen while testing.
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3185
Thanks,
Anuj
The following changes since commit 2d3c5b078feb34cb729902292d2805c9288ebc4c:
glibc : Fix CVE-2022-23219 (2022-01-25 11:11:18 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib anujm/honister
Alexander Kanavin (1):
libusb1: correct SRC_URI
Bruce Ashfield (3):
kernel: introduce python3-dtschema-wrapper
linux-yocto/5.10: update to v5.10.92
linux-yocto/5.10: update to v5.10.93
Carlos Rafael Giani (1):
libxml2: Backport python3-lxml workaround patch
Kory Maincent (1):
icu: fix make_icudata dependencies
Peter Kjellerstedt (2):
sstate: A third fix for for touching files inside pseudo
insane.bbclass: Correct package_qa_check_empty_dirs()
Pgowda (2):
glibc : Fix CVE-2021-3998
glibc : Fix CVE-2021-3999
Richard Purdie (1):
sstate: Improve failure to obtain archive message/handling
Ross Burton (5):
tiff: backport fix for CVE-2022-22844
yocto-check-layer: add debug output for the layers that were found
expat: upgrade to 2.4.4
vim: upgrade to patch 4269
core-image-sato-sdk: allocate more memory when in qemu
Rudolf J Streif (1):
linux-firmware: Add CLM blob to linux-firmware-bcm4373 package
meta/classes/insane.bbclass | 2 +-
meta/classes/sstate.bbclass | 18 +-
meta/conf/distro/include/maintainers.inc | 1 +
.../expat/{expat_2.4.3.bb => expat_2.4.4.bb} | 2 +-
.../glibc/glibc/0001-CVE-2021-3998.patch | 282 ++++++++++++++
.../glibc/glibc/0001-CVE-2021-3999.patch | 36 ++
.../glibc/glibc/0002-CVE-2021-3998.patch | 138 +++++++
.../glibc/glibc/0002-CVE-2021-3999.patch | 357 ++++++++++++++++++
meta/recipes-core/glibc/glibc_2.34.bb | 4 +
.../0002-Work-around-lxml-API-abuse.patch | 213 +++++++++++
meta/recipes-core/libxml/libxml2_2.9.12.bb | 1 +
.../python3-dtschema-wrapper/dt-doc-validate | 20 +
.../dtc/python3-dtschema-wrapper/dt-mk-schema | 20 +
.../dtc/python3-dtschema-wrapper/dt-validate | 20 +
.../dtc/python3-dtschema-wrapper_2021.10.bb | 17 +
.../linux-firmware/linux-firmware_20211216.bb | 1 +
.../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 +-
...al-buffer-overflow-for-ASCII-tags-wh.patch | 43 +++
meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | 3 +-
.../images/core-image-sato-sdk.bb | 3 +
meta/recipes-support/icu/icu_69.1.bb | 2 +-
meta/recipes-support/libusb/libusb1_1.0.24.bb | 6 +-
meta/recipes-support/vim/vim.inc | 4 +-
scripts/yocto-check-layer | 13 +
26 files changed, 1211 insertions(+), 33 deletions(-)
rename meta/recipes-core/expat/{expat_2.4.3.bb => expat_2.4.4.bb} (91%)
create mode 100644 meta/recipes-core/glibc/glibc/0001-CVE-2021-3998.patch
create mode 100644 meta/recipes-core/glibc/glibc/0001-CVE-2021-3999.patch
create mode 100644 meta/recipes-core/glibc/glibc/0002-CVE-2021-3998.patch
create mode 100644 meta/recipes-core/glibc/glibc/0002-CVE-2021-3999.patch
create mode 100644 meta/recipes-core/libxml/libxml2/0002-Work-around-lxml-API-abuse.patch
create mode 100644 meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-doc-validate
create mode 100644 meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-mk-schema
create mode 100644 meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-validate
create mode 100644 meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb
create mode 100644 meta/recipes-multimedia/libtiff/files/0001-tiffset-fix-global-buffer-overflow-for-ASCII-tags-wh.patch
--
2.34.1
next reply other threads:[~2022-02-04 14:12 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 14:12 Anuj Mittal [this message]
2022-02-04 14:12 ` [honister][PATCH 01/17] kernel: introduce python3-dtschema-wrapper Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 02/17] sstate: A third fix for for touching files inside pseudo Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 03/17] insane.bbclass: Correct package_qa_check_empty_dirs() Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 04/17] sstate: Improve failure to obtain archive message/handling Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 05/17] glibc : Fix CVE-2021-3998 Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 06/17] glibc : Fix CVE-2021-3999 Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 07/17] icu: fix make_icudata dependencies Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 08/17] tiff: backport fix for CVE-2022-22844 Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 09/17] linux-yocto/5.10: update to v5.10.92 Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 10/17] linux-yocto/5.10: update to v5.10.93 Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 11/17] linux-firmware: Add CLM blob to linux-firmware-bcm4373 package Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 12/17] yocto-check-layer: add debug output for the layers that were found Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 13/17] libusb1: correct SRC_URI Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 14/17] expat: upgrade to 2.4.4 Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 15/17] vim: upgrade to patch 4269 Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 16/17] core-image-sato-sdk: allocate more memory when in qemu Anuj Mittal
2022-02-04 14:12 ` [honister][PATCH 17/17] libxml2: Backport python3-lxml workaround patch Anuj Mittal
-- strict thread matches above, loose matches on Subject: below --
2022-05-11 2:57 [honister][PATCH 00/17] 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.1643983711.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.