All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoann Congal <yoann.congal@smile.fr>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/30] Patch review
Date: Wed, 17 Jun 2026 09:44:35 +0200	[thread overview]
Message-ID: <cover.1781682189.git.yoann.congal@smile.fr> (raw)

Please review this set of changes for scarthgap and have comments back by
end of day Thursday, June 18.

Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/4014

The following changes since commit dd74c1388d5bfefd2adcdb6abd622297138e2eb1:

  meta/lib/oe/package.py: fix path to kernel sources in save_debugsources_info (2026-06-15 11:54:08 +0200)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-review
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/scarthgap-review

for you to fetch changes up to 7d74e588802d87a07b14c1541651ad5ce8860a8f:

  lttng-modules: Fix trace_hrtimer_start build failure (2026-06-17 01:28:31 +0200)

----------------------------------------------------------------

Benjamin Robin (Schneider Electric) (2):
  avahi: Remove a reference to the rejected CVE-2021-36217
  meta: fix generation of kernel CONFIG_ in SPDX3

Bruce Ashfield (12):
  oeqa/runtime/parselogs: update pci BAR ignore for kernel 6.10
  linux-yocto/6.6: update to v6.6.129
  linux-yocto/6.6: update to v6.6.130
  linux-yocto/6.6: update to v6.6.132
  linux-yocto/6.6: update to v6.6.134
  linux-yocto/6.6: update to v6.6.135
  linux-yocto/6.6: update to v6.6.136
  linux-yocto/6.6: update to v6.6.137
  linux-yocto/6.6: update to v6.6.138
  linux-yocto/6.6: update to v6.6.140
  linux-yocto/6.6: update to v6.6.141
  linux-yocto/6.6: update to v6.6.142

He Zhe (1):
  lttng-modules: Fix trace_hrtimer_start build failure

Hitendra Prajapati (6):
  go 1.22.12: fix CVE-2026-27140
  go 1.22.12: fix CVE-2026-27143, CVE-2026-27144
  qemu: fix for CVE-2025-11234
  libxml-parser-perl: fix for CVE-2006-10003
  python3: fix for CVE-2026-1502
  python3: fix CVE-2026-6100

Prabhudasu Vatala (1):
  conf/machine: fix typos in ARM and x86 README files

Ross Burton (3):
  setuptools3_legacy: ensure ${B} is clean
  setuptools3: clean the build directory in configure
  python_setuptools_build_meta: clean the build directory in configure

