From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/40] Patch review
Date: Tue, 10 May 2022 04:36:39 -1000 [thread overview]
Message-ID: <cover.1652192957.git.steve@sakoman.com> (raw)
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%)
--
2.25.1
next reply other threads:[~2022-05-10 14:37 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-10 14:36 Steve Sakoman [this message]
2022-05-10 14:36 ` [OE-core][kirkstone 01/40] openssl: extract legacy provider module to a separate package Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 02/40] pulseaudio: conditionally depend on alsa-plugins-pulseaudio-conf Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 03/40] kmod: Enable xz support by default Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 04/40] lib/sstatesig: Fix find_siginfo to match sstate filename generation Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 05/40] go-helloworld: remove unused GO_WORKDIR Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 06/40] scripts/contrib/oe-build-perf-report-email.py: remove obsolete check for phantomjs and optipng Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 07/40] volatile-binds: Change DefaultDependencies from false to no Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 08/40] powerpc: Remove invalid GLIBC_EXTRA_OECONF Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 09/40] qemu: Add packageconfig for libbpf support Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 10/40] linux-yocto/5.10: update to v5.10.110 Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 11/40] linux-yocto/5.10: base: enable kernel crypto userspace API Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 12/40] linux-yocto/5.10: update to v5.10.112 Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 13/40] poky-tiny: enable qemuarmv5/qemuarm64 and cleanups Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 14/40] linux-yocto/5.15: arm: poky-tiny cleanup and fixes Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 15/40] linux-yocto/5.15: update to v5.15.33 Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 16/40] linux-yocto/5.15: base: enable kernel crypto userspace API Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 17/40] linux-yocto/5.15: kasan: fix BUG: sleeping function called from invalid context Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 18/40] linux-yocto/5.15: fix ppc boot Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 19/40] linux-yocto/5.15: netfilter: conntrack: avoid useless indirection during conntrack destruction Steve Sakoman
2022-05-10 14:36 ` [OE-core][kirkstone 20/40] linux-yocto/5.15: update to v5.15.35 Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 21/40] linux-yocto/5.15: Fix CVE-2022-28796 Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 22/40] linux-yocto: enable powerpc debug fragment Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 23/40] linux-yocto/5.15: fix -standard kernel build issue Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 24/40] linux-yocto/5.15: update to v5.15.36 Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 25/40] linux-yocto: Enable powerpc-debug fragment for ppc64 LE Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 26/40] linux-yocto/5.15: fix qemuarm graphical boot Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 27/40] strace: fix ptest failure in landlock Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 28/40] cve-check: no need to depend on the fetch task Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 29/40] cve-update-db-native: update the CVE database once a day only Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 30/40] cve-update-db-native: let the user to drive the update interval Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 31/40] cve-check: add JSON format to summary output Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 32/40] cve-check: fix symlinks where link and output path are equal Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 33/40] rootfs-postcommands: " Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 34/40] oeqa/selftest: add test for git working correctly inside pseudo Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 35/40] base: Avoid circular references to our own scripts Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 36/40] scripts: Make git intercept global Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 37/40] scripts/git: Ensure we don't have circular references Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 38/40] Revert "bitbake.conf: mark all directories as safe for git to read" Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 39/40] package: Ensure we track whether PRSERV was active or not Steve Sakoman
2022-05-10 14:37 ` [OE-core][kirkstone 40/40] abi_version/sstate: Bump hashequiv and sstate versions due to git changes Steve Sakoman
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.1652192957.git.steve@sakoman.com \
--to=steve@sakoman.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.