All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/25] Patch review
@ 2021-05-10 14:28 Steve Sakoman
  2021-05-10 14:28 ` [OE-core][dunfell 01/25] tar: Fix CVE-2021-20193 Steve Sakoman
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: Steve Sakoman @ 2021-05-10 14:28 UTC (permalink / raw)
  To: openembedded-core

Please review this next set of patches for dunfell and have comments back by
end of day Wednesday.

Of particular note this week are the last four patches in the series:

26f7657698 ovmf: update to 202002
28f6c91b8b ovmf: update to 202005
aaeb10db2a ovmf: update edk2-stable202005 -> edk2-stable202008
5b2ad70cd8 reproducible.py: add quilt-ptest and valgrind-ptest

These patches allow us to add Fedora 33 as a supported distribution. I've
included them in my testing over the past few weeks and have encountered
no issues  with a-full and meta-oe tests (other than the intermittent
reproducibility failures outlined in the final patch).

Passed a-full on autobuilder:

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

The following changes since commit 834a8e357bc999a0163e7c5bafbcc1a8816448d4:

  license_image.bbclass: Fix symlink to generic license files (2021-05-03 04:56:23 -1000)

are available in the Git repository at:

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

Alexander Kanavin (5):
  diffoscope: add native libraries to LD_LIBRARY_PATH
  Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands"
  ovmf: update to 202002
  ovmf: update to 202005
  ovmf: update edk2-stable202005 -> edk2-stable202008

Anatol Belski (1):
  tar: Fix CVE-2021-20193

Bruce Ashfield (4):
  linux-yocto/5.4: update to v5.4.114
  linux-yocto/5.4: update to v5.4.116
  perf: fix python-audit RDEPENDS
  make-mod-scripts: add HOSTCXX definitions and gmp-native dependency

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

Kai Uwe Broulik (1):
  gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland

Khem Raj (1):
  cml1.bbclass: Return sorted list of cfg files

Lee Chee Yang (1):
  binutils: fix CVE-2021-3487

Mark Hatle (1):
  kernel.bbclass: Remove do_install[prefunc] no longer needed

Michael Opdenacker (1):
  sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure
    message

Richard Purdie (3):
  yocto-uninative: Update to 3.1 which includes a patchelf fix
  pybootchart/draw: Avoid divide by zero error
  oeqa/qemurunner: Improve logging thread exit handling for qemu
    shutdown test

Steve Sakoman (2):
  lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for
    intercepts
  reproducible.py: add quilt-ptest and valgrind-ptest

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

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

 meta/classes/cml1.bbclass                     |   2 +-
 meta/classes/image.bbclass                    |   2 +-
 meta/classes/kernel.bbclass                   |   1 -
 meta/classes/sanity.bbclass                   |   9 +-
 meta/conf/distro/include/yocto-uninative.inc  |   8 +-
 meta/lib/oe/package_manager.py                |   2 +-
 meta/lib/oe/rootfs.py                         |   2 +-
 meta/lib/oeqa/selftest/cases/reproducible.py  |   2 +
 meta/lib/oeqa/selftest/cases/runqemu.py       |   9 +-
 meta/lib/oeqa/utils/commands.py               |   3 -
 meta/lib/oeqa/utils/qemurunner.py             |  12 +-
 ...ovmf-update-path-to-native-BaseTools.patch |   6 +-
 ...ile-adjust-to-build-in-under-bitbake.patch |  32 +++--
 .../0003-ovmf-enable-long-path-file.patch     |   6 +-
 .../ovmf/0004-ovmf-Update-to-latest.patch     |  20 +--
 meta/recipes-core/ovmf/ovmf_git.bb            |   6 +-
 .../binutils/binutils-2.34.inc                |   1 +
 .../binutils/binutils/CVE-2021-3487.patch     |  83 +++++++++++
 .../tar/tar/CVE-2021-20193.patch              | 133 ++++++++++++++++++
 meta/recipes-extended/tar/tar_1.32.bb         |   1 +
 .../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 +--
 .../make-mod-scripts/make-mod-scripts_1.0.bb  |   2 +
 meta/recipes-kernel/perf/perf.bb              |   2 +-
 ....11.20.bb => wireless-regdb_2021.04.21.bb} |   2 +-
 .../gstreamer1.0-plugins-good_1.16.3.bb       |   4 +-
 .../diffoscope/diffoscope_172.bb              |   1 +
 ...ncrease-default-timeval-tolerance-50.patch |  33 +++++
 .../libevent/libevent_2.1.11.bb               |   1 +
 .../ptest-runner/ptest-runner_2.4.0.bb        |   2 +
 scripts/pybootchartgui/pybootchartgui/draw.py |   2 +-
 32 files changed, 355 insertions(+), 70 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2021-3487.patch
 create mode 100644 meta/recipes-extended/tar/tar/CVE-2021-20193.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-support/libevent/libevent/0002-test-regress.h-Increase-default-timeval-tolerance-50.patch

-- 
2.25.1


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

end of thread, other threads:[~2021-05-10 14:31 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 14:28 [OE-core][dunfell 00/25] Patch review Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 01/25] tar: Fix CVE-2021-20193 Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 02/25] binutils: fix CVE-2021-3487 Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 03/25] yocto-uninative: Update to 3.1 which includes a patchelf fix Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 04/25] wireless-regdb: upgrade 2020.11.20 -> 2021.04.21 Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 05/25] linux-yocto/5.4: update to v5.4.114 Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 06/25] linux-yocto/5.4: update to v5.4.116 Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 07/25] ptest-runner: libgcc must be installed for pthread_cancel to work Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 08/25] kernel.bbclass: Remove do_install[prefunc] no longer needed Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 09/25] gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 10/25] pybootchart/draw: Avoid divide by zero error Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 11/25] rootfs.py: find .ko.gz and .ko.xz kernel modules as well Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 12/25] cml1.bbclass: Return sorted list of cfg files Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 13/25] perf: fix python-audit RDEPENDS Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 14/25] make-mod-scripts: add HOSTCXX definitions and gmp-native dependency Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 15/25] diffoscope: add native libraries to LD_LIBRARY_PATH Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 16/25] Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands" Steve Sakoman
2021-05-10 14:28 ` [OE-core][dunfell 17/25] classes/image: Use xargs to set file timestamps Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 18/25] sanity.bbclass: mention CONNECTIVITY_CHECK_URIS in network failure message Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 19/25] libevent: Increase ptest timing tolerance 50 ms -> 100 ms Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 20/25] oeqa/qemurunner: Improve logging thread exit handling for qemu shutdown test Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 21/25] lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for intercepts Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 22/25] ovmf: update to 202002 Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 23/25] ovmf: update to 202005 Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 24/25] ovmf: update edk2-stable202005 -> edk2-stable202008 Steve Sakoman
2021-05-10 14:29 ` [OE-core][dunfell 25/25] reproducible.py: add quilt-ptest and valgrind-ptest Steve Sakoman

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.