diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index e5516d10a..3d757a301 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -119,7 +119,7 @@ See also http://lkml.org/lkml/2009/4/5/120 #define likely_notrace(x) __builtin_expect(!!(x), 1) EOF fi - if [ "$1" = "2.6.31" -o "$1" = "2.6.31.1" -o "$1" = "2.6.31.2" -o "$1" = "2.6.31.3" ] + if [ "$1" = "2.6.31" -o "$1" = "2.6.31.1" -o "$1" = "2.6.31.2" -o "$1" = "2.6.31.3" -o "$1" = "2.6.31.4" ] then cd "../linux-$1" || return $? patch -f -s -p1 <<'EOF'