From: Michael Jeanson Date: Tue, 29 Mar 2016 23:32:19 +0000 (-0400) Subject: Fix: Add granularity to RHEL kernel version checks X-Git-Tag: v2.9.0-rc1~95 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=c94ac1ac8ad4a732df9bc7adaa18114b3024d5aa;hp=c94ac1ac8ad4a732df9bc7adaa18114b3024d5aa;p=lttng-modules.git Fix: Add granularity to RHEL kernel version checks Our RHEL kernel version macros were based on the major and minor version of the distribution version like "7.2" instead of the full kernel version like "327.4.4". This prevented us from adding compatibility changes with sufficient granularity. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---