From 553f1920e16a5ac9350ce3e5097a1b10b2fe7ba3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 17 Jan 2009 10:34:48 +0000 Subject: [PATCH] Bumped default kernel version to 2.6.28. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@636 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 0924669dc..229019354 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -292,6 +292,8 @@ function compile_patched_kernel { # Run the source code verification tool 'sparse' on the SCST code. Assumes that # there is a patched kernel tree present in directory "${outputdir}/linux-$1". +# For more information about endianness annotations, see also +# http://lwn.net/Articles/205624/. function run_sparse { local kver="$(kernel_version $1)" local plevel="$(patchlevel $1)" @@ -302,7 +304,7 @@ function run_sparse { cd "${outputdir}/linux-$1" \ && make -s prepare \ && make -s scripts \ - && LC_ALL=C make -k C=2 M=drivers/scst + && LC_ALL=C make -k C=2 M=drivers/scst # CF=-D__CHECK_ENDIAN__ ) >& "${outputfile}" echo "See also ${outputfile}." return 0 @@ -413,8 +415,8 @@ fi # Default kernel versions to use for the test. if [ "${kernel_versions}" = "" ]; then - #kernel_versions="2.6.24.7 2.6.25.20 2.6.26.8 2.6.27.8" - kernel_versions="2.6.27.8" + #kernel_versions="2.6.24.7 2.6.25.20 2.6.26.8 2.6.27.11 2.6.28" + kernel_versions="2.6.28" fi