summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2023-02-03 04:11:38 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-13 07:44:09 +0000
commit560a0ba3591fefb7e8bc87db6eb7f96b9e7eb6af (patch)
treeb24040e41804c588ce8ecbb9356d14ab1bccc814 /meta/recipes-kernel/lttng
parentfb8372aa7032644a0808f06bdc5d62969604d4a6 (diff)
downloadpoky-560a0ba3591fefb7e8bc87db6eb7f96b9e7eb6af.tar.gz
lttng-modules: update 2.11.7 -> 2.11.8
2021-02-17 (Random Act of Kindness Day) LTTng modules 2.11.8 * fix: Adjust ranges for Ubuntu 5.8.0-44 kernel * Fix: do not use bdi_unknown_name symbol * fix: memcg: fix a crash in wb_workfn when a device disappears (5.6) * Fix: writeback: out-of-bound reads * fix: Add one digit to RHEL major release version * fix: Add one digit to SLES minor release version * fix: RT_PATCH_VERSION is close to overflow * fix: cast LTTNG_KERNEL_VERSION/LTTNG_LINUX_VERSION_CODE to uint64_t * fix: UTS_UBUNTU_RELEASE_ABI is close to overflow * fix: sublevel version overflow in LINUX_VERSION_CODE * Namespace kernel version macros * aarch64: blacklist gcc prior to 5.1 * fix: missing include for 'task_struct' in fdtable.h * fix: genirq: Restrict export of irq_to_desc() (v5.11) * fix: block: merge struct block_device and struct hd_struct (v5.11) * fix: kprobes: Remove kretprobe hash (v5.11) * fix: file: Rename fcheck lookup_fd_rcu (v5.11) * fix: block: remove the request_queue argument to the block_bio_remap tracepoint (v5.11) * fix: block: remove the request_queue argument to the block_split tracepoint (v5.11) * fix: block: simplify and extend the block_bio_merge tracepoint class (v5.11) * fix: block: remove the request_queue to argument request based tracepoints (v5.11) (From OE-Core rev: fa1056f62017ea764b494c41cc7cdaefe0a80fb6) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.11.8.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.11.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.11.7.bb b/meta/recipes-kernel/lttng/lttng-modules_2.11.8.bb
index d95613ba97..84d8daf8d4 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.11.7.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.11.8.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] = "d1f1db78fe6fb6ea159c6e957a5ea6af" 20SRC_URI[md5sum] = "0aba7e5ca53e756875605221f7e0dec9"
21SRC_URI[sha256sum] = "d7b7170e6af8c5a74dda06d9cf1afaac2519b6d8b7e823acce5bf7b23857a55e" 21SRC_URI[sha256sum] = "77d03546bbb7668b146f2261c646d503b7b601dc7072a5359d729d40f13598a1"
22 22
23export INSTALL_MOD_DIR="kernel/lttng-modules" 23export INSTALL_MOD_DIR="kernel/lttng-modules"
24 24