summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2023-02-03 04:17:54 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-13 07:44:09 +0000
commitb952c3f07ae3626dab7a30f2fb0e0f893e8aa6f7 (patch)
treec75d33130c38e903a50a65565fa0eb50aaee49e7
parent560a0ba3591fefb7e8bc87db6eb7f96b9e7eb6af (diff)
downloadpoky-b952c3f07ae3626dab7a30f2fb0e0f893e8aa6f7.tar.gz
lttng-modules: update 2.11.8 -> 2.11.9
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 (From OE-Core rev: 146cc298e9dcb9ea7fe54669899accafee123e46) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.11.9.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.11.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.11.8.bb b/meta/recipes-kernel/lttng/lttng-modules_2.11.9.bb
index 84d8daf8d4..d30478c1a1 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.11.8.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.11.9.bb
@@ -17,8 +17,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
17 file://0019-fix-random-tracepoints-removed-in-stable-kernels.patch \ 17 file://0019-fix-random-tracepoints-removed-in-stable-kernels.patch \
18 " 18 "
19 19
20SRC_URI[md5sum] = "0aba7e5ca53e756875605221f7e0dec9" 20SRC_URI[md5sum] = "cfb23ea6bdaf1ad40c7f9ac098b4016d"
21SRC_URI[sha256sum] = "77d03546bbb7668b146f2261c646d503b7b601dc7072a5359d729d40f13598a1" 21SRC_URI[sha256sum] = "0c5fe9f8d8dbd1411a3c1c643dcbd0a55577bd15845758b73948e00bc7c387a6"
22 22
23export INSTALL_MOD_DIR="kernel/lttng-modules" 23export INSTALL_MOD_DIR="kernel/lttng-modules"
24 24