From 18edfb2af6e7040e0453c84796416be2b8f45454 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 26 Sep 2017 17:43:55 -0300 Subject: 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. (From OE-Core rev: 45ab93e74252f40dbe777000e1b33f4b3783536e) Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb') 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" -- cgit v1.2.3-54-g00ecf