[ovs-dev] [PATCH] Change acinclude to support 4.6 kernels

Ryan Moats rmoats at us.ibm.com
Thu Jun 9 14:31:33 UTC 2016


From: RYAN D. MOATS <rmoats at us.ibm.com>

We've been compiling and testing against the 4.6.0 kernel
tree and 2.5.90 looks pretty good.  So, let's start the
update pieces.

Signed-off-by: RYAN D. MOATS <rmoats at us.ibm.com>
---
 acinclude.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 0a14856..9a163a7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -134,10 +134,10 @@ AC_DEFUN([OVS_CHECK_LINUX], [
     AC_MSG_RESULT([$kversion])
 
     if test "$version" -ge 4; then
-       if test "$version" = 4 && test "$patchlevel" -le 3; then
+       if test "$version" = 4 && test "$patchlevel" -le 6; then
           : # Linux 4.x
        else
-          AC_ERROR([Linux kernel in $KBUILD is version $kversion, but version newer than 4.3.x is not supported (please refer to the FAQ for advice)])
+          AC_ERROR([Linux kernel in $KBUILD is version $kversion, but version newer than 4.6.x is not supported (please refer to the FAQ for advice)])
        fi
     elif test "$version" = 3 && test "$patchlevel" -ge 10; then
        : # Linux 3.x
-- 
1.7.1




More information about the dev mailing list