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:45:22 +0000 (20:45 -0400)
commit8d2c7a7c203b62bca1705870256388e2ff7a583c
tree16ab0846ff0ca0e340d05ba5504ca0015569c2ed
parent4873090fa6bec2e0dc03f8acf5309b38207bf4dd
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.026713 seconds and 4 git commands to generate.