From: no-reply@patchew.org
To: vijay.kilari@gmail.com
Cc: peter.maydell@linaro.org, famz@redhat.com,
vijay.kilari@gmail.com, Prasun.Kapoor@cavium.com,
p.fedin@samsung.com, qemu-devel@nongnu.org,
Vijaya.Kumar@cavium.com, qemu-arm@nongnu.org,
pbonzini@redhat.com, rth@twiddle.net
Subject: Re: [Qemu-arm] [Qemu-devel] [RFC PATCH v2 0/2] Live migration optimization for Thunderx platform
Date: Tue, 16 Aug 2016 09:02:09 -0700 (PDT) [thread overview]
Message-ID: <20160816160204.482798.21750@ex-std-node742.prod.rhcloud.com> (raw)
In-Reply-To: <1471348968-4614-1-git-send-email-vijay.kilari@gmail.com>
Hi,
Your series seems to have some coding style problems. See output below for
more information:
Message-id: 1471348968-4614-1-git-send-email-vijay.kilari@gmail.com
Subject: [Qemu-devel] [RFC PATCH v2 0/2] Live migration optimization for Thunderx platform
Type: series
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0
# Useful git options
git config --local diff.renamelimit 0
git config --local diff.renames True
commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
echo "Checking PATCH $n/$total: $(git show --no-patch --format=%s $c)..."
if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
failed=1
echo
fi
n=$((n+1))
done
exit $failed
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
* [new tag] patchew/1471348633-22174-1-git-send-email-ehabkost@redhat.com -> patchew/1471348633-22174-1-git-send-email-ehabkost@redhat.com
* [new tag] patchew/1471348968-4614-1-git-send-email-vijay.kilari@gmail.com -> patchew/1471348968-4614-1-git-send-email-vijay.kilari@gmail.com
Switched to a new branch 'test'
58a4317 utils: Add prefetch for Thunderx platform
5898005 utils: Add helper to read arm MIDR_EL1 register
=== OUTPUT BEGIN ===
Checking PATCH 1/2: utils: Add helper to read arm MIDR_EL1 register...
ERROR: space prohibited between function name and open parenthesis '('
#24: FILE: include/qemu/aarch64-cpuid.h:4:
+#if defined (__aarch64__)
ERROR: architecture specific defines should be avoided
#24: FILE: include/qemu/aarch64-cpuid.h:4:
+#if defined (__aarch64__)
ERROR: space prohibited between function name and open parenthesis '('
#62: FILE: util/aarch64-cpuid.c:18:
+#if defined (__aarch64__)
ERROR: architecture specific defines should be avoided
#62: FILE: util/aarch64-cpuid.c:18:
+#if defined (__aarch64__)
WARNING: line over 80 characters
#86: FILE: util/aarch64-cpuid.c:42:
+ const char *file = "/sys/devices/system/cpu/cpu0/regs/identification/midr_el1";
total: 4 errors, 1 warnings, 107 lines checked
Your patch has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Checking PATCH 2/2: utils: Add prefetch for Thunderx platform...
ERROR: architecture specific defines should be avoided
#109: FILE: util/cutils.c:208:
+#if defined(__aarch64__)
ERROR: architecture specific defines should be avoided
#122: FILE: util/cutils.c:221:
+#if defined(__aarch64__)
total: 2 errors, 0 warnings, 57 lines checked
Your patch has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
=== OUTPUT END ===
Test command exited with code: 1
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@freelists.org
next prev parent reply other threads:[~2016-08-16 16:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-16 12:02 [Qemu-arm] [RFC PATCH v2 0/2] Live migration optimization for Thunderx platform vijay.kilari
2016-08-16 12:02 ` [Qemu-devel] [RFC PATCH v2 1/2] utils: Add helper to read arm MIDR_EL1 register vijay.kilari
2016-08-17 13:39 ` [Qemu-arm] " Paolo Bonzini
2016-08-18 7:56 ` [Qemu-devel] " Vijay Kilari
2016-08-18 8:50 ` [Qemu-arm] " Paolo Bonzini
2016-08-18 9:01 ` Vijay Kilari
2016-08-18 9:39 ` Paolo Bonzini
2016-08-18 14:04 ` [Qemu-devel] " Richard Henderson
2016-08-18 14:14 ` [Qemu-arm] " Peter Maydell
2016-08-18 14:46 ` [Qemu-devel] " Richard Henderson
2016-08-18 14:56 ` [Qemu-arm] " Peter Maydell
2016-08-19 9:05 ` Vijay Kilari
2016-08-19 14:57 ` Richard Henderson
2016-08-16 12:02 ` [Qemu-arm] [RFC PATCH v2 2/2] utils: Add prefetch for Thunderx platform vijay.kilari
2016-08-16 18:02 ` Richard Henderson
2016-08-16 23:45 ` Vijay Kilari
2016-08-17 15:34 ` [Qemu-devel] " Richard Henderson
2016-08-16 16:02 ` no-reply [this message]
2016-08-17 13:40 ` [Qemu-arm] [Qemu-devel] [RFC PATCH v2 0/2] Live migration optimization " Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160816160204.482798.21750@ex-std-node742.prod.rhcloud.com \
--to=no-reply@patchew.org \
--cc=Prasun.Kapoor@cavium.com \
--cc=Vijaya.Kumar@cavium.com \
--cc=famz@redhat.com \
--cc=p.fedin@samsung.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=vijay.kilari@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).