summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-26 17:43:55 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-06 12:03:33 +0100
commit45ab93e74252f40dbe777000e1b33f4b3783536e (patch)
tree8c890eabdfee8f628eb12059e82bf301b8e6be5b /meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
parenta93c5869cb716cba5e05bbe4fc2e1c11adb9e30f (diff)
downloadopenembedded-core-45ab93e74252f40dbe777000e1b33f4b3783536e.tar.gz
lttng-modules: Backport fixes for kernel instrumentation
This backport fixes from upcoming 2.9.4 release. Those are: - Fix: vmalloc wrapper on kernel < 2.6.38 - Fix: vmalloc wrapper on kernel >= 4.12 - Add kmalloc failover to vmalloc - Fix: mmap: caches aliased on virtual addresses - Fix: update ext4 instrumentation for kernel 4.13 - Fix: Sleeping function called from invalid context - Fix: sched for v4.11.5-rt1 - Fix: handle missing ftrace header on v4.12 This fix failures in some BSP layers which are using Linux 4.13 already. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
index acd76b54b3..f3c04886e1 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
@@ -12,7 +12,15 @@ COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux'
SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \
- file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch"
+ file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \
+ file://0001-Fix-handle-missing-ftrace-header-on-v4.12.patch \
+ file://0002-Fix-sched-for-v4.11.5-rt1.patch \
+ file://0003-Fix-Sleeping-function-called-from-invalid-context.patch \
+ file://0004-Fix-update-ext4-instrumentation-for-kernel-4.13.patch \
+ file://0005-Fix-mmap-caches-aliased-on-virtual-addresses.patch \
+ file://0006-Add-kmalloc-failover-to-vmalloc.patch \
+ file://0007-Fix-vmalloc-wrapper-on-kernel-4.12.patch \
+ file://0008-Fix-vmalloc-wrapper-on-kernel-2.6.38.patch"
SRC_URI[md5sum] = "9abf694dddcc197988189ef65b496f4c"
SRC_URI[sha256sum] = "f911bca81b02a787474f3d100390dad7447f952525e6d041f50991940246bafe"