From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][langdale 00/30] Patch review
Date: Thu, 15 Dec 2022 09:20:24 -1000 [thread overview]
Message-ID: <cover.1671122751.git.steve@sakoman.com> (raw)
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/4632
except for a known autobuilder intermittent issue on qemuarm64-ltp:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14857
which passed on subsequent retest:
https://autobuilder.yoctoproject.org/typhoon/#/builders/96/builds/4128
The following changes since commit 5a622a9171da941c705aedc88d487d7158955a8f:
mirrors.bbclass: update CPAN_MIRROR (2022-11-30 11:10:48 -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
Alex Stewart (1):
lsof: add update-alternatives logic
Alexander Kanavin (1):
glibc-tests: correctly pull in the actual tests when installing -ptest
package
Alexey Smirnov (1):
classes: make TOOLCHAIN more permissive for kernel
Carlos Alberto Lopez Perez (1):
xwayland: libxshmfence is needed when dri3 is enabled
Chen Qi (3):
psplash: consider the situation of psplash not exist for systemd
bc: extend to nativesdk
rm_work: adjust dependency to make do_rm_work_all depend on do_rm_work
Harald Seiler (1):
opkg: Set correct info_dir and status_file in opkg.conf
Hitendra Prajapati (1):
libarchive: CVE-2022-36227 NULL pointer dereference in archive_write.c
Joshua Watt (1):
scripts: convert-overrides: Allow command-line customizations
Mathieu Dubois-Briand (1):
dbus: Add missing CVE product name
Ola x Nilsson (1):
kbd: Don't build tests
Ovidiu Panait (1):
kernel.bbclass: remove empty module directories to prevent QA issues
Peter Marko (2):
externalsrc: fix lookup for .gitmodules
oeqa/selftest/externalsrc: add test for srctree_hash_files
Qiu, Zheng (2):
vim: upgrade 9.0.0820 -> 9.0.0947
valgrind: remove most hidden tests for arm64
Richard Purdie (3):
oeqa/selftest/tinfoil: Add test for separate config_data with
recipe_parse_file()
qemu: Ensure libpng dependency is deterministic
yocto-check-layer: Allow OE-Core to be tested
Ross Burton (4):
lib/buildstats: fix parsing of trees with reduced_proc_pressure
directories
combo-layer: remove unused import
combo-layer: dont use bb.utils.rename
combo-layer: add sync-revs command
Ryan Eatmon (1):
go: Update reproducibility patch to fix panic errors
Sandeep Gundlupet Raju (1):
libdrm: Remove libdrm-kms package
Wang Mingyu (3):
bind: upgrade 9.18.8 -> 9.18.9
libxcrypt-compat: upgrade 4.4.30 -> 4.4.33
mpfr: upgrade 4.1.0 -> 4.1.1
Xiangyu Chen (1):
grub: backport patches to fix CVE-2022-28736
meta/classes-recipe/kernel-arch.bbclass | 2 +-
meta/classes-recipe/kernel.bbclass | 4 +-
meta/classes/externalsrc.bbclass | 2 +-
meta/classes/rm_work.bbclass | 2 +-
meta/lib/oeqa/selftest/cases/externalsrc.py | 44 ++++
meta/lib/oeqa/selftest/cases/tinfoil.py | 14 ++
...i-chainloader-Use-grub_loader_set_ex.patch | 86 +++++++
...ot-Add-API-to-pass-context-to-loader.patch | 168 +++++++++++++
...hainloader-Simplify-the-loader-state.patch | 129 ++++++++++
meta/recipes-bsp/grub/grub2.inc | 3 +
...1-avoid-start-failure-with-bind-user.patch | 0
...d-V-and-start-log-hide-build-options.patch | 0
...ching-for-json-headers-searches-sysr.patch | 0
.../bind/{bind-9.18.8 => bind-9.18.9}/bind9 | 0
.../{bind-9.18.8 => bind-9.18.9}/conf.patch | 0
.../generate-rndc-key.sh | 0
...t.d-add-support-for-read-only-rootfs.patch | 0
.../make-etc-initd-bind-stop-work.patch | 0
.../named.service | 0
.../bind/{bind_9.18.8.bb => bind_9.18.9.bb} | 2 +-
meta/recipes-core/dbus/dbus_1.14.0.bb | 2 +
meta/recipes-core/glibc/glibc-tests_2.36.bb | 2 +-
meta/recipes-core/kbd/kbd_2.5.1.bb | 1 +
...t_4.4.30.bb => libxcrypt-compat_4.4.33.bb} | 0
meta/recipes-core/libxcrypt/libxcrypt.inc | 2 +-
.../psplash/files/psplash-start.service | 1 +
.../psplash/files/psplash-systemd.service | 1 +
...ent-based-hash-generation-less-pedan.patch | 30 +--
meta/recipes-devtools/opkg/opkg_0.6.0.bb | 4 +-
meta/recipes-devtools/qemu/qemu.inc | 1 +
.../valgrind/valgrind/remove-for-aarch64 | 227 +-----------------
meta/recipes-extended/bc/bc_1.07.1.bb | 2 +-
.../libarchive/CVE-2022-36227.patch | 42 ++++
.../libarchive/libarchive_3.6.1.bb | 3 +-
meta/recipes-extended/lsof/lsof_4.95.0.bb | 9 +
meta/recipes-graphics/drm/libdrm_2.4.113.bb | 3 +-
.../xwayland/xwayland_22.1.5.bb | 2 +-
.../mpfr/{mpfr_4.1.0.bb => mpfr_4.1.1.bb} | 2 +-
meta/recipes-support/vim/vim.inc | 4 +-
scripts/combo-layer | 30 ++-
scripts/contrib/convert-overrides.py | 103 ++++----
scripts/lib/buildstats.py | 4 +-
scripts/lib/checklayer/__init__.py | 11 +-
scripts/lib/checklayer/cases/bsp.py | 2 +-
scripts/lib/checklayer/cases/common.py | 3 +
scripts/lib/checklayer/cases/distro.py | 2 +-
scripts/yocto-check-layer | 5 +-
47 files changed, 637 insertions(+), 317 deletions(-)
create mode 100644 meta/lib/oeqa/selftest/cases/externalsrc.py
create mode 100644 meta/recipes-bsp/grub/files/CVE-2022-28736-loader-efi-chainloader-Use-grub_loader_set_ex.patch
create mode 100644 meta/recipes-bsp/grub/files/commands-boot-Add-API-to-pass-context-to-loader.patch
create mode 100644 meta/recipes-bsp/grub/files/loader-efi-chainloader-Simplify-the-loader-state.patch
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/0001-avoid-start-failure-with-bind-user.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/bind9 (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/conf.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/generate-rndc-key.sh (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/init.d-add-support-for-read-only-rootfs.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/make-etc-initd-bind-stop-work.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.8 => bind-9.18.9}/named.service (100%)
rename meta/recipes-connectivity/bind/{bind_9.18.8.bb => bind_9.18.9.bb} (97%)
rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.30.bb => libxcrypt-compat_4.4.33.bb} (100%)
create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2022-36227.patch
rename meta/recipes-support/mpfr/{mpfr_4.1.0.bb => mpfr_4.1.1.bb} (91%)
--
2.25.1
next reply other threads:[~2022-12-15 19:21 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-15 19:20 Steve Sakoman [this message]
2022-12-15 19:20 ` [OE-core][langdale 01/30] libarchive: CVE-2022-36227 NULL pointer dereference in archive_write.c Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 02/30] grub: backport patches to fix CVE-2022-28736 Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 03/30] dbus: Add missing CVE product name Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 04/30] vim: upgrade 9.0.0820 -> 9.0.0947 Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 05/30] bind: upgrade 9.18.8 -> 9.18.9 Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 06/30] libxcrypt-compat: upgrade 4.4.30 -> 4.4.33 Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 07/30] mpfr: upgrade 4.1.0 -> 4.1.1 Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 08/30] opkg: Set correct info_dir and status_file in opkg.conf Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 09/30] valgrind: remove most hidden tests for arm64 Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 10/30] kbd: Don't build tests Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 11/30] scripts: convert-overrides: Allow command-line customizations Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 12/30] go: Update reproducibility patch to fix panic errors Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 13/30] glibc-tests: correctly pull in the actual tests when installing -ptest package Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 14/30] classes: make TOOLCHAIN more permissive for kernel Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 15/30] psplash: consider the situation of psplash not exist for systemd Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 16/30] oeqa/selftest/tinfoil: Add test for separate config_data with recipe_parse_file() Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 17/30] bc: extend to nativesdk Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 18/30] xwayland: libxshmfence is needed when dri3 is enabled Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 19/30] lsof: add update-alternatives logic Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 20/30] qemu: Ensure libpng dependency is deterministic Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 21/30] libdrm: Remove libdrm-kms package Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 22/30] rm_work: adjust dependency to make do_rm_work_all depend on do_rm_work Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 23/30] kernel.bbclass: remove empty module directories to prevent QA issues Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 24/30] lib/buildstats: fix parsing of trees with reduced_proc_pressure directories Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 25/30] externalsrc: fix lookup for .gitmodules Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 26/30] oeqa/selftest/externalsrc: add test for srctree_hash_files Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 27/30] combo-layer: remove unused import Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 28/30] combo-layer: dont use bb.utils.rename Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 29/30] combo-layer: add sync-revs command Steve Sakoman
2022-12-15 19:20 ` [OE-core][langdale 30/30] yocto-check-layer: Allow OE-Core to be tested 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.1671122751.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.