]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
lttng-modules: update to v2.14.2
authorBruce Ashfield <bruce.ashfield@gmail.com>
Fri, 24 Oct 2025 13:13:38 +0000 (09:13 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Oct 2025 16:58:15 +0000 (16:58 +0000)
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 <bruce.ashfield@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb [moved from meta/recipes-kernel/lttng/lttng-modules_2.14.1.bb with 94% similarity]

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 3af6db5a839f2547644a1141d17ceb461a804a74..c9c0b172916c86d71e32709d79c3a1cf2d441af9 100644 (file)
@@ -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"