mbox

[kirkstone,00/40] Patch review

Message ID cover.1652192957.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut

Message

Steve Sakoman May 10, 2022, 2:36 p.m. UTC
Please review this set of patches for kirkstone and have comments back by
end of day Thursday.

Passed a-full on autobuilder:

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

except for a known intermittent issue on the qemumips-alt test, which
passed on subsequent retest:

https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3028

The following changes since commit 87d7383989a1ef6deaeff85739e622d8175ae9b6:

  libxml2: update patch status (2022-04-29 05:27:54 -1000)

are available in the Git repository at:

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

Bruce Ashfield (16):
  linux-yocto/5.10: update to v5.10.110
  linux-yocto/5.10: base: enable kernel crypto userspace API
  linux-yocto/5.10: update to v5.10.112
  linux-yocto/5.15: arm: poky-tiny cleanup and fixes
  linux-yocto/5.15: update to v5.15.33
  linux-yocto/5.15: base: enable kernel crypto userspace API
  linux-yocto/5.15: kasan: fix BUG: sleeping function called from
    invalid context
  linux-yocto/5.15: fix ppc boot
  linux-yocto/5.15: netfilter: conntrack: avoid useless indirection
    during conntrack destruction
  linux-yocto/5.15: update to v5.15.35
  linux-yocto/5.15: Fix CVE-2022-28796
  linux-yocto: enable powerpc debug fragment
  linux-yocto/5.15: fix -standard kernel build issue
  linux-yocto/5.15: update to v5.15.36
  linux-yocto/5.15: fix qemuarm graphical boot
  strace: fix ptest failure in landlock

Chen Qi (1):
  go-helloworld: remove unused GO_WORKDIR

Davide Gardenal (3):
  cve-check: add JSON format to summary output
  cve-check: fix symlinks where link and output path are equal
  rootfs-postcommands: fix symlinks where link and output path are equal

Jon Mason (1):
  poky-tiny: enable qemuarmv5/qemuarm64 and cleanups

Justin Bronder (1):
  pulseaudio: conditionally depend on alsa-plugins-pulseaudio-conf

Khem Raj (3):
  kmod: Enable xz support by default
  qemu: Add packageconfig for libbpf support
  linux-yocto: Enable powerpc-debug fragment for ppc64 LE

Marta Rybczynska (2):
  cve-update-db-native: update the CVE database once a day only
  cve-update-db-native: let the user to drive the update interval

Peter Marko (1):
  openssl: extract legacy provider module to a separate package

Portia (1):
  volatile-binds: Change DefaultDependencies from false to no

Richard Purdie (6):
  lib/sstatesig: Fix find_siginfo to match sstate filename generation
  base: Avoid circular references to our own scripts
  scripts: Make git intercept global
  scripts/git: Ensure we don't have circular references
  package: Ensure we track whether PRSERV was active or not
  abi_version/sstate: Bump hashequiv and sstate versions due to git
    changes

Robert Joslyn (1):
  powerpc: Remove invalid GLIBC_EXTRA_OECONF

Ross Burton (3):
  cve-check: no need to depend on the fetch task
  oeqa/selftest: add test for git working correctly inside pseudo
  Revert "bitbake.conf: mark all directories as safe for git to read"

Steve Sakoman (1):
  scripts/contrib/oe-build-perf-report-email.py: remove obsolete check
    for phantomjs and optipng

 .../git-submodule-test/git-submodule-test.bb  | 15 ++++
 meta/classes/base.bbclass                     |  4 ++
 meta/classes/cve-check.bbclass                | 72 ++++++++++++-------
 meta/classes/package.bbclass                  |  3 +
 meta/classes/rootfs-postcommands.bbclass      | 14 ++--
 meta/classes/sstate.bbclass                   |  2 +-
 meta/conf/abi_version.conf                    |  2 +-
 meta/conf/bitbake.conf                        |  8 ---
 .../machine/include/powerpc/tune-ppc603e.inc  |  3 -
 .../machine/include/powerpc/tune-ppc7400.inc  |  3 -
 .../include/powerpc/tune-ppce300c3.inc        |  3 -
 .../include/powerpc/tune-ppce500mc.inc        |  3 -
 .../machine/include/powerpc/tune-ppce5500.inc |  3 -
 .../machine/include/powerpc/tune-ppce6500.inc |  4 --
 meta/lib/oe/sstatesig.py                      |  4 +-
 meta/lib/oeqa/selftest/cases/git.py           | 15 ++++
 .../openssl/openssl_3.0.2.bb                  |  5 +-
 .../recipes-core/meta/cve-update-db-native.bb | 12 +++-
 .../files/volatile-binds.service.in           |  2 +-
 meta/recipes-devtools/qemu/qemu.inc           |  1 +
 ...0001-landlock-update-expected-string.patch | 67 +++++++++++++++++
 meta/recipes-devtools/strace/strace_5.16.bb   |  1 +
 .../go-examples/go-helloworld_0.1.bb          |  2 +-
 meta/recipes-kernel/kmod/kmod_29.bb           |  2 +-
 .../linux/linux-yocto-rt_5.10.bb              |  6 +-
 .../linux/linux-yocto-rt_5.15.bb              |  6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +--
 .../linux/linux-yocto-tiny_5.15.bb            | 10 ++-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 27 +++----
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 29 ++++----
 .../pulseaudio/pulseaudio.inc                 |  2 +-
 scripts/contrib/oe-build-perf-report-email.py | 13 ----
 scripts/{git-intercept => }/git               |  9 ++-
 33 files changed, 233 insertions(+), 127 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/git.py
 create mode 100644 meta/recipes-devtools/strace/strace/0001-landlock-update-expected-string.patch
 rename scripts/{git-intercept => }/git (52%)