[packages/lttng-modules] - fix building on 3.18.10

baggins baggins at pld-linux.org
Mon Mar 30 20:57:57 CEST 2015


commit 9bc3c56119055a9775b7538e9812cca8fa1cadb9
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Mar 30 20:57:45 2015 +0200

    - fix building on 3.18.10

 kernel-updates.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kernel-updates.patch b/kernel-updates.patch
index 2affae7..98052f8 100644
--- a/kernel-updates.patch
+++ b/kernel-updates.patch
@@ -106,7 +106,7 @@ index cde2a20..3782ac6 100644
  )
  
 -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,30))
-+#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)) || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0))
++#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)) || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0)) || LTTNG_KERNEL_RANGE(3,18,10, 3,19,0))
 +
 +LTTNG_TRACEPOINT_EVENT(mm_page_alloc_extfrag,
 +
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/9bc3c56119055a9775b7538e9812cca8fa1cadb9



More information about the pld-cvs-commit mailing list