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>
Wed, 29 Jul 2015 19:19:28 +0000 (15:19 -0400)
commit640886da648d574967abe6c7e1db2b055ef350cb
tree82f5652f4da217b85ab201d826879693e1e6da81
parent434c6691a5af2982f6aa9a0b2fcceb2d0759a90e
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.024962 seconds and 4 git commands to generate.