To: ['Richard Purdie '] To: Subject: [AUH] lttng-modules: upgrading to 2.14.3 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251101050052/all/lttng-modules/0001-lttng-modules-upgrade-2.14.2-2.14.3.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lttng-modules* to *2.14.3* has Succeeded. Next steps: - apply the patch: git am 0001-lttng-modules-upgrade-2.14.2-2.14.3.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 1ab9e90bfc0e536ace831eaead60ad935028a875 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Nov 2025 07:21:04 +0000 Subject: [PATCH] lttng-modules: upgrade 2.14.2 -> 2.14.3 --- ...d-change-missing-CONFIG_TRACEPOINTS-to-warn.patch | 12 ++++++------ ...tng-modules_2.14.2.bb => lttng-modules_2.14.3.bb} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.14.2.bb => lttng-modules_2.14.3.bb} (94%) 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 1854d9a944..ff1f02345d 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 9612013b5fc7f68104c5a5b991619d9f3a2283b5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 15 May 2021 10:26:38 -0400 Subject: [PATCH] src/Kbuild: change missing CONFIG_TRACEPOINTS to warning @@ -19,10 +19,10 @@ Signed-off-by: Bruce Ashfield src/Kbuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -Index: lttng-modules-2.14.0/src/Kbuild -=================================================================== ---- lttng-modules-2.14.0.orig/src/Kbuild -+++ lttng-modules-2.14.0/src/Kbuild +diff --git a/src/Kbuild b/src/Kbuild +index f33d0d5..a26cd74 100644 +--- a/src/Kbuild ++++ b/src/Kbuild @@ -3,10 +3,13 @@ ifdef CONFIG_LOCALVERSION # Check if dot-config is included. @@ -38,7 +38,7 @@ Index: lttng-modules-2.14.0/src/Kbuild TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. lttng_check_linux_version = $(shell pwd)/include/linux/version.h -@@ -168,3 +171,5 @@ +@@ -168,3 +171,5 @@ obj-$(CONFIG_LTTNG) += tests/ obj-$(CONFIG_LTTNG_SYSCALLS_EXTRACTOR) += lttng-syscalls-extractor.o # vim:syntax=make diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.14.3.bb similarity index 94% rename from meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb rename to meta/recipes-kernel/lttng/lttng-modules_2.14.3.bb index c9c0b17291..6a1bd6a27d 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.14.3.bb @@ -15,7 +15,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ # Use :append here so that the patch is applied also when using devupstream SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \ " -SRC_URI[sha256sum] = "a581dd44ea61af869a935e71498d4273be59944d56f906135c6451d6548742a5" +SRC_URI[sha256sum] = "35a1875ad96e8b4b6aa8729f59af350bfc788ba65c6856deaa84d33acc0f28c2" export INSTALL_MOD_DIR = "kernel/lttng-modules" -- 2.47.1