From: Michael Jeanson Date: Thu, 8 Nov 2018 21:14:34 +0000 (-0500) Subject: Bump minimum kernel version to 3.0 X-Git-Tag: v2.12.0-pre~101 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=88eafb709ac811960b1163482f5d537cb18b32df Bump minimum kernel version to 3.0 Upstream Linux 3.0 was released 7 years ago, the oldest longterm release still supported is 3.16. On the distro kernels side, we still cover : RHEL / CentOS 7 and up SLES11 SP2 and up SLES12 and up Ubuntu 12.04 (Precise) and up Debian 7 (Wheezy) and up Fedora 16 and up Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/README.md b/README.md index 201a579c..66bf9253 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ to print traces as a human-readable text log. Support ------- -Linux kernels >= 2.6.36 are supported. +Linux kernels >= 3.0 are supported. Notes