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/30] patch review request
Date: Tue, 23 Feb 2021 00:00:03 +0800	[thread overview]
Message-ID: <cover.1614009417.git.anuj.mittal@intel.com> (raw)

Please review these next set of changes for gatesgarth. Builds fine on
autobuilder except for a known intermittent task hash mismatch failure.

Thanks,

Anuj

The following changes since commit ebaaee50cb3ac75112827f935c48affaf622ce7f:

  build-appliance-image: Update to gatesgarth head revision (2021-02-16 11:44:29 +0000)

are available in the Git repository at:

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

Chee Yang Lee (1):
  initrdscripts: init-install-efi.sh install extra files for ESP

Dorinda (1):
  oe-pkgdata-util: Check if environment script is initialized

Joshua Watt (7):
  libomxil: Fix up commercial license flag
  weston: remoting backend requires GStreamer base plugins
  oeqa: reproducible: Fix SSTATE_MIRRORS variable
  oeqa: reproducible: Add more logging
  systemd: Re-enable chvt as non-root user without polkit
  bison: Fix up file name mapping
  acpica: Fix reproducibility issues

Khem Raj (1):
  tcf-agent: Fix build on riscv32

Lee Chee Yang (3):
  wic: debug mode to keep tmp directory
  qemu: fix CVE-2020-29443 CVE-2020-35517
  openssh: fix CVE-2020-14145

Marek Vasut (1):
  weston-init: Fix weston-keyboard path in weston.ini

Richard Leitner (1):
  deb: export INTERCEPT_DIR for remove actions

Richard Purdie (13):
  pseudo: Update for rename and faccessat fixes
  pseudo: Update to include fixes for glibc 2.33
  opkg: Fix build reproducibility issue
  opkg: Fix patch glitches
  cwautomacros: Ensure version is set deterministically
  vim: Improve determinism
  vim: Fix a race over creation of the desktop files
  package_manager/deb: Fix image generation with package removal
  quilt: Be determnistic about column presence
  buildtools-extended-tarball: Add glibc-gconvs needed for build
  watchdog: Fix determinism issue from sendmail host path
  watchdog: Avoid reproducibility failures after fixing build
  xmlto: Fix reproducibility

Vivien Didelot (1):
  local.conf.sample.extended: fix double 'of' typo

akuster (1):
  connman: update to 1.39

 meta/conf/local.conf.sample.extended          |   2 +-
 meta/lib/oe/package_manager/deb/__init__.py   |   6 +
 meta/lib/oeqa/selftest/cases/reproducible.py  |   5 +-
 meta/lib/oeqa/selftest/cases/wic.py           |   2 +
 .../{connman_1.38.bb => connman_1.39.bb}      |   3 +-
 .../openssh/openssh/CVE-2020-14145.patch      |  90 +++++++
 .../openssh/openssh_8.3p1.bb                  |   1 +
 .../initrdscripts/files/init-install-efi.sh   |   5 +
 .../meta/buildtools-extended-tarball.bb       |  10 +
 ...chvt-as-non-root-user-without-polkit.patch | 227 ++++++++++++++++++
 meta/recipes-core/systemd/systemd_246.9.bb    |   1 +
 ...001-Use-mapped-file-name-for-symbols.patch |  62 +++++
 meta/recipes-devtools/bison/bison_3.7.2.bb    |   1 +
 .../opkg/opkg/sourcedateepoch.patch           |  24 ++
 meta/recipes-devtools/opkg/opkg_0.4.3.bb      |   1 +
 meta/recipes-devtools/pseudo/pseudo_git.bb    |   2 +-
 meta/recipes-devtools/qemu/qemu.inc           |   2 +
 .../qemu/qemu/CVE-2020-29443.patch            |  46 ++++
 .../qemu/qemu/CVE-2020-35517.patch            | 126 ++++++++++
 meta/recipes-devtools/quilt/quilt.inc         |   2 +-
 .../tcf-agent/tcf-agent_git.bb                |   1 +
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb   |   2 +-
 .../acpica/acpica_20200717.bb                 |   2 +
 .../cwautomacros/cwautomacros_20110201.bb     |   2 +-
 .../watchdog/watchdog_5.16.bb                 |   6 +
 .../wayland/weston-init/weston.ini            |   2 +-
 meta/recipes-graphics/wayland/weston_9.0.0.bb |   2 +-
 .../libomxil/libomxil_0.9.3.bb                |   6 +-
 meta/recipes-support/vim/files/racefix.patch  |  33 +++
 meta/recipes-support/vim/vim.inc              |   3 +
 scripts/lib/wic/plugins/imager/direct.py      |   6 +-
 scripts/oe-pkgdata-util                       |   3 +
 32 files changed, 673 insertions(+), 13 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.38.bb => connman_1.39.bb} (78%)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2020-14145.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-logind-Restore-chvt-as-non-root-user-without-polkit.patch
 create mode 100644 meta/recipes-devtools/bison/bison/0001-Use-mapped-file-name-for-symbols.patch
 create mode 100644 meta/recipes-devtools/opkg/opkg/sourcedateepoch.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-29443.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-35517.patch
 create mode 100644 meta/recipes-support/vim/files/racefix.patch

