Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
endif
endif
+ ifneq ($(shell \
+ if [ $(VERSION) -ge 5 \
+ -o \( $(VERSION) -eq 4 -a $(PATCHLEVEL) -ge 10 \) ] ; then \
+ echo "true" ; fi;),)
+ $(warning You are entering uncharted territories adventurer! Proceed with utmost caution (also, lttng-modules 2.8 does not support Linux >= 4.10. You should upgrade to a newer lttng-modules version.))
+ endif
+
include $(TOP_LTTNG_MODULES_DIR)/Makefile.ABI.workarounds
ccflags-y += -I$(TOP_LTTNG_MODULES_DIR)
Support
-------
-Linux kernels >= 2.6.36 are supported.
+Linux kernels >= 2.6.36 and < 4.10 are supported by LTTng modules 2.8.
+Upgrade to a newer LTTng modules for more recent kernels.
Notes