[packages/lttng-modules] - rel 3; add 3.10.41 and 3.14.5 to kernel with changes in blktrace
baggins
baggins at pld-linux.org
Thu Jun 5 22:25:36 CEST 2014
commit 35688d230395df88d3aaa5f7f24cf803b5b5e8a7
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Jun 5 22:25:09 2014 +0200
- rel 3; add 3.10.41 and 3.14.5 to kernel with changes in blktrace
block-update-2.patch | 4 ++--
lttng-modules.spec | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index e879ed8..141a816 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -20,7 +20,7 @@ exit 1
%define kpkg %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%kernel_pkg ; done)
%define bkpkg %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%build_kernel_pkg ; done)
-%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
diff --git a/block-update-2.patch b/block-update-2.patch
index 85861dc..4383df9 100644
--- a/block-update-2.patch
+++ b/block-update-2.patch
@@ -31,8 +31,8 @@ index 2af4fb3..5ea557d 100644
)
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0))
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0) \
-+ || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0) || LTTNG_KERNEL_RANGE(3,4,91, 3,5,0))
++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,5) \
++ || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0) || LTTNG_KERNEL_RANGE(3,4,91, 3,5,0) || LTTNG_KERNEL_RANGE(3,10,41, 3,11,0))
/**
* block_rq_complete - block IO operation completed by device driver
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/35688d230395df88d3aaa5f7f24cf803b5b5e8a7
More information about the pld-cvs-commit
mailing list