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