From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 1D906316B for ; Thu, 15 Dec 2016 00:05:38 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id a197so136968448wmd.0 for ; Wed, 14 Dec 2016 15:05:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=NbtMgY5lZ+y5PoFXC3Q4BbUlxcuCaVve0R85amAU+oY=; b=VNrcG/LqhlQQOm5isvnKXHqHBGJIAoR4AFisLv8EjRA8wxqqlztZFOiiiZ1sD69It2 onk107S0gkcz9loqPkdmuaAzrZIWIsBgjI6dqtZ6zFoprDA9PJ25CoESTi5MM8MD7k2m yacX69ahcMidDqfDt99d8rywiSKGNhmOpZcjhaKfE6IXCi2rqirinM4h+PyBAGd5cL9s zuA37zo/uqj3VIaccGhp1ECVIRgK7NwJlRy/pU+6wTxW6inm6By1l1q00mLXoQaxf5qo Y8oa4bOhh8gyIa1F92+0HrI8GMOlIlWS9+5ilB/D1/tiDITPnhzpvb2k1CwrvbxF6HcE Idxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=NbtMgY5lZ+y5PoFXC3Q4BbUlxcuCaVve0R85amAU+oY=; b=BFYG0M/BgGzVw4RVIjggUOnd2oRC45bq3LNxoXBJfYb1F9XyraYBK6f2YMVBobNQZG hjevWF4TSMQ8oEFguM/18OKHVin6djOGf9jMsMWqT3uSHVkciPfjGzzvkuLf59P4fwhq CS22SdckFxZ2zdE5GuyQhMORb7YXQp7a2Yz5EkhfOINk8eZkxkefMCMj67iBR54NyXh5 c08Se93jhWEO5767kFHyTxv4eR+CaLfoGBrxd1kbyuFqE041jzrDeBjrRqu+SNymjLLj HaO1f/zseBJ510m0DXXKMhIqBhx8WbDZH4QqrOp1Ql4QWwVYxK9ha2sSxWdRn1B1OnF7 vFCQ== X-Gm-Message-State: AKaTC00UUX1sRwfpznNw3Z/6WBbO5NPTLcI9xw60p66gNB1LE4NHwfNmI2KTULmYWssVxyxR X-Received: by 10.28.0.210 with SMTP id 201mr9296818wma.49.1481756737598; Wed, 14 Dec 2016 15:05:37 -0800 (PST) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id v2sm69378887wja.41.2016.12.14.15.05.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Dec 2016 15:05:36 -0800 (PST) From: Thomas Monjalon To: ci@dpdk.org Date: Thu, 15 Dec 2016 00:05:23 +0100 Message-Id: <1481756723-4868-10-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1481756723-4868-1-git-send-email-thomas.monjalon@6wind.com> References: <1480944373-10233-1-git-send-email-thomas.monjalon@6wind.com> <1481756723-4868-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-ci] [PATCH v5 9/9] tests: add checkpatch X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 23:05:38 -0000 This is the first test in this repository. It runs on dpdk.org and use checkpatch.pl of Linux. Note that the patch is not applied on a git tree for this basic test. Signed-off-by: Thomas Monjalon --- tests/checkpatch.sh | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100755 tests/checkpatch.sh diff --git a/tests/checkpatch.sh b/tests/checkpatch.sh new file mode 100755 index 0000000..6bbfb7b --- /dev/null +++ b/tests/checkpatch.sh @@ -0,0 +1,75 @@ +#! /bin/sh -e + +# BSD LICENSE +# +# Copyright 2016 6WIND S.A. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# * Neither the name of 6WIND S.A. nor the names of its +# contributors may be used to endorse or promote products derived +# from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +print_usage () { + cat <<- END_OF_HELP + usage: $(basename $0) dpdk_dir < email + + Check email-formatted patch from stdin. + This test runs checkpatch.pl of Linux via a script in dpdk_dir. + END_OF_HELP +} + +while getopts h arg ; do + case $arg in + h ) print_usage ; exit 0 ;; + ? ) print_usage >&2 ; exit 1 ;; + esac +done +shift $(($OPTIND - 1)) +toolsdir=$(dirname $(readlink -m $0))/../tools +dpdkdir=$1 +if [ -z "$dpdkdir" ] ; then + printf 'missing argument\n\n' >&2 + print_usage >&2 + exit 1 +fi + +email=/tmp/$(basename $0 sh)$$ +$toolsdir/filter-patch-email.sh >$email +trap "rm -f $email" INT EXIT + +eval $($toolsdir/parse-email.sh $email) +# normal exit if no valid patch in the email +[ -n "$subject" -a -n "$from" ] || exit 0 + +failed=false +report=$($dpdkdir/scripts/checkpatches.sh -q $email) || failed=true +report=$(echo "$report" | sed '1,/^###/d') + +label='checkpatch' +$failed && status='WARNING' || status='SUCCESS' +$failed && desc='coding style issues' || desc='coding style OK' + +echo "$report" | $toolsdir/send-patch-report.sh \ + -t "$subject" -f "$from" -m "$msgid" -p "$pwid" -o "$listid" \ + -l "$label" -s "$status" -d "$desc" -- 2.7.0