All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 00/14] patch review request
Date: Fri, 15 Jan 2021 00:09:34 +0800	[thread overview]
Message-ID: <cover.1610639458.git.anuj.mittal@intel.com> (raw)

Please review these next set of changes for gatesgarth. a-full on
autobuilder failed while executing shutdown test case for qemuppc
which is a known intermittent issue and doesn't look related to these
changes.

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

Thanks,

Anuj

The following changes since commit 7aa1ae139b9131faff04c0ed156fd8efcde114f6:

  bitbake.conf: Prevent pyc file generation in pseudo context (2021-01-07 16:06:52 +0800)

are available in the Git repository at:

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

Anuj Mittal (1):
  systemd: upgrade 246.6 -> 246.9

Bruce Ashfield (1):
  linux-yocto/5.4: update to v5.4.87

Khairul Rohaizzat Jamaluddin (2):
  curl: Fix CVE-2020-8284, CVE-2020-8285, CVE-2020-8286
  ffmpeg: Fix CVE-2020-35964, CVE-2020-35965

Martin Jansa (1):
  license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to
    PSEUDO_IGNORE_PATHS

Paul Barker (1):
  selftest: Add argument to keep build dir

Richard Purdie (4):
  bitbake.conf: Add /run/ to PSEUDO_IGNORE_PATHS
  pseudo: Drop patches merged into upstream branch
  pseudo: Add lchmod wrapper
  pseudo: Update for arm host and memleak fixes/cleanup

Scott Murray (1):
  glibc: CVE-2019-25013

Tomasz Dziendzielski (1):
  pseudo: Update to print PSEUDO_LOGFILE in abort message on path
    mismatches

Wang Mingyu (2):
  mobile-broadband-provider-info: upgrade 20190618 ->20201225
  binutils: upgrade 2.35 -> 2.35.1

 meta/classes/license.bbclass                  |    1 +
 meta/conf/bitbake.conf                        |    2 +-
 meta/lib/oeqa/selftest/context.py             |   17 +-
 .../mobile-broadband-provider-info_git.bb     |    4 +-
 .../glibc/glibc/CVE-2019-25013.patch          |  137 ++
 meta/recipes-core/glibc/glibc_2.32.bb         |    1 +
 ...md-boot_246.2.bb => systemd-boot_246.9.bb} |    0
 ...md-conf_246.1.bb => systemd-conf_246.9.bb} |    0
 meta/recipes-core/systemd/systemd.inc         |    2 +-
 ...tall-dependency-links-at-install-tim.patch |   36 +-
 ...002-don-t-use-glibc-specific-qsort_r.patch |   55 +-
 .../{systemd_246.6.bb => systemd_246.9.bb}    |    0
 ...{binutils-2.35.inc => binutils-2.35.1.inc} |    6 +-
 ...5.bb => binutils-cross-canadian_2.35.1.bb} |    0
 ....bb => binutils-cross-testsuite_2.35.1.bb} |    0
 ...cross_2.35.bb => binutils-cross_2.35.1.bb} |    0
 ...dk_2.35.bb => binutils-crosssdk_2.35.1.bb} |    0
 .../{binutils_2.35.bb => binutils_2.35.1.bb}  |    0
 meta/recipes-devtools/pseudo/pseudo_git.bb    |    2 +-
 .../linux/linux-yocto-rt_5.4.bb               |    6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |    8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |   22 +-
 .../ffmpeg/ffmpeg/CVE-2020-35964.patch        |   75 +
 .../ffmpeg/ffmpeg/CVE-2020-35965.patch        |   35 +
 .../recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb |    2 +
 ...02-remove-void-protop-create-union-p.patch | 1609 +++++++++++++++++
 .../curl/curl/CVE-2020-8284.patch             |  210 +++
 .../curl/curl/CVE-2020-8285.patch             |  257 +++
 .../curl/curl/CVE-2020-8286.patch             |  131 ++
 meta/recipes-support/curl/curl_7.72.0.bb      |    4 +
 30 files changed, 2547 insertions(+), 75 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-25013.patch
 rename meta/recipes-core/systemd/{systemd-boot_246.2.bb => systemd-boot_246.9.bb} (100%)
 rename meta/recipes-core/systemd/{systemd-conf_246.1.bb => systemd-conf_246.9.bb} (100%)
 rename meta/recipes-core/systemd/{systemd_246.6.bb => systemd_246.9.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-2.35.inc => binutils-2.35.1.inc} (96%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.35.bb => binutils-cross-canadian_2.35.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross-testsuite_2.35.bb => binutils-cross-testsuite_2.35.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.35.bb => binutils-cross_2.35.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.35.bb => binutils-crosssdk_2.35.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils_2.35.bb => binutils_2.35.1.bb} (100%)
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2020-35964.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2020-35965.patch
 create mode 100644 meta/recipes-support/curl/curl/0002-remove-void-protop-create-union-p.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2020-8284.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2020-8285.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2020-8286.patch

-- 
2.29.2


             reply	other threads:[~2021-01-14 16:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14 16:09 Anuj Mittal [this message]
2021-01-14 16:09 ` [gatesgarth][PATCH 01/14] license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to PSEUDO_IGNORE_PATHS Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 02/14] curl: Fix CVE-2020-8284, CVE-2020-8285, CVE-2020-8286 Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 03/14] selftest: Add argument to keep build dir Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 04/14] bitbake.conf: Add /run/ to PSEUDO_IGNORE_PATHS Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 05/14] pseudo: Update to print PSEUDO_LOGFILE in abort message on path mismatches Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 06/14] pseudo: Drop patches merged into upstream branch Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 07/14] pseudo: Add lchmod wrapper Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 08/14] pseudo: Update for arm host and memleak fixes/cleanup Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 09/14] mobile-broadband-provider-info: upgrade 20190618 ->20201225 Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 10/14] glibc: CVE-2019-25013 Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 11/14] ffmpeg: Fix CVE-2020-35964, CVE-2020-35965 Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 12/14] linux-yocto/5.4: update to v5.4.87 Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 13/14] binutils: upgrade 2.35 -> 2.35.1 Anuj Mittal
2021-01-14 16:09 ` [gatesgarth][PATCH 14/14] systemd: upgrade 246.6 -> 246.9 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.1610639458.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.