All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: filip.bozuta@syrmia.com
Cc: qemu-devel@nongnu.org, laurent@vivier.eu
Subject: Re: [PATCH v4 0/6] Add strace support for printing arguments of selected syscalls
Date: Tue, 16 Jun 2020 08:02:32 -0700 (PDT)	[thread overview]
Message-ID: <159231975128.8107.705730976028764844@d1fd068a5071> (raw)
In-Reply-To: <20200616103927.20222-1-filip.bozuta@syrmia.com>

Patchew URL: https://patchew.org/QEMU/20200616103927.20222-1-filip.bozuta@syrmia.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Subject: [PATCH v4 0/6] Add strace support for printing arguments of selected syscalls
Type: series
Message-id: 20200616103927.20222-1-filip.bozuta@syrmia.com

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

Switched to a new branch 'test'
756604e linux-user: Add strace support for printing arguments of fallocate()
25680d5 linux-user: Add strace support for printing arguments of chown()/lchown()
cadd65d linux-user: Add strace support for printing arguments of lseek()
eb40627 linux-user: Add strace support for printing argument of syscalls used for extended attributes
47226e8 linux-user: Add strace support for a group of syscalls
3e531d0 linux-user: Extend strace support to enable argument printing after syscall execution

=== OUTPUT BEGIN ===
1/6 Checking commit 3e531d0470d2 (linux-user: Extend strace support to enable argument printing after syscall execution)
2/6 Checking commit 47226e8674a7 (linux-user: Add strace support for a group of syscalls)
3/6 Checking commit eb40627b1196 (linux-user: Add strace support for printing argument of syscalls used for extended attributes)
4/6 Checking commit cadd65d9f866 (linux-user: Add strace support for printing arguments of lseek())
5/6 Checking commit 25680d5e1b01 (linux-user: Add strace support for printing arguments of chown()/lchown())
6/6 Checking commit 756604eefe06 (linux-user: Add strace support for printing arguments of fallocate())
ERROR: storage class should be at the beginning of the declaration
#69: FILE: linux-user/strace.c:1146:
+UNUSED static struct flags falloc_flags[] = {

total: 1 errors, 0 warnings, 104 lines checked

Patch 6/6 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


The full log is available at
http://patchew.org/logs/20200616103927.20222-1-filip.bozuta@syrmia.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

      parent reply	other threads:[~2020-06-16 15:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16 10:39 [PATCH v4 0/6] Add strace support for printing arguments of selected syscalls Filip Bozuta
2020-06-16 10:39 ` [PATCH v4 1/6] linux-user: Extend strace support to enable argument printing after syscall execution Filip Bozuta
2020-06-18 14:35   ` Laurent Vivier
2020-06-16 10:39 ` [PATCH v4 2/6] linux-user: Add strace support for a group of syscalls Filip Bozuta
2020-06-16 10:39 ` [PATCH v4 3/6] linux-user: Add strace support for printing argument of syscalls used for extended attributes Filip Bozuta
2020-06-18 14:41   ` Laurent Vivier
2020-06-16 10:39 ` [PATCH v4 4/6] linux-user: Add strace support for printing arguments of lseek() Filip Bozuta
2020-06-16 10:39 ` [PATCH v4 5/6] linux-user: Add strace support for printing arguments of chown()/lchown() Filip Bozuta
2020-06-16 10:39 ` [PATCH v4 6/6] linux-user: Add strace support for printing arguments of fallocate() Filip Bozuta
2020-06-18 14:37   ` Laurent Vivier
2020-06-16 15:02 ` no-reply [this message]

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=159231975128.8107.705730976028764844@d1fd068a5071 \
    --to=no-reply@patchew.org \
    --cc=filip.bozuta@syrmia.com \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.