summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>2019-03-13 20:53:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-25 23:12:03 +0000
commit3fd4794b163ff64e090e24e01972d9302ed77bf2 (patch)
treec9036d1dc73fad67018318e1a73bf0fbd20e6510 /meta
parent26745f6b22fc119e0e7a620beb3a1aaf6a22e87e (diff)
downloadpoky-3fd4794b163ff64e090e24e01972d9302ed77bf2.tar.gz
lttng-modules: update to 2.10.9
Pertinent fix for OE-Core since 2.10.6: Fix: out of memory error handling Fix: access migrate_disable field directly Prevent allocation of buffers if exceeding available memory 2.10.9 also contains the necessary fix to support kernel up to 5.0. (From OE-Core rev: 9666e9f6058bfd8294cb4e6b03752f28159a76bc) Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb b/meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb
index 6146966894..cbe557aba2 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb
@@ -16,8 +16,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
16 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ 16 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \
17" 17"
18 18
19SRC_URI[md5sum] = "8110099f4615fc89a74ffe9189b56cfc" 19SRC_URI[md5sum] = "09df0ac2e8f245740a2f32411d10c0d1"
20SRC_URI[sha256sum] = "04a080c81743eb29d181bac29ceb0c15819a2f4210793f2cc9958d885435029f" 20SRC_URI[sha256sum] = "a1855bbd02d0f71ebd180e9872309862036624f012442ab9cc5852eb60340145"
21 21
22export INSTALL_MOD_DIR="kernel/lttng-modules" 22export INSTALL_MOD_DIR="kernel/lttng-modules"
23 23