From: Alexandre Montplaisir Date: Tue, 26 May 2015 20:12:00 +0000 (-0400) Subject: Fix: Update kmem event for Ubuntu's 3.16 kernel X-Git-Tag: v2.6.2~3 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=46b23793b31990f3b45cf58286eeba11cd383403;hp=46b23793b31990f3b45cf58286eeba11cd383403;p=lttng-modules.git 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 Signed-off-by: Mathieu Desnoyers ---