From e3c906b4e57dc6232f4657871430ba136caed41e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 24 Jun 2015 15:18:48 +0000 Subject: [PATCH 1/3] scripts/run-regression-tests: Filter line numbers from the smatch output git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6400 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 96b7d74fc..745e3d19d 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -391,7 +391,7 @@ function run_smatch { echo "${errors} errors / ${warnings} warnings." cat "${outputfile}" | grep -E ' info:| warning:| error:' | - sed 's/^\([^:]*\):[0-9:]* /\1: /' | + sed 's/^\([^:]*\):[0-9:]* /\1: /;s/\((see line \)[0-9]*\()\)/\1...\2/' | sort | uniq -c else From 75369451a5c7e9b437dcf8f78439cf4f26785a1f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 25 Jun 2015 14:12:54 +0000 Subject: [PATCH 2/3] isert-scst/Kconfig: Add InfiniBand dependency git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6402 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/isert-scst/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/isert-scst/Kconfig b/iscsi-scst/kernel/isert-scst/Kconfig index 170ab0b0a..1cbc3e477 100644 --- a/iscsi-scst/kernel/isert-scst/Kconfig +++ b/iscsi-scst/kernel/isert-scst/Kconfig @@ -1,6 +1,6 @@ config SCST_ISER tristate "iSER Target Driver" - depends on SCST && SCST_ISCSI + depends on SCST && SCST_ISCSI && INFINIBAND default SCST help ISER target driver for SCST framework. The iSCSI iSER extension From ef8d3ae376b879f027c9c657f81e13597949dcea Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 26 Jun 2015 20:21:09 +0000 Subject: [PATCH 3/3] nightly build: Update a kernel version git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6403 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 6e85662ef..de777d24f 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -19,7 +19,7 @@ ABT_KERNELS=" \ 3.7.10-nc \ 3.6.11-nc \ 3.5.7-nc \ -3.4.105-nc \ +3.4.108-nc \ 3.3.8-nc \ 3.2.67-nc \ 3.1.10-nc \