Openembedded Core Discussions
 help / color / mirror / Atom feed
* [hardknott][PATCH 00/31] review request
@ 2021-05-07  7:02 Anuj Mittal
  2021-05-07  7:02 ` [hardknott][PATCH 01/31] license_image.bbclass: Detect broken symlinks Anuj Mittal
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: Anuj Mittal @ 2021-05-07  7:02 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. Builds cleanly on autobuilder
except for a reproducibility failure for lsb-release.

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

I have sent a patch to fix the reproducibility issue and will include it
in hardknott after it has been merged in master.

Thanks,

Anuj

The following changes since commit 940111cefa459bc7a5fd9de1cf70b2040ffb5229:

  rsync: fix CVE-2020-14387 (2021-04-26 11:41:25 +0800)

are available in the Git repository at:

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

Alexander Kanavin (2):
  Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands"
  diffoscope: add native libraries to LD_LIBRARY_PATH

Anuj Mittal (1):
  qemu: fix CVE-2021-3392

Bruce Ashfield (8):
  linux-yocto/5.10: aufs fixes
  linux-yocto/5.10: qemuriscv32.cfg: RV32 only supports 1G physical
    memory
  linux-yocto/5.10: update to v5.10.32
  perf: fix python-audit RDEPENDS
  linux-yocto/5.4: update to v5.4.114
  linux-yocto/5.10: update to v5.10.34
  linux-yocto/5.4: update to v5.4.116
  linux-yocto/5.10: qemuppc32: reduce serial shutdown issues

Christophe Chapuis (1):
  rootfs.py: find .ko.gz and .ko.xz kernel modules as well

Jose Quaresma (1):
  ptest-runner: libgcc must be installed for pthread_cancel to work

Joshua Watt (1):
  classes/image: Use xargs to set file timestamps

Khem Raj (3):
  libjpeg-turbo: Use --reproducible option for nasm
  busybox: Fix reproducibility
  webkitgtk: Fix reproducibility in minibrowser

Reto Schneider (2):
  license_image.bbclass: Detect broken symlinks
  license_image.bbclass: Fix symlink to generic license files

Richard Purdie (5):
  patchelf: Fix note section alignment issues
  patchelf: Fix alignment patch
  pybootchart/draw: Avoid divide by zero error
  yocto-uninative: Update to 3.1 which includes a patchelf fix
  lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for
    intercepts

Ross Burton (1):
  oe-buildenv-internal: add BitBake's library to PYTHONPATH

Sakib Sajal (2):
  qemu: fix CVE-2020-27821
  qemu: fix CVE-2021-20263

Stefan Ghinea (1):
  xserver-xorg: fix CVE-2021-3472

Yi Fan Yu (1):
  libevent: Increase ptest timing tolerance 50 ms -> 100 ms

wangmy (1):
  mesa: upgrade 21.0.2 -> 21.0.3

zhengruoqin (1):
  wireless-regdb: upgrade 2020.11.20 -> 2021.04.21

 meta/classes/image.bbclass                    |   2 +-
 meta/classes/license_image.bbclass            |  20 +-
 meta/conf/distro/include/yocto-uninative.inc  |   8 +-
 meta/lib/oe/package_manager/__init__.py       |   2 +-
 meta/lib/oe/rootfs.py                         |   2 +-
 meta/lib/oeqa/utils/commands.py               |   3 -
 ...Use-C-locale-when-calling-sed-on-glo.patch |  28 +++
 meta/recipes-core/busybox/busybox_1.33.0.bb   |   1 +
 .../patchelf/patchelf/alignmentfix.patch      |  44 ++++
 .../patchelf/patchelf_0.12.bb                 |   1 +
 meta/recipes-devtools/qemu/qemu.inc           |   3 +
 .../qemu/qemu/CVE-2020-27821.patch            | 143 ++++++++++++
 .../qemu/qemu/CVE-2021-20263.patch            | 214 ++++++++++++++++++
 .../qemu/qemu/CVE-2021-3392.patch             |  89 ++++++++
 .../jpeg/libjpeg-turbo_2.0.6.bb               |   2 +-
 .../{mesa-gl_21.0.2.bb => mesa-gl_21.0.3.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc           |   2 +-
 .../mesa/{mesa_21.0.2.bb => mesa_21.0.3.bb}   |   0
 .../xserver-xorg/CVE-2021-3472.patch          |  43 ++++
 .../xorg-xserver/xserver-xorg_1.20.10.bb      |   1 +
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +-
 meta/recipes-kernel/perf/perf.bb              |   2 +-
 ....11.20.bb => wireless-regdb_2021.04.21.bb} |   2 +-
 .../0001-MiniBrowser-Fix-reproduciblity.patch |  31 +++
 meta/recipes-sato/webkit/webkitgtk_2.30.5.bb  |   1 +
 .../diffoscope/diffoscope_172.bb              |   1 +
 ...ncrease-default-timeval-tolerance-50.patch |  33 +++
 .../libevent/libevent_2.1.12.bb               |   1 +
 .../ptest-runner/ptest-runner_2.4.1.bb        |   2 +
 scripts/oe-buildenv-internal                  |   4 +
 scripts/pybootchartgui/pybootchartgui/draw.py |   2 +-
 36 files changed, 705 insertions(+), 56 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox/0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch
 create mode 100644 meta/recipes-devtools/patchelf/patchelf/alignmentfix.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-27821.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-20263.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3392.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_21.0.2.bb => mesa-gl_21.0.3.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_21.0.2.bb => mesa_21.0.3.bb} (100%)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2021-3472.patch
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2020.11.20.bb => wireless-regdb_2021.04.21.bb} (94%)
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-MiniBrowser-Fix-reproduciblity.patch
 create mode 100644 meta/recipes-support/libevent/libevent/0002-test-regress.h-Increase-default-timeval-tolerance-50.patch

-- 
2.30.2


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

end of thread, other threads:[~2021-05-07  7:04 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-07  7:02 [hardknott][PATCH 00/31] review request Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 01/31] license_image.bbclass: Detect broken symlinks Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 02/31] license_image.bbclass: Fix symlink to generic license files Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 03/31] patchelf: Fix note section alignment issues Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 04/31] mesa: upgrade 21.0.2 -> 21.0.3 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 05/31] patchelf: Fix alignment patch Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 06/31] pybootchart/draw: Avoid divide by zero error Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 07/31] xserver-xorg: fix CVE-2021-3472 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 08/31] rootfs.py: find .ko.gz and .ko.xz kernel modules as well Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 09/31] wireless-regdb: upgrade 2020.11.20 -> 2021.04.21 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 10/31] yocto-uninative: Update to 3.1 which includes a patchelf fix Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 11/31] linux-yocto/5.10: aufs fixes Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 12/31] linux-yocto/5.10: qemuriscv32.cfg: RV32 only supports 1G physical memory Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 13/31] linux-yocto/5.10: update to v5.10.32 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 14/31] perf: fix python-audit RDEPENDS Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 15/31] linux-yocto/5.4: update to v5.4.114 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 16/31] linux-yocto/5.10: update to v5.10.34 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 17/31] linux-yocto/5.4: update to v5.4.116 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 18/31] qemu: fix CVE-2020-27821 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 19/31] qemu: fix CVE-2021-20263 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 20/31] ptest-runner: libgcc must be installed for pthread_cancel to work Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 21/31] libjpeg-turbo: Use --reproducible option for nasm Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 22/31] busybox: Fix reproducibility Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 23/31] webkitgtk: Fix reproducibility in minibrowser Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 24/31] oe-buildenv-internal: add BitBake's library to PYTHONPATH Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 25/31] qemu: fix CVE-2021-3392 Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 26/31] Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands" Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 27/31] diffoscope: add native libraries to LD_LIBRARY_PATH Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 28/31] lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for intercepts Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 29/31] linux-yocto/5.10: qemuppc32: reduce serial shutdown issues Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 30/31] classes/image: Use xargs to set file timestamps Anuj Mittal
2021-05-07  7:02 ` [hardknott][PATCH 31/31] libevent: Increase ptest timing tolerance 50 ms -> 100 ms Anuj Mittal

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