From bdee7289728545215c7022a319b29ff9e1ae6c80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 30 Mar 2015 20:52:41 +0200 Subject: [PATCH] - fix kernel patch for 3.19 - rel 3 --- kernel-updates.patch | 2 +- lttng-modules.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel-updates.patch b/kernel-updates.patch index 5c61002..2affae7 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)) || ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,36)) && (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0)))) ++#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)) || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0)) + +LTTNG_TRACEPOINT_EVENT(mm_page_alloc_extfrag, + diff --git a/lttng-modules.spec b/lttng-modules.spec index 414227f..e5542a6 100644 --- a/lttng-modules.spec +++ b/lttng-modules.spec @@ -6,7 +6,7 @@ # nothing to be placed to debuginfo package %define _enable_debug_packages 0 -%define rel 2 +%define rel 3 %define pname lttng-modules Summary: LTTng 2.x kernel modules Summary(pl.UTF-8): Moduły jądra LTTng 2.x -- 2.44.0