From 6f19406b3cded1036e272cdd1ccaa5fb746c7f40 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 5 Jun 2013 18:28:48 +0000 Subject: [PATCH] nightly build: Make sparse check rcu-annotated pointers git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4894 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 3298596bc..710cc09e7 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -338,7 +338,7 @@ function run_sparse { && make -s prepare \ && make -s scripts \ && if grep -q '^CONFIG_PPC=y$' .config; then LC_ALL=C make -k M=arch/powerpc/lib; fi \ - && LC_ALL=C make -k C=2 CF=-D__CHECK_ENDIAN__ M="${subdir}" "$@" + && LC_ALL=C make -k C=2 CF="-D__CHECK_ENDIAN__ -DCONFIG_SPARSE_RCU_POINTER" M="${subdir}" "$@" ) &> "${outputfile}" then local errors=$(grep -c ' error:' "${outputfile}")