-- 
2.29.2


             reply	other threads:[~2021-02-22 16:00 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 16:00 Anuj Mittal [this message]
2021-02-22 16:00 ` [gatesgarth][PATCH 01/30] initrdscripts: init-install-efi.sh install extra files for ESP Anuj Mittal
2021-03-22  8:57   ` [OE-core] " Lee Chee Yang
2021-03-22 22:06     ` Steve Sakoman
2021-02-22 16:00 ` [gatesgarth][PATCH 02/30] wic: debug mode to keep tmp directory Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 03/30] oe-pkgdata-util: Check if environment script is initialized Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 04/30] pseudo: Update for rename and faccessat fixes Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 05/30] connman: update to 1.39 Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 06/30] tcf-agent: Fix build on riscv32 Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 07/30] libomxil: Fix up commercial license flag Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 08/30] weston: remoting backend requires GStreamer base plugins Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 09/30] pseudo: Update to include fixes for glibc 2.33 Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 10/30] qemu: fix CVE-2020-29443 CVE-2020-35517 Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 11/30] openssh: fix CVE-2020-14145 Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 12/30] opkg: Fix build reproducibility issue Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 13/30] opkg: Fix patch glitches Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 14/30] cwautomacros: Ensure version is set deterministically Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 15/30] weston-init: Fix weston-keyboard path in weston.ini Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 16/30] vim: Improve determinism Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 17/30] vim: Fix a race over creation of the desktop files Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 18/30] deb: export INTERCEPT_DIR for remove actions Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 19/30] package_manager/deb: Fix image generation with package removal Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 20/30] quilt: Be determnistic about column presence Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 21/30] buildtools-extended-tarball: Add glibc-gconvs needed for build Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 22/30] oeqa: reproducible: Fix SSTATE_MIRRORS variable Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 23/30] oeqa: reproducible: Add more logging Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 24/30] watchdog: Fix determinism issue from sendmail host path Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 25/30] watchdog: Avoid reproducibility failures after fixing build Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 26/30] xmlto: Fix reproducibility Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 27/30] local.conf.sample.extended: fix double 'of' typo Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 28/30] systemd: Re-enable chvt as non-root user without polkit Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 29/30] bison: Fix up file name mapping Anuj Mittal
2021-02-22 16:00 ` [gatesgarth][PATCH 30/30] acpica: Fix reproducibility issues Anuj Mittal
  -- strict thread matches above, loose matches on Subject: below --
2021-01-08  4:17 [gatesgarth][PATCH 00/30] patch review request 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.1614009417.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.