diff mbox series

[AUH] lttng-modules: upgrading to 2.13.19 SUCCEEDED

Message ID 0101019773ba5685-8e89f71f-36df-4708-9033-48fa9273ee9f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] lttng-modules: upgrading to 2.13.19 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 15, 2025, 1:14 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *lttng-modules* to *2.13.19* has Succeeded.

Next steps:
    - apply the patch: git am 0001-lttng-modules-upgrade-2.13.18-2.13.19.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 5437ef6c4fd3d661b297cafdd29aadc3aca269f2 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Jun 2025 06:59:50 +0000
Subject: [PATCH] lttng-modules: upgrade 2.13.18 -> 2.13.19

---
 ...ttng-modules-fix-sigaction-build-without-CONFIG_COM.patch | 5 +----
 ...rc-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch | 2 +-
 .../{lttng-modules_2.13.18.bb => lttng-modules_2.13.19.bb}   | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.13.18.bb => lttng-modules_2.13.19.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch
index eb43abbae2..cc4f461624 100644
--- a/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch
+++ b/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch
@@ -1,4 +1,4 @@ 
-From 0e2095bcc50e7a07d3478f8d3c0ae5ad46575594 Mon Sep 17 00:00:00 2001
+From df6f8d128fe4630ba0b8a0acd9eae494dedb0698 Mon Sep 17 00:00:00 2001
 From: Mikko Rapeli <mikko.rapeli@linaro.org>
 Date: Mon, 28 Apr 2025 12:07:24 +0000
 Subject: [PATCH] lttng-modules: fix sigaction build without
@@ -30,6 +30,3 @@  index 5f4ca5b..1514cae 100644
  #ifndef OVERRIDE_TABLE_32_sigpending
  TRACE_SYSCALL_TABLE(sigpending, sigpending, 73, 1)
  #endif
--- 
-2.49.0
-
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch
index 4911982461..f3c175c6c9 100644
--- a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch
+++ b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch
@@ -1,4 +1,4 @@ 
-From 60d423945bd4f4c4b7bfc6f29da9231152d05690 Mon Sep 17 00:00:00 2001
+From a873167d9c1f1d6c0ce96c235fb179a56152d01a Mon Sep 17 00:00:00 2001
 From: Bruce Ashfield <bruce.ashfield@gmail.com>
 Date: Sat, 15 May 2021 10:26:38 -0400
 Subject: [PATCH] src/Kbuild: change missing CONFIG_TRACEPOINTS to warning
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.18.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.19.bb
similarity index 94%
rename from meta/recipes-kernel/lttng/lttng-modules_2.13.18.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.13.19.bb
index 1b2327f609..63ba488515 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.13.18.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.19.bb
@@ -17,7 +17,7 @@  SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
 SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \
                 "
 
-SRC_URI[sha256sum] = "a2f38e289817dbd1d2f12cfc1f20390230e16d56323cb58cc1db9874ced400ed"
+SRC_URI[sha256sum] = "06d704633749039f8fa72a954bec6486058386e2a0c3557b22c484698f9b34d5"
 
 export INSTALL_MOD_DIR = "kernel/lttng-modules"