All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Mark recipes whose point releases are fixes-only (3/3)
@ 2026-08-11  9:18 daniel.turull
  2026-08-11  9:18 ` [PATCH 1/2] lttng-ust: inherit upstream-stable-release-point daniel.turull
  2026-08-11  9:18 ` [PATCH 2/2] babeltrace2: " daniel.turull
  0 siblings, 2 replies; 5+ messages in thread
From: daniel.turull @ 2026-08-11  9:18 UTC (permalink / raw)
  To: openembedded-core
  Cc: richard.purdie, paul, Randy.MacLeod, alex.kanavin, Daniel Turull

From: Daniel Turull <daniel.turull@ericsson.com>

Last of three series opting recipes into UPSTREAM_STABLE_RELEASE_REGEX. The
first covered recipes whose upstream publishes a written stable-branch policy
and is merged; the second covered recipes qualifying on branch structure and
changelog evidence. This one covers the remaining smaller components, which
have lower CVE exposure but the same kind of evidence behind them.

Daniel Turull (2):
  lttng-ust: inherit upstream-stable-release-point
  babeltrace2: inherit upstream-stable-release-point

 meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb | 4 +++-
 meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] lttng-ust: inherit upstream-stable-release-point
  2026-08-11  9:18 [PATCH 0/2] Mark recipes whose point releases are fixes-only (3/3) daniel.turull
@ 2026-08-11  9:18 ` daniel.turull
  2026-08-11 10:05   ` Alexander Kanavin
  2026-08-11  9:18 ` [PATCH 2/2] babeltrace2: " daniel.turull
  1 sibling, 1 reply; 5+ messages in thread
From: daniel.turull @ 2026-08-11  9:18 UTC (permalink / raw)
  To: openembedded-core
  Cc: richard.purdie, paul, Randy.MacLeod, alex.kanavin, Daniel Turull

From: Daniel Turull <daniel.turull@ericsson.com>

lttng-ust maintains a branch per minor series (stable-2.13 through
stable-2.16) and releases from several at once: 2.14.2 and 2.15.1 went out
the same day in May 2026, and three series together in February, 2.13.10,
2.14.1 and 2.15.0. So upgrades within a major.minor are stable point
upgrades per the OE-Core stable release policy (ref-manual, "Stable Point
Release Upgrades"). There is no written policy document, so qualification
rests on that branch structure and the release contents below.

  https://docs.yoctoproject.org/dev/ref-manual/release-process.html#stable-point-release-upgrades
  https://github.com/lttng/lttng-ust/tree/stable-2.15

Upstream keeps a ChangeLog with a per-release entry list, and every entry
for the one point release in the current series is labelled a fix. 2.15.1
(May 22 2026) covers a negative error code on incorrect message size, a
shmp() return value checked before dereference, an underflow warning in
zero_file, uninitialised LTTNG_UST_LFILE and sigevent structs, close_range
inefficiency and excessive fd-tracker memory use, and a NULL check in
ustctl. The one non-fix entry changes a likely to unlikely branch hint.

Only one point release exists in the 2.15 series so far, so this also
rests on the 2.13 series' record, which ran to ten.

Already tracked this way on the OE stable branches, counting only bumps
since each branch forked: kirkstone took 2.13.5 -> 2.13.6 and scarthgap
2.13.7 -> 2.13.8 -> 2.13.10. wrynose has taken none and sits at 2.14.0.

AI-Generated: Kiro with Claude Opus 5
Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
---
 meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
index 9f1d0961a1..5d2ce3d0b4 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
@@ -11,7 +11,9 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
                  PYTHON_INCLUDE='-I${STAGING_INCDIR}/python${PYTHON_BASEVERSION}${PYTHON_ABI}' \
 "
 
-inherit autotools lib_package manpages python3native pkgconfig
+# lttng-ust publishes bugfix/security-only releases on its per-minor
+# stable-X.Y branches, the same upstream and release model as lttng-tools.
+inherit autotools lib_package manpages python3native pkgconfig upstream-stable-release-point
 
 include lttng-platforms.inc
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] babeltrace2: inherit upstream-stable-release-point
  2026-08-11  9:18 [PATCH 0/2] Mark recipes whose point releases are fixes-only (3/3) daniel.turull
  2026-08-11  9:18 ` [PATCH 1/2] lttng-ust: inherit upstream-stable-release-point daniel.turull
