]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
lttng-modules: update 2.11.8 -> 2.11.9
authorSteve Sakoman <steve@sakoman.com>
Fri, 3 Feb 2023 14:17:54 +0000 (04:17 -1000)
committerSteve Sakoman <steve@sakoman.com>
Sat, 4 Feb 2023 14:35:28 +0000 (04:35 -1000)
2021-05-14 (National Dance Like a Chicken Day) LTTng modules 2.11.9
* fix: adjust ranges for RHEL 8.2 and 8.3
* Sync `show_inode_state()` macro with upstream stable kernels
* fix: block: remove disk_part_iter (v5.12)
* Fix: Backport of "Fix: increment buffer offset when failing to copy from user-space"
* Fix: increment buffer offset when failing to copy from user-space
* Sync `show_inode_state()` macro with Ubuntu 4.15 kernel
* fix: mm, tracing: kfree event name mismatching with provider kmem (v5.12)
* Set 'stable-2.11' branch in git review config
* fix backport: block: add a disk_uevent helper (v5.12)
* fix: Adjust ranges for Ubuntu 5.4.0-67 kernel
* fix: block: add a disk_uevent helper (v5.12)
* Fix: properly compare type enumeration
* compiler warning cleanup: is_signed_type: compare -1 to 1
* Fix: bytecode linker: validate event and field array/sequence encoding
* Fix: kretprobe: null ptr deref on session destroy
* fix: mm, tracing: record slab name for kmem_cache_free() (v5.12)
* Fix: filter interpreter early-exits on uninitialized value
* Fix: memory leaks on event destroy

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-kernel/lttng/lttng-modules_2.11.9.bb [moved from meta/recipes-kernel/lttng/lttng-modules_2.11.8.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-kernel/lttng/lttng-modules_2.11.8.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.11.9.bb
index 84d8daf8d401296fe685f19b222c95e58ec93e19..d30478c1a11bb5857d9d086ea5dfb99bcef0abf0 100644 (file)
@@ -17,8 +17,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://0019-fix-random-tracepoints-removed-in-stable-kernels.patch \
            "
 
-SRC_URI[md5sum] = "0aba7e5ca53e756875605221f7e0dec9"
-SRC_URI[sha256sum] = "77d03546bbb7668b146f2261c646d503b7b601dc7072a5359d729d40f13598a1"
+SRC_URI[md5sum] = "cfb23ea6bdaf1ad40c7f9ac098b4016d"
+SRC_URI[sha256sum] = "0c5fe9f8d8dbd1411a3c1c643dcbd0a55577bd15845758b73948e00bc7c387a6"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"