All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/43] Warrior patch review
Date: Sat,  4 May 2019 08:26:36 -0700	[thread overview]
Message-ID: <cover.1556983501.git.akuster808@gmail.com> (raw)

Community patch review opportunity.

The following changes since commit f571b188177788d8ed0a7f3efe3569f153b1b0d3:

  build-appliance-image: Update to warrior head revision (2019-04-14 21:27:58 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/warrior-next
  http://cgit.openembedded.org//log/?h=stable/warrior-next

Adrian Bunk (3):
  gnutls: upgrade 3.6.5 -> 3.6.7
  dhcp: Replace OE specific patch for compatibility with latest bind
    with upstream patch
  gnome-doc-utils: Remove stale patch

Alexander Kanavin (2):
  python3: add another multilib fix
  buildhistory: call a dependency parser only on actual dependency lists

Anuj Mittal (4):
  gcc: fix CVE-2018-18484
  gdb: fix CVE-2017-9778
  binutils: fix CVE-2019-9074 CVE-2019-9075 CVE-2019-9076 CVE-2019-9077
  openssh: fix CVE-2018-20685, CVE-2019-6109, CVE-2019-6111

Bruce Ashfield (8):
  linux-yocto/5.0: update to v5.0.5
  linux-yocto-rt: update to 5.0.5-rt3
  linux-yocto/5.0: update to v5.0.7
  linux-yocto/4.19: update to v4.19.34
  linux-yocto-rt/4.19: fix merge conflict in lru_drain
  linux-yocto/5.0: port RAID configuration tweaks from master
  linux-yocto/5.0: integrate TCP timeout / hang fix
  linux-yocto/5.0: update TCP patch to mainline version

Changqing Li (2):
  waffle: supprt build waffle without x11
  piglit: support build piglit without x11

Chen Qi (4):
  busybox: fix ptest failure about 'dc'
  base-files: move hostname operations out of issue file settings
  dropbear: set CVE_PRODUCT
  libsdl: set CVE_PRODUCT

Dengke Du (1):
  linux-yocto_5.0: set devicetree for armv5

He Zhe (1):
  ltp: Fix setrlimit03 call succeeded unexpectedly

Jaewon Lee (1):
  Adding back wrapper and using OEPYTHON3HOME variable for python3

Jens Rehsack (1):
  kernel-module-split.bbclass: support CONFIG_MODULE_COMPRESS=y

Joshua Watt (2):
  resulttool: Load results from URL
  resulttool: Add log subcommand

Kai Kang (1):
  cryptodev: fix module loading error

Mardegan, Alberto (1):
  oeqa/core/runner: dump stdout and stderr of each test case

Mariano Lopez (1):
  ptest.bbclass: Use d.getVar instead of os.environ

Martin Jansa (2):
  icecc.bbclass: stop causing everything to be effectivelly MACHINE_ARCH
  glibc: always use bfd linker

Naveen Saini (2):
  core-image-rt: make sure that we append to DEPENDS
  core-image-rt-sdk: make sure that we append to DEPENDS

Oleksandr Kravchuk (1):
  curl: update to 7.64.1

Richard Purdie (4):
  core-image-sato-sdk-ptest: Try and keep image below 4GB limit
  resultool/resultutils: Fix module import error
  utils/multiprocess_launch: Improve failing subprocess output
  python3: Drop ptest hack

Steven Hung (洪于玉) (1):
  kernel.bbclass: convert base_do_unpack_append() to a task

sangeeta jain (1):
  resulttool/manualexecution: Enable test case configuration option

 meta/classes/icecc.bbclass                         |    1 +
 meta/classes/kernel-module-split.bbclass           |   20 +-
 meta/classes/kernel.bbclass                        |    3 +-
 meta/classes/ptest.bbclass                         |    4 +-
 meta/classes/testimage.bbclass                     |    3 +-
 meta/lib/oe/buildhistory_analysis.py               |    2 +-
 meta/lib/oe/utils.py                               |    7 +-
 meta/lib/oeqa/core/runner.py                       |   20 +-
 ...eplace-custom-isc_boolean_t-with-C-standa.patch | 2882 --------------------
 ...d-includes-of-new-BIND9-compatibility-hea.patch |   79 +
 meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb       |    2 +-
 ...ve-progressmeter-force-an-update-at-the-b.patch |  121 +
 .../openssh/openssh/CVE-2018-20685.patch           |   40 +
 .../openssh/openssh/CVE-2019-6109.patch            |  275 ++
 .../openssh/openssh/CVE-2019-6111.patch            |  187 ++
 meta/recipes-connectivity/openssh/openssh_7.9p1.bb |    4 +
 meta/recipes-core/base-files/base-files_3.0.14.bb  |    7 +-
 ...ix-two-test-case-to-also-depend-on-DC_BIG.patch |   39 +
 meta/recipes-core/busybox/busybox_1.30.1.bb        |    1 +
 meta/recipes-core/dropbear/dropbear.inc            |    2 +
 meta/recipes-core/glibc/glibc_2.29.bb              |    2 +-
 meta/recipes-devtools/binutils/binutils-2.32.inc   |    4 +
 .../binutils/binutils/CVE-2019-9074.patch          |   68 +
 .../binutils/binutils/CVE-2019-9075.patch          |  119 +
 .../binutils/binutils/CVE-2019-9076.patch          |   49 +
 .../binutils/binutils/CVE-2019-9077.patch          |   37 +
 meta/recipes-devtools/gcc/gcc-8.3.inc              |    1 +
 ...sion-limit-to-libiberty-s-demangling-code.patch |  325 +++
 meta/recipes-devtools/gdb/gdb-8.2.1.inc            |    1 +
 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch  |   99 +
 ...ig.py-fix-another-place-where-lib-is-hard.patch |   31 +
 ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch |   47 +
 .../python/python3/ptesthack.patch                 |   60 -
 meta/recipes-devtools/python/python3_3.7.2.bb      |    9 +-
 ...trlimit03.c-read-proc-sys-fs-nr_open-for-.patch |   70 +
 meta/recipes-extended/ltp/ltp_20190115.bb          |    1 +
 ...t.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch |   40 -
 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb      |    2 +
 meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb     |    2 +
 meta/recipes-graphics/piglit/piglit_git.bb         |   13 +-
 meta/recipes-graphics/waffle/waffle_1.5.2.bb       |    7 +-
 meta/recipes-kernel/cryptodev/cryptodev.inc        |    4 +-
 ...01-Fix-module-loading-with-Linux-v5.0-rc5.patch |   59 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |    6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb    |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb |    8 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb  |    8 +-
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      |   20 +-
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       |   21 +-
 meta/recipes-rt/images/core-image-rt-sdk.bb        |    2 +-
 meta/recipes-rt/images/core-image-rt.bb            |    2 +-
 .../images/core-image-sato-sdk-ptest.bb            |    4 +-
 .../curl/{curl_7.64.0.bb => curl_7.64.1.bb}        |    4 +-
 .../gnutls/{gnutls_3.6.5.bb => gnutls_3.6.7.bb}    |    7 +-
 scripts/lib/resulttool/log.py                      |   56 +
 scripts/lib/resulttool/manualexecution.py          |   14 +-
 scripts/lib/resulttool/merge.py                    |    8 +-
 scripts/lib/resulttool/regression.py               |    6 +-
 scripts/lib/resulttool/report.py                   |    2 +-
 scripts/lib/resulttool/resultutils.py              |   23 +-
 scripts/lib/resulttool/store.py                    |    4 +-
 scripts/resulttool                                 |    2 +
 62 files changed, 1882 insertions(+), 3070 deletions(-)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/0001-dhcpd-fix-Replace-custom-isc_boolean_t-with-C-standa.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0001-master-Added-includes-of-new-BIND9-compatibility-hea.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2018-20685.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2019-6109.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2019-6111.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9074.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9075.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9076.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9077.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.3/0041-Add-a-recursion-limit-to-libiberty-s-demangling-code.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-fix-another-place-where-lib-is-hard.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
 delete mode 100644 meta/recipes-devtools/python/python3/ptesthack.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-syscalls-setrlimit03.c-read-proc-sys-fs-nr_open-for-.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch
 create mode 100644 meta/recipes-kernel/cryptodev/files/0001-Fix-module-loading-with-Linux-v5.0-rc5.patch
 rename meta/recipes-support/curl/{curl_7.64.0.bb => curl_7.64.1.bb} (95%)
 rename meta/recipes-support/gnutls/{gnutls_3.6.5.bb => gnutls_3.6.7.bb} (88%)
 create mode 100644 scripts/lib/resulttool/log.py

-- 
2.7.4



             reply	other threads:[~2019-05-04 15:27 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-04 15:26 Armin Kuster [this message]
2019-05-04 15:26 ` [PATCH 01/43] curl: update to 7.64.1 Armin Kuster
2019-05-04 15:26 ` [PATCH 02/43] gnutls: upgrade 3.6.5 -> 3.6.7 Armin Kuster
2019-05-04 15:26 ` [PATCH 03/43] dhcp: Replace OE specific patch for compatibility with latest bind with upstream patch Armin Kuster
2019-05-04 15:26 ` [PATCH 04/43] ptest.bbclass: Use d.getVar instead of os.environ Armin Kuster
2019-05-04 15:26 ` [PATCH 05/43] linux-yocto/5.0: update to v5.0.5 Armin Kuster
2019-05-04 15:26 ` [PATCH 06/43] linux-yocto-rt: update to 5.0.5-rt3 Armin Kuster
2019-05-04 15:26 ` [PATCH 07/43] linux-yocto/5.0: update to v5.0.7 Armin Kuster
2019-05-04 15:26 ` [PATCH 08/43] linux-yocto/4.19: update to v4.19.34 Armin Kuster
2019-05-04 15:26 ` [PATCH 09/43] core-image-sato-sdk-ptest: Try and keep image below 4GB limit Armin Kuster
2019-05-04 15:26 ` [PATCH 10/43] kernel.bbclass: convert base_do_unpack_append() to a task Armin Kuster
2019-05-04 15:26 ` [PATCH 11/43] ltp: Fix setrlimit03 call succeeded unexpectedly Armin Kuster
2019-05-04 15:26 ` [PATCH 12/43] python3: add another multilib fix Armin Kuster
2019-05-04 15:26 ` [PATCH 13/43] busybox: fix ptest failure about 'dc' Armin Kuster
2019-05-04 15:26 ` [PATCH 14/43] base-files: move hostname operations out of issue file settings Armin Kuster
2019-05-04 15:26 ` [PATCH 15/43] resulttool: Load results from URL Armin Kuster
2019-05-04 15:26 ` [PATCH 16/43] resulttool: Add log subcommand Armin Kuster
2019-05-04 15:26 ` [PATCH 17/43] buildhistory: call a dependency parser only on actual dependency lists Armin Kuster
2019-05-04 15:26 ` [PATCH 18/43] icecc.bbclass: stop causing everything to be effectivelly MACHINE_ARCH Armin Kuster
2019-05-04 15:26 ` [PATCH 19/43] resultool/resultutils: Fix module import error Armin Kuster
2019-05-04 15:26 ` [PATCH 20/43] cryptodev: fix module loading error Armin Kuster
2019-05-04 15:26 ` [PATCH 21/43] oeqa/core/runner: dump stdout and stderr of each test case Armin Kuster
2019-05-04 15:26 ` [PATCH 22/43] core-image-rt: make sure that we append to DEPENDS Armin Kuster
2019-05-04 15:26 ` [PATCH 23/43] core-image-rt-sdk: " Armin Kuster
2019-05-04 15:27 ` [PATCH 24/43] resulttool/manualexecution: Enable test case configuration option Armin Kuster
2019-05-04 15:27 ` [PATCH 25/43] glibc: always use bfd linker Armin Kuster
2019-05-04 15:27 ` [PATCH 26/43] kernel-module-split.bbclass: support CONFIG_MODULE_COMPRESS=y Armin Kuster
2019-05-04 15:27 ` [PATCH 27/43] utils/multiprocess_launch: Improve failing subprocess output Armin Kuster
2019-05-04 15:27 ` [PATCH 28/43] Adding back wrapper and using OEPYTHON3HOME variable for python3 Armin Kuster
2019-05-04 15:27 ` [PATCH 29/43] linux-yocto-rt/4.19: fix merge conflict in lru_drain Armin Kuster
2019-05-04 15:27 ` [PATCH 30/43] linux-yocto/5.0: port RAID configuration tweaks from master Armin Kuster
2019-05-04 15:27 ` [PATCH 31/43] linux-yocto/5.0: integrate TCP timeout / hang fix Armin Kuster
2019-05-04 15:27 ` [PATCH 32/43] linux-yocto_5.0: set devicetree for armv5 Armin Kuster
2019-05-04 15:27 ` [PATCH 33/43] gnome-doc-utils: Remove stale patch Armin Kuster
2019-05-04 16:04   ` Adrian Bunk
2019-05-04 16:58     ` akuster808
2019-05-04 17:04       ` Adrian Bunk
2019-05-04 15:27 ` [PATCH 34/43] python3: Drop ptest hack Armin Kuster
2019-05-04 15:27 ` [PATCH 35/43] gcc: fix CVE-2018-18484 Armin Kuster
2019-05-04 15:27 ` [PATCH 36/43] gdb: fix CVE-2017-9778 Armin Kuster
2019-05-04 15:27 ` [PATCH 37/43] binutils: fix CVE-2019-9074 CVE-2019-9075 CVE-2019-9076 CVE-2019-9077 Armin Kuster
2019-05-04 15:27 ` [PATCH 38/43] openssh: fix CVE-2018-20685, CVE-2019-6109, CVE-2019-6111 Armin Kuster
2019-05-04 15:27 ` [PATCH 39/43] dropbear: set CVE_PRODUCT Armin Kuster
2019-05-04 15:27 ` [PATCH 40/43] waffle: supprt build waffle without x11 Armin Kuster
2019-05-04 16:09   ` Adrian Bunk
2019-05-04 17:05     ` akuster808
2019-05-04 17:40       ` Adrian Bunk
2019-05-04 20:33         ` akuster808
2019-05-04 15:27 ` [PATCH 41/43] piglit: support build piglit " Armin Kuster
2019-05-04 15:27 ` [PATCH 42/43] libsdl: set CVE_PRODUCT Armin Kuster
2019-05-04 15:27 ` [PATCH 43/43] linux-yocto/5.0: update TCP patch to mainline version Armin Kuster

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.1556983501.git.akuster808@gmail.com \
    --to=akuster808@gmail.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.