@ 2026-08-11  9:18 ` daniel.turull
  1 sibling, 0 replies; 5+ messages in thread
From: daniel.turull @ 2026-08-11  9:18 UTC (permalink / raw)
  To: openembedded-core
  Cc: richard.purdie, paul, Randy.MacLeod, alex.kanavin, Daniel Turull

From: Daniel Turull <daniel.turull@ericsson.com>

babeltrace2 maintains a branch per minor series (stable-2.0, stable-2.1)
and keeps the older one alive: 2.0.7 and 2.1.2 were released the same day
in July 2025, with 2.1.1 already out since April. So upgrades within a
major.minor are stable point upgrades per the OE-Core stable release
policy (ref-manual, "Stable Point Release Upgrades"). There is no written
policy document, so qualification rests on that branch structure and the
release contents below.

  https://docs.yoctoproject.org/dev/ref-manual/release-process.html#stable-point-release-upgrades
  https://github.com/efficios/babeltrace/tree/stable-2.1

Upstream keeps a ChangeLog with a per-release entry list. Both point
releases in the current series are fixes, tests and documentation: 2.1.2
(Jul 22 2025) is 13 commits, and 2.1.1 (Apr 14 2025) 10.

Already tracked this way on the OE stable branches, counting only bumps
since each branch forked: kirkstone took 2.0.4 -> 2.0.5 and scarthgap
2.0.5 -> 2.0.6. wrynose has taken none and sits at 2.1.2.

AI-Generated: Kiro with Claude Opus 5
Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
---
 meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb b/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb
index 7c151bf729..993438da3a 100644
--- a/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb
+++ b/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb
@@ -19,7 +19,9 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=http
 SRCREV = "d0e946a71faf5f0c2d7f1fb5b92a369983e9cf10"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$"
 
-inherit autotools pkgconfig ptest setuptools3-base
+# babeltrace2 publishes bugfix/security-only releases on its per-minor
+# stable-X.Y branches.
+inherit autotools pkgconfig ptest setuptools3-base upstream-stable-release-point
 
 EXTRA_OECONF = "--disable-debug-info --disable-Werror --enable-python-plugins --enable-python-bindings"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] lttng-ust: inherit upstream-stable-release-point
  2026-08-11  9:18 ` [PATCH 1/2] lttng-ust: inherit upstream-stable-release-point daniel.turull
@ 2026-08-11 10:05   ` Alexander Kanavin
  2026-08-11 10:17     ` Daniel Turull
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kanavin @ 2026-08-11 10:05 UTC (permalink / raw)
  To: daniel.turull; +Cc: openembedded-core, richard.purdie, paul, Randy.MacLeod

This probably needs to be updated in lockstep with other lttng*
recipes (modules, tools), and so they all must fit the criteria, or
you need to find out if one can be updated without the others.

Alex

On Tue, 11 Aug 2026 at 11:19, <daniel.turull@ericsson.com> wrote:
>
> From: Daniel Turull <daniel.turull@ericsson.com>
>
> lttng-ust maintains a branch per minor series (stable-2.13 through
> stable-2.16) and releases from several at once: 2.14.2 and 2.15.1 went out
> the same day in May 2026, and three series together in February, 2.13.10,
> 2.14.1 and 2.15.0. So upgrades within a major.minor are stable point
> upgrades per the OE-Core stable release policy (ref-manual, "Stable Point
> Release Upgrades"). There is no written policy document, so qualification
> rests on that branch structure and the release contents below.
>
>   https://docs.yoctoproject.org/dev/ref-manual/release-process.html#stable-point-release-upgrades
>   https://github.com/lttng/lttng-ust/tree/stable-2.15
>
> Upstream keeps a ChangeLog with a per-release entry list, and every entry
> for the one point release in the current series is labelled a fix. 2.15.1
> (May 22 2026) covers a negative error code on incorrect message size, a
> shmp() return value checked before dereference, an underflow warning in
> zero_file, uninitialised LTTNG_UST_LFILE and sigevent structs, close_range
> inefficiency and excessive fd-tracker memory use, and a NULL check in
> ustctl. The one non-fix entry changes a likely to unlikely branch hint.
>
> Only one point release exists in the 2.15 series so far, so this also
> rests on the 2.13 series' record, which ran to ten.
>
> Already tracked this way on the OE stable branches, counting only bumps
> since each branch forked: kirkstone took 2.13.5 -> 2.13.6 and scarthgap
> 2.13.7 -> 2.13.8 -> 2.13.10. wrynose has taken none and sits at 2.14.0.
>
> AI-Generated: Kiro with Claude Opus 5
> Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
> ---
>  meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
> index 9f1d0961a1..5d2ce3d0b4 100644
> --- a/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
> +++ b/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
> @@ -11,7 +11,9 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
>                   PYTHON_INCLUDE='-I${STAGING_INCDIR}/python${PYTHON_BASEVERSION}${PYTHON_ABI}' \
>  "
>
> -inherit autotools lib_package manpages python3native pkgconfig
> +# lttng-ust publishes bugfix/security-only releases on its per-minor
> +# stable-X.Y branches, the same upstream and release model as lttng-tools.
> +inherit autotools lib_package manpages python3native pkgconfig upstream-stable-release-point
>
>  include lttng-platforms.inc
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] lttng-ust: inherit upstream-stable-release-point
  2026-08-11 10:05   ` Alexander Kanavin
@ 2026-08-11 10:17     ` Daniel Turull
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Turull @ 2026-08-11 10:17 UTC (permalink / raw)
  To: alex.kanavin@gmail.com
  Cc: openembedded-core@lists.openembedded.org,
	richard.purdie@linuxfoundation.org, paul@pbarker.dev,
	Randy.MacLeod@windriver.com

