mbox

[langdale,00/26] Patch review

Message ID cover.1680796770.git.steve@sakoman.com
State New
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/langdale-nut

Message

Steve Sakoman April 6, 2023, 4:01 p.m. UTC
Please review this set of patches for langdale and have comments back by
end of day Monday.

Passed a-full on autobuilder:

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

The following changes since commit 6c9ca2f2de98c84d11beccbfde7c1e26cb25dfb6:

  scripts/lib/buildstats: handle top-level build_stats not being complete (2023-03-30 04:10:26 -1000)

are available in the Git repository at:

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

Andrew Geissler (1):
  filemap.py: enforce maximum of 4kb block size

Arturo Buzarra (1):
  run-postinsts: Set dependency for ldconfig to avoid boot issues

Enrico Jörns (7):
  oeqa/selftest/cases/runqemu: update imports
  oeqa/targetcontrol: fix misspelled RuntimeError
  oeqa/targetcontrol: do not set dump_host_cmds redundantly
  oeqa/targetcontrol: remove unused imports
  oeqa/utils/commands: fix usage of undefined EPIPE
  oeqa/utils/commands: remove unused imports
  oeqa/utils/qemurunner: replace hard-coded user 'root' in debug output

Fawzi KHABER (2):
  package.bbclass: check packages name conflict in do_package
  oeqa/selftest/cases/package.py: adding unittest for package rename
    conflicts

Jose Quaresma (3):
  oeqs/selftest: OESelftestTestContext: replace the os.environ after
    subprocess.check_output
  oeqa/selftest: OESelftestTestContext: convert relative to full path
    when newbuilddir is provided
  oeqa/selftest/reproducible: Split different packages from missing
    packages output

Khem Raj (1):
  Revert "runqemu: Add workaround for APIC hang on pre 4.15 kernels on
    qemux86"

Martin Jansa (3):
  selftest: runqemu: better check for ROOTFS: in the log
  selftest: runqemu: use better error message when asserts fail
  runqemu: respect IMAGE_LINK_NAME

Michael Halstead (1):
  uninative: Upgrade to 3.9 to include glibc 2.37

Mingli Yu (1):
  report-error: catch Nothing PROVIDES error

Richard Purdie (2):
  xdg-utils: Add a patch for CVE-2020-27748
  xdg-utils: Fix CVE number

Ross Burton (2):
  tzdata: upgrade to 2023c
  oeqa/runtime: clean up deprecated backslash expansion

Soumya (1):
  shadow: Fix can not print full login timeout message

Tobias Hagelborn (1):
  lib/oe/gpg_sign.py: Avoid race when creating .sig files in detach_sign

 .../packagenameconflict.bb                    |  10 +
 meta/classes-global/package.bbclass           |   9 +
 meta/classes-recipe/testimage.bbclass         |   2 +-
 meta/classes/report-error.bbclass             |  27 +-
 meta/conf/distro/include/yocto-uninative.inc  |  10 +-
 meta/lib/oe/gpg_sign.py                       |  27 +-
 meta/lib/oeqa/runtime/cases/apt.py            |   4 +-
 meta/lib/oeqa/runtime/cases/buildcpio.py      |   7 +-
 meta/lib/oeqa/runtime/cases/systemd.py        |   2 +-
 meta/lib/oeqa/selftest/cases/package.py       |   7 +
 meta/lib/oeqa/selftest/cases/reproducible.py  |  10 +-
 meta/lib/oeqa/selftest/cases/runqemu.py       |  16 +-
 meta/lib/oeqa/selftest/context.py             |  20 +-
 meta/lib/oeqa/targetcontrol.py                |   8 +-
 meta/lib/oeqa/utils/commands.py               |   6 +-
 meta/lib/oeqa/utils/qemurunner.py             |   4 +-
 .../run-postinsts/run-postinsts.service       |   2 +-
 .../0001-Fix-can-not-print-full-login.patch   |  41 +++
 meta/recipes-extended/shadow/shadow.inc       |   1 +
 meta/recipes-extended/timezone/timezone.inc   |   6 +-
 .../timezone/tzcode-native.bb                 |   2 -
 ...0001-Fix-C23-related-conformance-bug.patch | 301 ------------------
 .../xdg-utils/xdg-utils/CVE-2022-4055.patch   | 145 +++++++++
 .../xdg-utils/xdg-utils_1.1.3.bb              |   1 +
 scripts/lib/wic/filemap.py                    |   7 +
 scripts/runqemu                               |  74 +++--
 26 files changed, 371 insertions(+), 378 deletions(-)
 create mode 100644 meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb
 create mode 100644 meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch
 delete mode 100644 meta/recipes-extended/timezone/tzcode/0001-Fix-C23-related-conformance-bug.patch
 create mode 100644 meta/recipes-extended/xdg-utils/xdg-utils/CVE-2022-4055.patch