From 436d36db628cd9cdb30e33e8718ab70f376bb9e4 Mon Sep 17 00:00:00 2001 From: Greg Rose Date: Thu, 31 May 2018 14:10:10 -0700 Subject: compat: Fixups for newer kernels A recent patch series added support for ERSPAN but left some problems remaining for kernel releases from 4.10 to 4.14. This patch addresses those problems. Of note is that the old cisco gre compat layer code is gone for good. Also, several compat defines in acinclude.m4 were looking for keys in .c source files - this does not work on distros without source code. A more reliable key was already defined so we use that instead. We have pared support for the Linux kernel releases in .travis.yml to reflect that 4.15 is no longer in the LTS list. With this patch the Out of Tree OVS datapath kernel modules can build on kernels up to 4.14.47. Support for kernels up to 4.16.x will be added later. Signed-off-by: Greg Rose Acked-by: William Tu Signed-off-by: Ben Pfaff --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cf37e8c2b..ff2fa2e48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,12 +33,11 @@ env: - BUILD_ENV="-m32" OPTS="--disable-ssl" - KERNEL=3.16.54 DPDK=1 - KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared" - - KERNEL=4.15.3 - - KERNEL=4.14.19 - - KERNEL=4.9.81 - - KERNEL=4.4.115 - - KERNEL=4.1.49 - - KERNEL=3.10.108 + - KERNEL=4.14.47 + - KERNEL=4.9.105 + - KERNEL=4.4.135 + - KERNEL=4.1.52 + - KERNEL=3.16.56 - TESTSUITE=1 LIBS=-ljemalloc matrix: -- cgit v1.2.1