Vijay Anusuri (5):
  xserver-xorg: Fix CVE-2026-33999
  xserver-xorg: Fix CVE-2026-34000
  xserver-xorg: Fix CVE-2026-34001
  xserver-xorg: Fix CVE-2026-34002
  xserver-xorg: Fix CVE-2026-34003

 meta/classes-recipe/kernel.bbclass            |  27 ++-
 .../python_setuptools_build_meta.bbclass      |   4 +
 meta/classes-recipe/setuptools3.bbclass       |   3 +
 .../classes-recipe/setuptools3_legacy.bbclass |   1 +
 meta/conf/machine/include/arm/README          |   6 +-
 meta/conf/machine/include/x86/README          |   4 +-
 .../cases/parselogs-ignores-qemuall.txt       |   8 +
 meta/lib/oeqa/selftest/cases/spdx.py          |   2 +-
 .../avahi/files/local-ping.patch              |   1 -
 meta/recipes-devtools/go/go-1.22.12.inc       |   3 +
 .../go/go/CVE-2026-27140.patch                |  58 +++++
 .../go/go/CVE-2026-27143.patch                | 165 +++++++++++++
 .../go/go/CVE-2026-27144.patch                | 125 ++++++++++
 .../libxml-parser-perl/CVE-2006-10003.patch   |  73 ++++++
 .../perl/libxml-parser-perl_2.47.bb           |   1 +
 .../python/python3/CVE-2026-1502.patch        | 113 +++++++++
 .../python/python3/CVE-2026-6100.patch        |  75 ++++++
 .../python/python3_3.12.13.bb                 |   2 +
 meta/recipes-devtools/qemu/qemu.inc           |   2 +
 .../qemu/qemu/CVE-2025-11234-01.patch         |  72 ++++++
 .../qemu/qemu/CVE-2025-11234-02.patch         | 174 ++++++++++++++
 .../xserver-xorg/CVE-2026-33999.patch         |  49 ++++
 .../xserver-xorg/CVE-2026-34000.patch         |  72 ++++++
 .../xserver-xorg/CVE-2026-34001.patch         | 104 ++++++++
 .../xserver-xorg/CVE-2026-34002.patch         |  93 ++++++++
 .../xserver-xorg/CVE-2026-34003-1.patch       | 113 +++++++++
 .../xserver-xorg/CVE-2026-34003-2.patch       | 223 ++++++++++++++++++
 .../xorg-xserver/xserver-xorg_21.1.18.bb      |   6 +
 .../linux/linux-yocto-rt_6.6.bb               |   6 +-
 .../linux/linux-yocto-tiny_6.6.bb             |   6 +-
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  |  28 +--
 ...ce-trace-noise-in-hrtimer_start-v7.1.patch | 103 ++++++++
 .../lttng/lttng-modules_2.13.12.bb            |   6 +-
 33 files changed, 1687 insertions(+), 41 deletions(-)
 create mode 100644 meta/recipes-devtools/go/go/CVE-2026-27140.patch
 create mode 100644 meta/recipes-devtools/go/go/CVE-2026-27143.patch
 create mode 100644 meta/recipes-devtools/go/go/CVE-2026-27144.patch
 create mode 100644 meta/recipes-devtools/perl/libxml-parser-perl/CVE-2006-10003.patch
 create mode 100644 meta/recipes-devtools/python/python3/CVE-2026-1502.patch
 create mode 100644 meta/recipes-devtools/python/python3/CVE-2026-6100.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2025-11234-01.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2025-11234-02.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2026-33999.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2026-34000.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2026-34001.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2026-34002.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2026-34003-1.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2026-34003-2.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-hrtimer-Reduce-trace-noise-in-hrtimer_start-v7.1.patch



             reply	other threads:[~2026-06-17  7:45 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-17  7:44 Yoann Congal [this message]
2026-06-17  7:44 ` [OE-core][scarthgap 01/30] conf/machine: fix typos in ARM and x86 README files Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 02/30] go 1.22.12: fix CVE-2026-27140 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 03/30] go 1.22.12: fix CVE-2026-27143, CVE-2026-27144 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 04/30] avahi: Remove a reference to the rejected CVE-2021-36217 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 05/30] meta: fix generation of kernel CONFIG_ in SPDX3 Yoann Congal
2026-06-17  8:39   ` Paul Barker
2026-06-17  7:44 ` [OE-core][scarthgap 06/30] qemu: fix for CVE-2025-11234 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 07/30] libxml-parser-perl: fix for CVE-2006-10003 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 08/30] python3: fix for CVE-2026-1502 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 09/30] python3: fix CVE-2026-6100 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 10/30] xserver-xorg: Fix CVE-2026-33999 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 11/30] xserver-xorg: Fix CVE-2026-34000 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 12/30] xserver-xorg: Fix CVE-2026-34001 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 13/30] xserver-xorg: Fix CVE-2026-34002 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 14/30] xserver-xorg: Fix CVE-2026-34003 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 15/30] setuptools3_legacy: ensure ${B} is clean Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 16/30] setuptools3: clean the build directory in configure Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 17/30] python_setuptools_build_meta: " Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 18/30] oeqa/runtime/parselogs: update pci BAR ignore for kernel 6.10 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 19/30] linux-yocto/6.6: update to v6.6.129 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 20/30] linux-yocto/6.6: update to v6.6.130 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 21/30] linux-yocto/6.6: update to v6.6.132 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 22/30] linux-yocto/6.6: update to v6.6.134 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 23/30] linux-yocto/6.6: update to v6.6.135 Yoann Congal
2026-06-17  7:44 ` [OE-core][scarthgap 24/30] linux-yocto/6.6: update to v6.6.136 Yoann Congal
2026-06-17  7:45 ` [OE-core][scarthgap 25/30] linux-yocto/6.6: update to v6.6.137 Yoann Congal
2026-06-17  7:45 ` [OE-core][scarthgap 26/30] linux-yocto/6.6: update to v6.6.138 Yoann Congal
2026-06-17  7:45 ` [OE-core][scarthgap 27/30] linux-yocto/6.6: update to v6.6.140 Yoann Congal
2026-06-17  7:45 ` [OE-core][scarthgap 28/30] linux-yocto/6.6: update to v6.6.141 Yoann Congal
2026-06-17  7:45 ` [OE-core][scarthgap 29/30] linux-yocto/6.6: update to v6.6.142 Yoann Congal
2026-06-17  7:45 ` [OE-core][scarthgap 30/30] lttng-modules: Fix trace_hrtimer_start build failure Yoann Congal

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.1781682189.git.yoann.congal@smile.fr \
    --to=yoann.congal@smile.fr \
    --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.