From 66cdb002ea6bf3317bfc51100de5ed99f4b2d555 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 24 Oct 2025 09:13:38 -0400 Subject: [PATCH] lttng-modules: update to v2.14.2 This fixed the build against kernels 6.17+ Bumping lttng-modules to version v2.14.2, which comprises the following commits: 6826c7f8 Version 2.14.2 d0230a56 Fix: Add wrapper for `get_pfnblock_migatetype` 65ea32fb Fix: Protect syscall probes with preemption disable Signed-off-by: Bruce Ashfield Signed-off-by: Mathieu Dubois-Briand --- .../lttng/{lttng-modules_2.14.1.bb => lttng-modules_2.14.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.14.1.bb => lttng-modules_2.14.2.bb} (94%) diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.14.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb similarity index 94% rename from meta/recipes-kernel/lttng/lttng-modules_2.14.1.bb rename to meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb index 3af6db5a83..c9c0b17291 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.14.1.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.14.2.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] = "a87684b8a58f426e9574c4aa7591d6e49d54469872f9641652df2b4a938f9a40" +SRC_URI[sha256sum] = "a581dd44ea61af869a935e71498d4273be59944d56f906135c6451d6548742a5" export INSTALL_MOD_DIR = "kernel/lttng-modules" -- 2.47.3