Fix: Add granularity to RHEL kernel version checks
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 29 Mar 2016 23:32:19 +0000 (19:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 Mar 2016 00:43:46 +0000 (20:43 -0400)
commitc94ac1ac8ad4a732df9bc7adaa18114b3024d5aa
tree58e138d69a8909514ad44f7d8a194957b4348b42
parent0dca920627c14df3ca22e244957ed5f9d91894fb
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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.ABI.workarounds
abi-rhel-version.sh [new file with mode: 0755]
instrumentation/events/lttng-module/block.h
instrumentation/events/lttng-module/kvm.h
instrumentation/events/lttng-module/scsi.h
instrumentation/events/lttng-module/writeback.h
lttng-kernel-version.h
wrapper/trace-clock.h
This page took 0.026841 seconds and 5 git commands to generate.