[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8216/8267] lttng-modules: Upgrade to 2.9.5 release



commit 7e0b00fd120375d6ae4b53a76e9120ee925d3629
Author: Otavio Salvador <otavio ossystems com br>
Date:   Thu Nov 9 11:34:59 2017 -0200

    lttng-modules: Upgrade to 2.9.5 release
    
    This upgrade is critical as it fixes the support for Linux 4.14 LTS kernel.
    
    The changlog is:
    
    2017-10-05 LTTng modules 2.9.5
        * Fix: update block instrumentation for 4.14 kernel
        * Revert "Fix: update block instrumentation for kernel 4.14"
    
    2017-10-03 (National Techies Day) LTTng modules 2.9.4
        * Fix: version check error in btrfs instrumentation
        * Fix: update btrfs instrumentation for kernel 4.14
        * Fix: update writeback instrumentation for kernel 4.14
        * Fix: update block instrumentation for kernel 4.14
        * 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 also removes the previously backported patches as they are part
    of 2.9.4 release and the missing fix is part of 2.9.5 release.
    
    (From OE-Core rev: 56d01657934fe6e9e6c547fd58447c6a99a0779b)
    
    Signed-off-by: Otavio Salvador <otavio ossystems com br>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Armin Kuster <akuster mvista com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 ...Fix-handle-missing-ftrace-header-on-v4.12.patch |   96 ----
 .../0002-Fix-sched-for-v4.11.5-rt1.patch           |   31 --
 ...ping-function-called-from-invalid-context.patch |  133 -----
 ...date-ext4-instrumentation-for-kernel-4.13.patch |  189 -------
 ...-mmap-caches-aliased-on-virtual-addresses.patch |  100 ----
 .../0006-Add-kmalloc-failover-to-vmalloc.patch     |  519 --------------------
 .../0007-Fix-vmalloc-wrapper-on-kernel-4.12.patch  |   37 --
 ...0008-Fix-vmalloc-wrapper-on-kernel-2.6.38.patch |   34 --
 ...tng-modules_2.9.3.bb => lttng-modules_2.9.5.bb} |   15 +-
 9 files changed, 4 insertions(+), 1150 deletions(-)
---
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb 
b/meta/recipes-kernel/lttng/lttng-modules_2.9.5.bb
similarity index 63%
rename from meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.9.5.bb
index f3c0488..61d9744 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.9.5.bb
@@ -13,17 +13,10 @@ 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://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"
+"
+
+SRC_URI[md5sum] = "af97aaaf86133fd783bb9937dc3b4d59"
+SRC_URI[sha256sum] = "3f4e82ceb1c3c1875ec1fe89fba08294ed7feec2161339a5a71a066b27fc3e22"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]