Fix: Update kmem event for Ubuntu's 3.16 kernel
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 26 May 2015 20:12:00 +0000 (16:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 May 2015 20:22:21 +0000 (16:22 -0400)
commitdd0c715622641b15480c46175553b71198243368
treed70fa97cfdce9c7b4b81f5d280b8bdb0b259ea4f
parent51b961653d69b56528ae8c7e4cd39d140d75f610
Fix: Update kmem event for Ubuntu's 3.16 kernel

The upstream patch in question in commit 72906e1 was cherry-picked into
Ubuntu's 3.16 kernel backport branch (called lts-utopic). The version
check should also include this branch.

The other backport branch, lts-vivid, and all following ones will be
covered by the standard

  LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)

check, so should not require other workarounds.

References #889.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/kmem.h
This page took 0.026519 seconds and 4 git commands to generate.