Openembedded Core Discussions
 help / color / mirror / Atom feed
* [honister][PATCH 00/17] Patch review
@ 2022-02-04 14:12 Anuj Mittal
  2022-02-04 14:12 ` [honister][PATCH 01/17] kernel: introduce python3-dtschema-wrapper Anuj Mittal
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Anuj Mittal @ 2022-02-04 14:12 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 19+ messages in thread
* [honister][PATCH 00/17] Patch review
@ 2022-05-11  2:57 Anuj Mittal
  0 siblings, 0 replies; 19+ messages in thread
From: Anuj Mittal @ 2022-05-11  2:57 UTC (permalink / raw)
  To: openembedded-core

Next set of changes for honister. Includes fixes to perf and
lttng-modules to support newer kernels with honister. Please review.

No problems seen while testing:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3646

Thanks,

Anuj

The following changes since commit 1a6f5e27249afb6fb4d47c523b62b5dd2482a69d:

  build-appliance-image: Update to honister head revision (2022-05-03 21:56:48 +0100)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/honister

Bruce Ashfield (2):
  lttng-modules: update to 2.13.1
  lttng-modules: support kernel 5.18+

Chen Qi (1):
  cases/buildepoxy.py: fix typo

Davide Gardenal (1):
  rootfs-postcommands: fix symlinks where link and output path are equal

Khem Raj (1):
  busybox: Use base_bindir instead of hardcoding /bin path

Max Krummenacher (2):
  perf: sort-pmuevents: don't drop elements
  perf: sort-pmuevents: allow for additional type qualifiers and storage
    class

Paul Gortmaker (1):
  install/devshell: Introduce git intercept script due to fakeroot
    issues

Portia (1):
  volatile-binds: Change DefaultDependencies from false to no

Rahul Kumar (1):
  neard: Switch SRC_URI to git repo

Richard Purdie (4):
  base: Avoid circular references to our own scripts
  base: Drop git intercept
  scripts: Make git intercept global
  scripts/git: Ensure we don't have circular references

Ross Burton (1):
  oeqa/selftest: add test for git working correctly inside pseudo

wangmy (2):
  lttng-modules: upgrade 2.13.1 -> 2.13.2
  lttng-modules: upgrade 2.13.2 -> 2.13.3

 .../git-submodule-test/git-submodule-test.bb  |  15 +
 meta/classes/base.bbclass                     |   4 +
 meta/classes/devshell.bbclass                 |   2 +
 meta/classes/rootfs-postcommands.bbclass      |  14 +-
 meta/lib/oeqa/sdk/cases/buildepoxy.py         |   2 +-
 meta/lib/oeqa/selftest/cases/git.py           |  15 +
 meta/recipes-connectivity/neard/neard_0.16.bb |  13 +-
 meta/recipes-core/busybox/busybox.inc         |   2 +-
 .../files/volatile-binds.service.in           |   2 +-
 ...x-compaction-migratepages-event-name.patch |  37 +
 ...Remove-deprecated-CPU-hotplug-functi.patch | 394 ---------
 ...vent-allow-same-provider-and-event-n.patch |  48 +
 ...ile-Enable-Wimplicit-fallthrough-for.patch | 829 ------------------
 ...g-Don-t-re-read-p-state-when-emittin.patch | 183 ++++
 .../0004-fix-block-remove-genhd.h-v5.18.patch |  45 +
 ...emove-REQ_OP_WRITE_SAME-support-v5.1.patch |  79 ++
 ...ndom-remove-unused-tracepoints-v5.18.patch |  47 +
 ...rethook-for-kretprobe-if-possible-v5.patch |  72 ++
 ...ore-Remove-scsi-scsi_request.h-v5.18.patch |  44 +
 .../0009-Rename-genhd-wrapper-to-blkdev.patch |  76 ++
 ...n-cleanup-the-compaction-trace-event.patch | 106 +++
 ...ules_2.13.0.bb => lttng-modules_2.13.3.bb} |  15 +-
 .../perf/perf/sort-pmuevents.py               |  28 +-
 scripts/git                                   |  26 +
 24 files changed, 845 insertions(+), 1253 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/git.py
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-compaction-migratepages-event-name.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-cpu-hotplug-Remove-deprecated-CPU-hotplug-functi.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-tracepoint-event-allow-same-provider-and-event-n.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-Revert-Makefile-Enable-Wimplicit-fallthrough-for.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-sched-tracing-Don-t-re-read-p-state-when-emittin.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-fix-block-remove-genhd.h-v5.18.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-scsi-block-Remove-REQ_OP_WRITE_SAME-support-v5.1.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-random-remove-unused-tracepoints-v5.18.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-kprobes-Use-rethook-for-kretprobe-if-possible-v5.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0008-fix-scsi-core-Remove-scsi-scsi_request.h-v5.18.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0009-Rename-genhd-wrapper-to-blkdev.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0010-fix-mm-compaction-cleanup-the-compaction-trace-event.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.13.0.bb => lttng-modules_2.13.3.bb} (65%)
 create mode 100755 scripts/git

-- 
2.35.3



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-05-11  2:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-04 14:12 [honister][PATCH 00/17] Patch review Anuj Mittal
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox