From 3c47e991579d7c486bd621bb1427b94abd0f4939 Mon Sep 17 00:00:00 2001 From: Yan Burman Date: Sun, 7 Sep 2014 13:51:58 +0000 Subject: [PATCH] Merged revisions 5769,5779 via svnmerge from svn+ssh://yanb123@svn.code.sf.net/p/scst/svn/trunk ........ r5769 | bvassche | 2014-09-04 15:56:48 +0300 (Thu, 04 Sep 2014) | 1 line ib_srpt: Bump driver version from 3.0.0-pre to 3.1.0-pre ........ r5779 | bvassche | 2014-09-06 09:30:46 +0300 (Sat, 06 Sep 2014) | 1 line nightly build: Update kernel versions ........ git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/iser@5783 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 6 +++--- srpt/src/ib_srpt.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 6e99671ba..9bb4b1048 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,13 +3,13 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -3.16.1 \ +3.16.2 \ 3.15.10-nc \ -3.14.17-nc \ +3.14.18-nc \ 3.13.11-nc \ 3.12.21-nc \ 3.11.10-nc \ -3.10.53-nc \ +3.10.54-nc \ 3.9.11-nc \ 3.8.13-nc \ 3.7.10-nc \ diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index d55f1c7ab..4ec301ecc 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -69,7 +69,7 @@ /* Name of this kernel module. */ #define DRV_NAME "ib_srpt" -#define DRV_VERSION "3.0.0-pre" +#define DRV_VERSION "3.1.0-pre" #define DRV_RELDATE "(not yet released)" #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) /* Flags to be used in SCST debug tracing statements. */