From 38adb4f457a2e2b81f6bf233be093d6c51e98cb8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 2 May 2019 14:57:34 +0000 Subject: [PATCH 1/2] nightly build: Update kernel versions git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8323 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 9b6a2b8b3..23a926057 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,19 +3,19 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -5.0.10 \ +5.0.11 \ 4.20.17-nc \ -4.19.37-nc \ +4.19.38-nc \ 4.18.18-nc \ 4.17.18-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.114-nc \ +4.14.115-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ 4.10.17-nc \ -4.9.171-nc \ +4.9.172-nc \ 4.8.17-nc \ 4.7.10-nc \ 4.6.7-nc \ From ca68c9e2ddf61ba430c07fd92599eff9cfaa1bc3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 2 May 2019 15:05:58 +0000 Subject: [PATCH 2/2] qla2x00t-32gbit: Unbreak the build against kernel versions <= 4.5 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8324 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/qla_dsd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qla2x00t-32gbit/qla_dsd.h b/qla2x00t-32gbit/qla_dsd.h index 7479924ba..20788054b 100644 --- a/qla2x00t-32gbit/qla_dsd.h +++ b/qla2x00t-32gbit/qla_dsd.h @@ -1,6 +1,8 @@ #ifndef _QLA_DSD_H_ #define _QLA_DSD_H_ +#include + /* 32-bit data segment descriptor (8 bytes) */ struct dsd32 { __le32 address;