From 8dc748595fc90fbdc7b5f46de3d109cc6bbe1004 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 24 Apr 2017 12:57:45 -0400 Subject: [PATCH] Revert "Documentation: lttng-modules 2.8 supports Linux < 4.10" This reverts commit 95323106a0d5358fa13633d1ceffec44f1a241c2. It ends up that supporting 4.10 and 4.11 can be done with a straightforward cherry picking of commits from stable-2.9, let's do it. Signed-off-by: Mathieu Desnoyers --- Makefile | 7 ------- README.md | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 93ad9e7d..8602649a 100644 --- a/Makefile +++ b/Makefile @@ -29,13 +29,6 @@ ifneq ($(KERNELRELEASE),) 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) diff --git a/README.md b/README.md index d3a643b9..93e2dd35 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,7 @@ to print traces as a human-readable text log. Support ------- -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. +Linux kernels >= 2.6.36 are supported. Notes -- 2.34.1