On Tue, 2026-08-11 at 12:05 +0200, Alexander Kanavin wrote:
> This probably needs to be updated in lockstep with other lttng*
> recipes (modules, tools), and so they all must fit the criteria, or
> you need to find out if one can be updated without the others.
>
I think they can be updated independently.

Currently in each version, they do not match their versions:
Scarthgap:
./meta/recipes-kernel/lttng/lttng-ust_2.13.10.bb
./meta/recipes-kernel/lttng/lttng-modules_2.13.12.bb
./meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb

Wrynose:

./meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb
./meta/recipes-kernel/lttng/lttng-modules_2.14.4.bb
./meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb

master:
./meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
./meta/recipes-kernel/lttng/lttng-tools_2.15.1.bb
./meta/recipes-kernel/lttng/lttng-modules_2.15.2.bb

I have added already a patch for lttng-tools in the previous batch.
I'll check lttng-modules

Cheers,
Daniel

> Alex
>
> On Tue, 11 Aug 2026 at 11:19, <daniel.turull@ericsson.com> wrote:
> >
> > From: Daniel Turull <daniel.turull@ericsson.com>
> >
> > lttng-ust maintains a branch per minor series (stable-2.13 through
> > stable-2.16) and releases from several at once: 2.14.2 and 2.15.1 went out
> > the same day in May 2026, and three series together in February, 2.13.10,
> > 2.14.1 and 2.15.0. So upgrades within a major.minor are stable point
> > upgrades per the OE-Core stable release policy (ref-manual, "Stable Point
> > Release Upgrades"). There is no written policy document, so qualification
> > rests on that branch structure and the release contents below.
> >
> >
> > https://docs.yoctoproject.org/dev/ref-manual/release-process.html#stable-point-release-upgrades
> >
> > https://github.com/lttng/lttng-ust/tree/stable-2.15
> >
> > Upstream keeps a ChangeLog with a per-release entry list, and every entry
> > for the one point release in the current series is labelled a fix. 2.15.1
> > (May 22 2026) covers a negative error code on incorrect message size, a
> > shmp() return value checked before dereference, an underflow warning in
> > zero_file, uninitialised LTTNG_UST_LFILE and sigevent structs, close_range
> > inefficiency and excessive fd-tracker memory use, and a NULL check in
> > ustctl. The one non-fix entry changes a likely to unlikely branch hint.
> >
> > Only one point release exists in the 2.15 series so far, so this also
> > rests on the 2.13 series' record, which ran to ten.
> >
> > Already tracked this way on the OE stable branches, counting only bumps
> > since each branch forked: kirkstone took 2.13.5 -> 2.13.6 and scarthgap
> > 2.13.7 -> 2.13.8 -> 2.13.10. wrynose has taken none and sits at 2.14.0.
> >
> > AI-Generated: Kiro with Claude Opus 5
> > Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
> > ---
> >  meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb b/meta/recipes-kernel/lttng/lttng-
> > ust_2.15.1.bb
> > index 9f1d0961a1..5d2ce3d0b4 100644
> > --- a/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
> > +++ b/meta/recipes-kernel/lttng/lttng-ust_2.15.1.bb
> > @@ -11,7 +11,9 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
> >                   PYTHON_INCLUDE='-I${STAGING_INCDIR}/python${PYTHON_BASEVERSION}${PYTHON_ABI}'
> > \
> >  "
> >
> > -inherit autotools lib_package manpages python3native pkgconfig
> > +# lttng-ust publishes bugfix/security-only releases on its per-minor
> > +# stable-X.Y branches, the same upstream and release model as lttng-tools.
> > +inherit autotools lib_package manpages python3native pkgconfig upstream-stable-release-point
> >
> >  include lttng-platforms.inc
> >


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-11 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11  9:18 [PATCH 0/2] Mark recipes whose point releases are fixes-only (3/3) daniel.turull
2026-08-11  9:18 ` [PATCH 1/2] lttng-ust: inherit upstream-stable-release-point daniel.turull
2026-08-11 10:05   ` Alexander Kanavin
2026-08-11 10:17     ` Daniel Turull
2026-08-11  9:18 ` [PATCH 2/2] babeltrace2: " daniel.turull

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.