All of lore.kernel.org
 help / color / mirror / Atom feed
* [gatesgarth][PATCH 00/20] patch review request
@ 2021-01-21 16:21 Anuj Mittal
  2021-01-21 16:21 ` [gatesgarth][PATCH 01/20] zip: whitelist CVE-2018-13410 and CVE-2018-13684 Anuj Mittal
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Anuj Mittal @ 2021-01-21 16:21 UTC (permalink / raw)
  To: openembedded-core

Please review these next set of changes for gatesgarth. Builds cleanly
on autobuilder.

Thanks,

Anuj

The following changes since commit c7bf9aebd002fc6bc23a57bc5e9863382bd17ae7:

  systemd: upgrade 246.6 -> 246.9 (2021-01-15 00:05:41 +0800)

are available in the Git repository at:

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

Adrian Herrera (1):
  scripts: oe-run-native, fix *-native directories

Andrey Mozzhuhin (1):
  toolchain-shar-extract.sh: Handle special characters in script path

Chris Laplante (1):
  systemd.bbclass: improve error message when a service unit specified
    in SYSTEMD_SERVICE is not found

Mans Rullgard (1):
  boost: drop arm-intrinsics.patch

Marek Vasut (2):
  meta: toolchain-shar-relocate.sh: Do not use $target_sdk_dir as regex
  meta: toolchain-shar-relocate.sh: Filter out post-relocate-setup
    script

Mikko Rapeli (1):
  zip: whitelist CVE-2018-13410 and CVE-2018-13684

Nathan Rossi (1):
  gcc: Backport patch to resolve i*86 tune configuration overrides

Oleksiy Obitotskyy (1):
  flex: Fix --noline option behavior

Oleksiy Obitotskyy yIEf0zt.mo (1):
  toolchain-shar-relocate.sh: Fix handling files with colons

Paul Barker (7):
  wic: Add workdir argument
  wic: Ensure internal workdir is not reused
  wic: Allow exec_native_cmd to run HOSTTOOLS
  image_types_wic: Move wic working directory
  wic: Update pseudo db when excluding content from rootfs
  wic: Copy rootfs dir if fstab needs updating
  wic: Optimise fstab modification for ext2/3/4 and msdos partitions

Tomasz Dziendzielski (2):
  lib/oe/utils: Return empty string in parallel_make
  devtool: Fix source extraction for gcc shared source

Yi Fan Yu (1):
  binutils: Fix CVE-2020-35448

 meta/classes/image_types_wic.bbclass          |  10 +-
 meta/classes/systemd.bbclass                  |   3 +-
 meta/files/toolchain-shar-extract.sh          |  12 +-
 meta/files/toolchain-shar-relocate.sh         |   7 +-
 meta/lib/oe/utils.py                          |   2 +-
 .../binutils/binutils-2.35.1.inc              |   1 +
 .../binutils/binutils/CVE-2020-35448.patch    |  85 +++++++
 ...directives-if-gen_line_dirs-is-false.patch |  32 +++
 meta/recipes-devtools/flex/flex_2.6.4.bb      |   1 +
 meta/recipes-devtools/gcc/gcc-10.2.inc        |   2 +-
 ...0001-lib-Remove-i-86-march-overrides.patch | 113 ----------
 ...libgomp-libitc-Fix-bootstrap-PR70454.patch | 208 ++++++++++++++++++
 meta/recipes-extended/zip/zip_3.0.bb          |   6 +
 .../boost/boost/arm-intrinsics.patch          |  55 -----
 meta/recipes-support/boost/boost_1.74.0.bb    |   2 +-
 scripts/lib/devtool/standard.py               |  30 ++-
 scripts/lib/wic/misc.py                       |   7 +-
 scripts/lib/wic/partition.py                  |  32 ++-
 scripts/lib/wic/plugins/imager/direct.py      |  48 ++--
 scripts/lib/wic/plugins/source/rootfs.py      |  33 ++-
 scripts/oe-run-native                         |   2 +-
 scripts/wic                                   |   2 +
 22 files changed, 464 insertions(+), 229 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2020-35448.patch
 create mode 100644 meta/recipes-devtools/flex/flex/0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc/0001-lib-Remove-i-86-march-overrides.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/0001-libatomic-libgomp-libitc-Fix-bootstrap-PR70454.patch
 delete mode 100644 meta/recipes-support/boost/boost/arm-intrinsics.patch

-- 
2.29.2


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

end of thread, other threads:[~2021-01-21 16:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 16:21 [gatesgarth][PATCH 00/20] patch review request Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 01/20] zip: whitelist CVE-2018-13410 and CVE-2018-13684 Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 02/20] scripts: oe-run-native, fix *-native directories Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 03/20] toolchain-shar-extract.sh: Handle special characters in script path Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 04/20] systemd.bbclass: improve error message when a service unit specified in SYSTEMD_SERVICE is not found Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 05/20] boost: drop arm-intrinsics.patch Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 06/20] binutils: Fix CVE-2020-35448 Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 07/20] meta: toolchain-shar-relocate.sh: Do not use $target_sdk_dir as regex Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 08/20] meta: toolchain-shar-relocate.sh: Filter out post-relocate-setup script Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 09/20] lib/oe/utils: Return empty string in parallel_make Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 10/20] gcc: Backport patch to resolve i*86 tune configuration overrides Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 11/20] wic: Add workdir argument Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 12/20] wic: Ensure internal workdir is not reused Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 13/20] wic: Allow exec_native_cmd to run HOSTTOOLS Anuj Mittal
2021-01-21 16:21 ` [gatesgarth][PATCH 14/20] image_types_wic: Move wic working directory Anuj Mittal
2021-01-21 16:22 ` [gatesgarth][PATCH 15/20] wic: Update pseudo db when excluding content from rootfs Anuj Mittal
2021-01-21 16:22 ` [gatesgarth][PATCH 16/20] wic: Copy rootfs dir if fstab needs updating Anuj Mittal
2021-01-21 16:22 ` [gatesgarth][PATCH 17/20] wic: Optimise fstab modification for ext2/3/4 and msdos partitions Anuj Mittal
2021-01-21 16:22 ` [gatesgarth][PATCH 18/20] toolchain-shar-relocate.sh: Fix handling files with colons Anuj Mittal
2021-01-21 16:22 ` [gatesgarth][PATCH 19/20] devtool: Fix source extraction for gcc shared source Anuj Mittal
2021-01-21 16:22 ` [gatesgarth][PATCH 20/20] flex: Fix --noline option behavior Anuj Mittal

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.