public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/35] Patch review
Date: Mon, 18 Jul 2022 04:48:25 -1000	[thread overview]
Message-ID: <cover.1658155579.git.steve@sakoman.com> (raw)

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

Passed a-full on autobuilder:

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

The following changes since commit 171415e38e526033a0423f4dc39e9d8e9dc4e5f6:

  perf: fix reproducibility in 5.19+ (2022-07-16 08:20:22 -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

Alejandro Hernandez Samaniego (2):
  package.bbclass: Fix base directory for debugsource files when using
    externalsrc
  package.bbclass: Fix kernel source handling when not using externalsrc

Alexander Kanavin (1):
  waffle: correctly request wayland-scanner executable

Chanho Park (2):
  cargo_common.bbclass: enable bitbake vendoring for externalsrc
  externalsrc.bbclass: support crate fetcher on externalsrc

Christoph Lauer (1):
  package.bbclass: Avoid stripping signed kernel modules in
    splitdebuginfo

Khem Raj (1):
  libmodule-build-perl: Use env utility to find perl interpreter

Markus Volk (1):
  python3: Backport patch to fix an issue in subinterpreters

Ming Liu (3):
  udev-extraconf: let automount base directory configurable
  udev-extraconf: fix some systemd automount issues
  udev-extraconf:mount.sh: fix path mismatching issues

Muhammad Hamza (5):
  udev-extraconf/mount.sh: add LABELs to mountpoints
  udev-extraconf/mount.sh: save mount name in our tmp filecache
  udev-extraconf/mount.sh: only mount devices on hotplug
  udev-extraconf: force systemd-udevd to use shared MountFlags
  udev-extraconf/mount.sh: ignore lvm in automount

Pascal Bach (1):
  bin_package: install into base_prefix

Paul Eggleton (4):
  devtool: ignore pn- overrides when determining SRC_URI overrides
  patch: handle if S points to a subdirectory of a git repo
  devtool: finish: handle patching when S points to subdir of a git repo
  oe-selftest: devtool: test modify git recipe building from a subdir

Pavel Zhukov (1):
  harfbuzz: Fix compilation with clang

Peter Marko (1):
  alsa-state: correct license

Richard Purdie (9):
  udev-extraconf/initrdscripts/parted: Rename mount.blacklist ->
    mount.ignorelist
  insane: Fix buildpaths test to work with special devices
  lua: Fix multilib buildpath reproducibility issues
  vala: Fix on target wrapper buildpaths issue
  gtk-doc: Remove hardcoded buildpath
  kernel-arch: Fix buildpaths leaking into external module compiles
  gcc-runtime: Fix build when using gold
  gcc-runtime: Fix missing MLPREFIX in debug mappings
  selftest/runtime_test/virgl: Disable for all almalinux

Robert Joslyn (1):
  curl: Fix multiple CVEs

Ross Burton (2):
  perl: don't install Makefile.old into perl-ptest
  pulseaudio: add m4-native to DEPENDS

 meta/classes/bin_package.bbclass              |   3 +-
 meta/classes/cargo_common.bbclass             |   2 +-
 meta/classes/externalsrc.bbclass              |   2 +-
 meta/classes/insane.bbclass                   |   6 +-
 meta/classes/kernel-arch.bbclass              |   2 +-
 meta/classes/package.bbclass                  |  36 ++-
 meta/lib/oe/patch.py                          |   8 +-
 meta/lib/oe/recipeutils.py                    |   9 +-
 meta/lib/oeqa/selftest/cases/devtool.py       | 114 +++++--
 meta/lib/oeqa/selftest/cases/runtime_test.py  |   2 +-
 meta/recipes-bsp/alsa-state/alsa-state.bb     |   7 +-
 .../alsa-state/alsa-state/alsa-state-init     |   3 +-
 .../files/init-install-efi-testfs.sh          |   2 +-
 .../initrdscripts/files/init-install-efi.sh   |   2 +-
 .../files/init-install-testfs.sh              |   2 +-
 .../initrdscripts/files/init-install.sh       |   2 +-
 .../{mount.blacklist => mount.ignorelist}     |   0
 .../recipes-core/udev/udev-extraconf/mount.sh |  90 ++++--
 meta/recipes-core/udev/udev-extraconf_1.1.bb  |  27 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc     |   5 +-
 meta/recipes-devtools/lua/lua/lua.pc.in       |   5 +-
 meta/recipes-devtools/lua/lua_5.4.4.bb        |   2 +-
 .../perl/libmodule-build-perl_0.4231.bb       |   1 +
 meta/recipes-devtools/perl/perl-ptest.inc     |   4 +-
 ...h-92036-Fix-gc_fini_untrack-GH-92037.patch |  54 ++++
 .../recipes-devtools/python/python3_3.10.4.bb |   1 +
 meta/recipes-devtools/vala/vala.inc           |   6 +
 meta/recipes-extended/parted/files/run-ptest  |   6 +-
 meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb  |   2 +
 .../harfbuzz/0001-Fix-conditional.patch       |  25 ++
 .../harfbuzz/harfbuzz_4.0.1.bb                |   5 +-
 ...build-request-native-wayland-scanner.patch |  27 ++
 meta/recipes-graphics/waffle/waffle_1.7.0.bb  |   1 +
 .../pulseaudio/pulseaudio.inc                 |   2 +-
 .../curl/curl/CVE-2022-32205.patch            | 174 +++++++++++
 .../curl/curl/CVE-2022-32206.patch            |  51 ++++
 .../curl/curl/CVE-2022-32207.patch            | 283 ++++++++++++++++++
 .../curl/curl/CVE-2022-32208.patch            |  67 +++++
 meta/recipes-support/curl/curl_7.82.0.bb      |   4 +
 scripts/lib/devtool/standard.py               |  29 +-
 40 files changed, 982 insertions(+), 91 deletions(-)
 rename meta/recipes-core/udev/udev-extraconf/{mount.blacklist => mount.ignorelist} (100%)
 create mode 100644 meta/recipes-devtools/python/python3/0001-gh-92036-Fix-gc_fini_untrack-GH-92037.patch
 create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/0001-Fix-conditional.patch
 create mode 100644 meta/recipes-graphics/waffle/waffle/0001-meson.build-request-native-wayland-scanner.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2022-32205.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2022-32206.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2022-32207.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2022-32208.patch

-- 
2.25.1



             reply	other threads:[~2022-07-18 14:49 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 14:48 Steve Sakoman [this message]
2022-07-18 14:48 ` [OE-core][kirkstone 01/35] curl: Fix multiple CVEs Steve Sakoman
2022-07-25  3:32   ` Yu, Mingli
2022-07-25 14:18     ` Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 02/35] harfbuzz: Fix compilation with clang Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 03/35] udev-extraconf/initrdscripts/parted: Rename mount.blacklist -> mount.ignorelist Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 04/35] udev-extraconf: let automount base directory configurable Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 05/35] udev-extraconf/mount.sh: add LABELs to mountpoints Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 06/35] udev-extraconf/mount.sh: save mount name in our tmp filecache Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 07/35] udev-extraconf/mount.sh: only mount devices on hotplug Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 08/35] udev-extraconf: force systemd-udevd to use shared MountFlags Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 09/35] udev-extraconf/mount.sh: ignore lvm in automount Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 10/35] udev-extraconf: fix some systemd automount issues Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 11/35] udev-extraconf:mount.sh: fix path mismatching issues Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 12/35] python3: Backport patch to fix an issue in subinterpreters Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 13/35] package.bbclass: Fix base directory for debugsource files when using externalsrc Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 14/35] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 15/35] package.bbclass: Fix kernel source handling when not using externalsrc Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 16/35] insane: Fix buildpaths test to work with special devices Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 17/35] waffle: correctly request wayland-scanner executable Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 18/35] lua: Fix multilib buildpath reproducibility issues Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 19/35] vala: Fix on target wrapper buildpaths issue Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 20/35] libmodule-build-perl: Use env utility to find perl interpreter Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 21/35] gtk-doc: Remove hardcoded buildpath Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 22/35] perl: don't install Makefile.old into perl-ptest Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 23/35] alsa-state: correct license Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 24/35] kernel-arch: Fix buildpaths leaking into external module compiles Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 25/35] devtool: ignore pn- overrides when determining SRC_URI overrides Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 26/35] bin_package: install into base_prefix Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 27/35] patch: handle if S points to a subdirectory of a git repo Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 28/35] devtool: finish: handle patching when S points to subdir " Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 29/35] oe-selftest: devtool: test modify git recipe building from a subdir Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 30/35] gcc-runtime: Fix build when using gold Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 31/35] gcc-runtime: Fix missing MLPREFIX in debug mappings Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 32/35] selftest/runtime_test/virgl: Disable for all almalinux Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 33/35] cargo_common.bbclass: enable bitbake vendoring for externalsrc Steve Sakoman
2022-07-18 14:48 ` [OE-core][kirkstone 34/35] externalsrc.bbclass: support crate fetcher on externalsrc Steve Sakoman
2022-07-18 14:49 ` [OE-core][kirkstone 35/35] pulseaudio: add m4-native to DEPENDS Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2022-11-20 14:14 [OE-core][kirkstone 00/35] Patch review 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.1658155579.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox