[Qemu-devel] [PULL 00/15] Linux user for 4.2 patches

Laurent Vivier posted 15 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch failed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190910163600.19971-1-laurent@vivier.eu
Maintainers: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>, Max Filippov <jcmvbkbc@gmail.com>
There is a newer version of this series
include/qemu/memfd.h        |  4 +++
linux-user/arm/target_cpu.h | 24 +++++++++++--
linux-user/elfload.c        | 33 +++++++++++++++---
linux-user/ioctls.h         | 13 +++++++
linux-user/main.c           | 69 +++++++++++++++++++++----------------
linux-user/syscall.c        | 14 +++++++-
linux-user/syscall_defs.h   | 15 ++++++++
linux-user/xtensa/signal.c  | 25 +++++++++-----
target/xtensa/cpu.c         | 24 ++++++++++---
target/xtensa/cpu.h         |  3 ++
util/memfd.c                |  2 +-
11 files changed, 175 insertions(+), 51 deletions(-)
[Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by Laurent Vivier 4 years, 7 months ago
The following changes since commit 89ea03a7dc83ca36b670ba7f787802791fcb04b1:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/m68k-pull-2019-09-07' into staging (2019-09-09 09:48:34 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-4.2-pull-request

for you to fetch changes up to a11ac305687965b0b556b3703c376b4127413a40:

  linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls (2019-09-10 10:53:12 +0200)

----------------------------------------------------------------
Add several floppy drive ioctl,
xtensa call0 ABI support, arm MAX_RESERVED_VA for M-profile,
aarch64 AT_HWCAP2, qOffsets' query for ELF, memfd_create,
and some code cleanup

----------------------------------------------------------------

Aleksandar Markovic (4):
  linux-user: Add support for RNDRESEEDCRNG ioctl
  linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
  linux-user: Add support for FDMSGON and FDMSGOFF ioctls
  linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT
    ioctls

Alex Bennée (1):
  linux-user: fail and report on bad dfilter specs

Josh Kunz via Qemu-devel (1):
  linux-user: Support gdb 'qOffsets' query for ELF

Laurent Vivier (1):
  linux-user: remove useless variable

Max Filippov (2):
  target/xtensa: linux-user: add call0 ABI support
  linux-user: drop redundant handling of environment variables

Richard Henderson (3):
  linux-user: Add AT_HWCAP2 for aarch64-linux-user
  linux-user: Pass CPUState to MAX_RESERVED_VA
  linux-user/arm: Adjust MAX_RESERVED_VA for M-profile

Shu-Chun Weng via Qemu-devel (2):
  linux-user: erroneous fd_trans_unregister call
  linux-user: add memfd_create

YunQiang Su (1):
  linux-user: Add support for FDFLUSH ioctl

 include/qemu/memfd.h        |  4 +++
 linux-user/arm/target_cpu.h | 24 +++++++++++--
 linux-user/elfload.c        | 33 +++++++++++++++---
 linux-user/ioctls.h         | 13 +++++++
 linux-user/main.c           | 69 +++++++++++++++++++++----------------
 linux-user/syscall.c        | 14 +++++++-
 linux-user/syscall_defs.h   | 15 ++++++++
 linux-user/xtensa/signal.c  | 25 +++++++++-----
 target/xtensa/cpu.c         | 24 ++++++++++---
 target/xtensa/cpu.h         |  3 ++
 util/memfd.c                |  2 +-
 11 files changed, 175 insertions(+), 51 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/



Hi,

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

Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Message-id: 20190910163600.19971-1-laurent@vivier.eu
Type: series

=== 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'
186205c linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
84e7f29 linux-user: Add support for FDMSGON and FDMSGOFF ioctls
e6b23ec linux-user: Add support for FDFLUSH ioctl
72a96f7 linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
04b12a8 linux-user: Add support for RNDRESEEDCRNG ioctl
6597678 linux-user: drop redundant handling of environment variables
f7fecfa target/xtensa: linux-user: add call0 ABI support
d204a4a linux-user: Support gdb 'qOffsets' query for ELF
894d71d linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
ae7d1ad linux-user: Pass CPUState to MAX_RESERVED_VA
4b7dc1a linux-user: add memfd_create
bb11e8e linux-user: fail and report on bad dfilter specs
fb047a7 linux-user: erroneous fd_trans_unregister call
d1c71d5 linux-user: Add AT_HWCAP2 for aarch64-linux-user
8ea1a5b linux-user: remove useless variable

=== OUTPUT BEGIN ===
1/15 Checking commit 8ea1a5ba6df1 (linux-user: remove useless variable)
2/15 Checking commit d1c71d505649 (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
3/15 Checking commit fb047a7e4da6 (linux-user: erroneous fd_trans_unregister call)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 7 lines checked

Patch 3/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/15 Checking commit bb11e8e36a5b (linux-user: fail and report on bad dfilter specs)
5/15 Checking commit 4b7dc1adc581 (linux-user: add memfd_create)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 42 lines checked

Patch 5/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/15 Checking commit ae7d1ad64755 (linux-user: Pass CPUState to MAX_RESERVED_VA)
7/15 Checking commit 894d71dfb724 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
8/15 Checking commit d204a4ae3db2 (linux-user: Support gdb 'qOffsets' query for ELF)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

9/15 Checking commit f7fecfafed3d (target/xtensa: linux-user: add call0 ABI support)
10/15 Checking commit 659767828c6c (linux-user: drop redundant handling of environment variables)
11/15 Checking commit 04b12a8d71af (linux-user: Add support for RNDRESEEDCRNG ioctl)
12/15 Checking commit 72a96f78e6a9 (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
13/15 Checking commit e6b23ec7b268 (linux-user: Add support for FDFLUSH ioctl)
14/15 Checking commit 84e7f29e3393 (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
15/15 Checking commit 186205c6ed78 (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/



Hi,

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

Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Message-id: 20190910163600.19971-1-laurent@vivier.eu
Type: series

=== 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'
96493c3 linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
32ce5a3 linux-user: Add support for FDMSGON and FDMSGOFF ioctls
4380f91 linux-user: Add support for FDFLUSH ioctl
697291d linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
33a5c61 linux-user: Add support for RNDRESEEDCRNG ioctl
cbb067f linux-user: drop redundant handling of environment variables
b99bc40 target/xtensa: linux-user: add call0 ABI support
1a8664a linux-user: Support gdb 'qOffsets' query for ELF
7f8f948 linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
4052a88 linux-user: Pass CPUState to MAX_RESERVED_VA
3a1629b linux-user: add memfd_create
996c437 linux-user: fail and report on bad dfilter specs
9faff0b linux-user: erroneous fd_trans_unregister call
e47f5cb linux-user: Add AT_HWCAP2 for aarch64-linux-user
e0544d7 linux-user: remove useless variable

=== OUTPUT BEGIN ===
1/15 Checking commit e0544d7201c2 (linux-user: remove useless variable)
2/15 Checking commit e47f5cb2b0fc (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
3/15 Checking commit 9faff0b27e74 (linux-user: erroneous fd_trans_unregister call)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 7 lines checked

Patch 3/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/15 Checking commit 996c43735dc8 (linux-user: fail and report on bad dfilter specs)
5/15 Checking commit 3a1629b293cc (linux-user: add memfd_create)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 42 lines checked

Patch 5/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/15 Checking commit 4052a88e8b4d (linux-user: Pass CPUState to MAX_RESERVED_VA)
7/15 Checking commit 7f8f948e9d16 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
8/15 Checking commit 1a8664a649c3 (linux-user: Support gdb 'qOffsets' query for ELF)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

9/15 Checking commit b99bc4091a52 (target/xtensa: linux-user: add call0 ABI support)
10/15 Checking commit cbb067f7c5eb (linux-user: drop redundant handling of environment variables)
11/15 Checking commit 33a5c6142076 (linux-user: Add support for RNDRESEEDCRNG ioctl)
12/15 Checking commit 697291d3b61b (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
13/15 Checking commit 4380f91f321f (linux-user: Add support for FDFLUSH ioctl)
14/15 Checking commit 32ce5a35b1b6 (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
15/15 Checking commit 96493c308d7f (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/



Hi,

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

Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Message-id: 20190910163600.19971-1-laurent@vivier.eu
Type: series

=== 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'
6ec4f67 linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
d6acd59 linux-user: Add support for FDMSGON and FDMSGOFF ioctls
44ec71c linux-user: Add support for FDFLUSH ioctl
9f65f86 linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
b973156 linux-user: Add support for RNDRESEEDCRNG ioctl
56be075 linux-user: drop redundant handling of environment variables
d723776 target/xtensa: linux-user: add call0 ABI support
a2e49e2 linux-user: Support gdb 'qOffsets' query for ELF
5343587 linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
9f5de9e linux-user: Pass CPUState to MAX_RESERVED_VA
adf3f8e linux-user: add memfd_create
756a7e6 linux-user: fail and report on bad dfilter specs
2893910 linux-user: erroneous fd_trans_unregister call
a8c8b20 linux-user: Add AT_HWCAP2 for aarch64-linux-user
3627f0e linux-user: remove useless variable

=== OUTPUT BEGIN ===
1/15 Checking commit 3627f0ecf29b (linux-user: remove useless variable)
2/15 Checking commit a8c8b20537b5 (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
3/15 Checking commit 2893910f04d2 (linux-user: erroneous fd_trans_unregister call)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 7 lines checked

Patch 3/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/15 Checking commit 756a7e6e9237 (linux-user: fail and report on bad dfilter specs)
5/15 Checking commit adf3f8ed20dc (linux-user: add memfd_create)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 42 lines checked

Patch 5/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/15 Checking commit 9f5de9e5c09e (linux-user: Pass CPUState to MAX_RESERVED_VA)
7/15 Checking commit 53435875ad22 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
8/15 Checking commit a2e49e267106 (linux-user: Support gdb 'qOffsets' query for ELF)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

9/15 Checking commit d723776e01c1 (target/xtensa: linux-user: add call0 ABI support)
10/15 Checking commit 56be075c4390 (linux-user: drop redundant handling of environment variables)
11/15 Checking commit b973156a6656 (linux-user: Add support for RNDRESEEDCRNG ioctl)
12/15 Checking commit 9f65f865da54 (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
13/15 Checking commit 44ec71c2b2a8 (linux-user: Add support for FDFLUSH ioctl)
14/15 Checking commit d6acd5981504 (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
15/15 Checking commit 6ec4f6714ac5 (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/



Hi,

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

Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Message-id: 20190910163600.19971-1-laurent@vivier.eu
Type: series

=== 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 ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
 - [tag update]      patchew/cover.1566603412.git.alistair.francis@wdc.com -> patchew/cover.1566603412.git.alistair.francis@wdc.com
 - [tag update]      patchew/cover.1568170994.git.maozhongyi@cmss.chinamobile.com -> patchew/cover.1568170994.git.maozhongyi@cmss.chinamobile.com
Switched to a new branch 'test'
be22b95 linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
1812166 linux-user: Add support for FDMSGON and FDMSGOFF ioctls
40884ed linux-user: Add support for FDFLUSH ioctl
d574b3a linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
e16b8dd linux-user: Add support for RNDRESEEDCRNG ioctl
922669d linux-user: drop redundant handling of environment variables
deb18db target/xtensa: linux-user: add call0 ABI support
a70df8a linux-user: Support gdb 'qOffsets' query for ELF
2ad3c68 linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
b4ab4ac linux-user: Pass CPUState to MAX_RESERVED_VA
a59d788 linux-user: add memfd_create
a689210 linux-user: fail and report on bad dfilter specs
a5018de linux-user: erroneous fd_trans_unregister call
d3dcf99 linux-user: Add AT_HWCAP2 for aarch64-linux-user
3378a43 linux-user: remove useless variable

=== OUTPUT BEGIN ===
1/15 Checking commit 3378a432a4fc (linux-user: remove useless variable)
2/15 Checking commit d3dcf9993f90 (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
3/15 Checking commit a5018de8c612 (linux-user: erroneous fd_trans_unregister call)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 7 lines checked

Patch 3/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/15 Checking commit a689210767d2 (linux-user: fail and report on bad dfilter specs)
5/15 Checking commit a59d78863227 (linux-user: add memfd_create)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 42 lines checked

Patch 5/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/15 Checking commit b4ab4acec65b (linux-user: Pass CPUState to MAX_RESERVED_VA)
7/15 Checking commit 2ad3c68003d3 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
8/15 Checking commit a70df8af8d3c (linux-user: Support gdb 'qOffsets' query for ELF)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

9/15 Checking commit deb18db43c2a (target/xtensa: linux-user: add call0 ABI support)
10/15 Checking commit 922669d1ad47 (linux-user: drop redundant handling of environment variables)
11/15 Checking commit e16b8ddf82eb (linux-user: Add support for RNDRESEEDCRNG ioctl)
12/15 Checking commit d574b3a3ed75 (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
13/15 Checking commit 40884edbc45d (linux-user: Add support for FDFLUSH ioctl)
14/15 Checking commit 18121669c965 (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
15/15 Checking commit be22b959d66f (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/



Hi,

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

Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Message-id: 20190910163600.19971-1-laurent@vivier.eu
Type: series

=== 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'
e7ef7ea linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
8104348 linux-user: Add support for FDMSGON and FDMSGOFF ioctls
b5ddae8 linux-user: Add support for FDFLUSH ioctl
d6d44ec linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
1e30bd0 linux-user: Add support for RNDRESEEDCRNG ioctl
1c04aa7 linux-user: drop redundant handling of environment variables
5ed12d4 target/xtensa: linux-user: add call0 ABI support
087a125 linux-user: Support gdb 'qOffsets' query for ELF
684b551 linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
6c1d7ef linux-user: Pass CPUState to MAX_RESERVED_VA
86fc581 linux-user: add memfd_create
3ee2b69 linux-user: fail and report on bad dfilter specs
feda861 linux-user: erroneous fd_trans_unregister call
9708e11 linux-user: Add AT_HWCAP2 for aarch64-linux-user
b6febe2 linux-user: remove useless variable

=== OUTPUT BEGIN ===
1/15 Checking commit b6febe238627 (linux-user: remove useless variable)
2/15 Checking commit 9708e117373c (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
3/15 Checking commit feda861cb9a1 (linux-user: erroneous fd_trans_unregister call)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 7 lines checked

Patch 3/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/15 Checking commit 3ee2b69a6940 (linux-user: fail and report on bad dfilter specs)
5/15 Checking commit 86fc5819df23 (linux-user: add memfd_create)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 42 lines checked

Patch 5/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/15 Checking commit 6c1d7ef37f6c (linux-user: Pass CPUState to MAX_RESERVED_VA)
7/15 Checking commit 684b55110074 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
8/15 Checking commit 087a125d8596 (linux-user: Support gdb 'qOffsets' query for ELF)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

9/15 Checking commit 5ed12d480a19 (target/xtensa: linux-user: add call0 ABI support)
10/15 Checking commit 1c04aa701dc5 (linux-user: drop redundant handling of environment variables)
11/15 Checking commit 1e30bd0b0221 (linux-user: Add support for RNDRESEEDCRNG ioctl)
12/15 Checking commit d6d44ec7d76c (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
13/15 Checking commit b5ddae8b1ec3 (linux-user: Add support for FDFLUSH ioctl)
14/15 Checking commit 810434810aaf (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
15/15 Checking commit e7ef7ea1bb3c (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/



Hi,

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

Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Message-id: 20190910163600.19971-1-laurent@vivier.eu
Type: series

=== 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'
b045a93 linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
037b2ce linux-user: Add support for FDMSGON and FDMSGOFF ioctls
bc4c5cd linux-user: Add support for FDFLUSH ioctl
a129a21 linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
0d2e1d7 linux-user: Add support for RNDRESEEDCRNG ioctl
6873572 linux-user: drop redundant handling of environment variables
f24942f target/xtensa: linux-user: add call0 ABI support
934cea7 linux-user: Support gdb 'qOffsets' query for ELF
87ae33e linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
ed7539d linux-user: Pass CPUState to MAX_RESERVED_VA
519eeb7 linux-user: add memfd_create
d175ec8 linux-user: fail and report on bad dfilter specs
d673f38 linux-user: erroneous fd_trans_unregister call
4df4572 linux-user: Add AT_HWCAP2 for aarch64-linux-user
282aa2f linux-user: remove useless variable

=== OUTPUT BEGIN ===
1/15 Checking commit 282aa2f8319b (linux-user: remove useless variable)
2/15 Checking commit 4df45721f773 (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
3/15 Checking commit d673f3839dad (linux-user: erroneous fd_trans_unregister call)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 7 lines checked

Patch 3/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/15 Checking commit d175ec868654 (linux-user: fail and report on bad dfilter specs)
5/15 Checking commit 519eeb7a49bb (linux-user: add memfd_create)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 42 lines checked

Patch 5/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/15 Checking commit ed7539d33853 (linux-user: Pass CPUState to MAX_RESERVED_VA)
7/15 Checking commit 87ae33ec3301 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
8/15 Checking commit 934cea790a17 (linux-user: Support gdb 'qOffsets' query for ELF)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

9/15 Checking commit f24942ffddc9 (target/xtensa: linux-user: add call0 ABI support)
10/15 Checking commit 6873572cbd64 (linux-user: drop redundant handling of environment variables)
11/15 Checking commit 0d2e1d799997 (linux-user: Add support for RNDRESEEDCRNG ioctl)
12/15 Checking commit a129a2148b76 (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
13/15 Checking commit bc4c5cdeda5a (linux-user: Add support for FDFLUSH ioctl)
14/15 Checking commit 037b2ce5112c (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
15/15 Checking commit b045a93caeef (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/



Hi,

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

Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Message-id: 20190910163600.19971-1-laurent@vivier.eu
Type: series

=== 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'
0c6c9e5 linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
ce3aecc linux-user: Add support for FDMSGON and FDMSGOFF ioctls
319e02f linux-user: Add support for FDFLUSH ioctl
8045de2 linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
118d115 linux-user: Add support for RNDRESEEDCRNG ioctl
82964b0 linux-user: drop redundant handling of environment variables
92f5fa9 target/xtensa: linux-user: add call0 ABI support
5104972 linux-user: Support gdb 'qOffsets' query for ELF
77a0cb8 linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
02a9b81 linux-user: Pass CPUState to MAX_RESERVED_VA
0202b63 linux-user: add memfd_create
400e2fc linux-user: fail and report on bad dfilter specs
0dca0e6 linux-user: erroneous fd_trans_unregister call
956504f linux-user: Add AT_HWCAP2 for aarch64-linux-user
597e409 linux-user: remove useless variable

=== OUTPUT BEGIN ===
1/15 Checking commit 597e40971702 (linux-user: remove useless variable)
2/15 Checking commit 956504f4a868 (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
3/15 Checking commit 0dca0e61ffd2 (linux-user: erroneous fd_trans_unregister call)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 7 lines checked

Patch 3/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

4/15 Checking commit 400e2fc8d4a6 (linux-user: fail and report on bad dfilter specs)
5/15 Checking commit 0202b6345153 (linux-user: add memfd_create)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 42 lines checked

Patch 5/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

6/15 Checking commit 02a9b81ed9b4 (linux-user: Pass CPUState to MAX_RESERVED_VA)
7/15 Checking commit 77a0cb85f843 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
8/15 Checking commit 5104972e7cc1 (linux-user: Support gdb 'qOffsets' query for ELF)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 8 lines checked

Patch 8/15 has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

9/15 Checking commit 92f5fa9f7033 (target/xtensa: linux-user: add call0 ABI support)
10/15 Checking commit 82964b06260c (linux-user: drop redundant handling of environment variables)
11/15 Checking commit 118d1152ad9f (linux-user: Add support for RNDRESEEDCRNG ioctl)
12/15 Checking commit 8045de2e8ca9 (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
13/15 Checking commit 319e02f144c9 (linux-user: Add support for FDFLUSH ioctl)
14/15 Checking commit ce3aeccc52df (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
15/15 Checking commit 0c6c9e504819 (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
=== OUTPUT END ===

Test command exited with code: 1


The full log is available at
http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
Posted by Laurent Vivier 4 years, 7 months ago
Hi,

I'm going to resend with fixed author email.

Thanks,
Laurent

Le 11/09/2019 à 06:36, no-reply@patchew.org a écrit :
> Patchew URL: https://patchew.org/QEMU/20190910163600.19971-1-laurent@vivier.eu/
> 
> 
> 
> Hi,
> 
> This series seems to have some coding style problems. See output below for
> more information:
> 
> Subject: [Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
> Message-id: 20190910163600.19971-1-laurent@vivier.eu
> Type: series
> 
> === 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'
> 0c6c9e5 linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
> ce3aecc linux-user: Add support for FDMSGON and FDMSGOFF ioctls
> 319e02f linux-user: Add support for FDFLUSH ioctl
> 8045de2 linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls
> 118d115 linux-user: Add support for RNDRESEEDCRNG ioctl
> 82964b0 linux-user: drop redundant handling of environment variables
> 92f5fa9 target/xtensa: linux-user: add call0 ABI support
> 5104972 linux-user: Support gdb 'qOffsets' query for ELF
> 77a0cb8 linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
> 02a9b81 linux-user: Pass CPUState to MAX_RESERVED_VA
> 0202b63 linux-user: add memfd_create
> 400e2fc linux-user: fail and report on bad dfilter specs
> 0dca0e6 linux-user: erroneous fd_trans_unregister call
> 956504f linux-user: Add AT_HWCAP2 for aarch64-linux-user
> 597e409 linux-user: remove useless variable
> 
> === OUTPUT BEGIN ===
> 1/15 Checking commit 597e40971702 (linux-user: remove useless variable)
> 2/15 Checking commit 956504f4a868 (linux-user: Add AT_HWCAP2 for aarch64-linux-user)
> 3/15 Checking commit 0dca0e61ffd2 (linux-user: erroneous fd_trans_unregister call)
> ERROR: Author email address is mangled by the mailing list
> #2: 
> Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>
> 
> total: 1 errors, 0 warnings, 7 lines checked
> 
> Patch 3/15 has style problems, please review.  If any of these errors
> are false positives report them to the maintainer, see
> CHECKPATCH in MAINTAINERS.
> 
> 4/15 Checking commit 400e2fc8d4a6 (linux-user: fail and report on bad dfilter specs)
> 5/15 Checking commit 0202b6345153 (linux-user: add memfd_create)
> ERROR: Author email address is mangled by the mailing list
> #2: 
> Author: Shu-Chun Weng via Qemu-devel <qemu-devel@nongnu.org>
> 
> total: 1 errors, 0 warnings, 42 lines checked
> 
> Patch 5/15 has style problems, please review.  If any of these errors
> are false positives report them to the maintainer, see
> CHECKPATCH in MAINTAINERS.
> 
> 6/15 Checking commit 02a9b81ed9b4 (linux-user: Pass CPUState to MAX_RESERVED_VA)
> 7/15 Checking commit 77a0cb85f843 (linux-user/arm: Adjust MAX_RESERVED_VA for M-profile)
> 8/15 Checking commit 5104972e7cc1 (linux-user: Support gdb 'qOffsets' query for ELF)
> ERROR: Author email address is mangled by the mailing list
> #2: 
> Author: Josh Kunz via Qemu-devel <qemu-devel@nongnu.org>
> 
> total: 1 errors, 0 warnings, 8 lines checked
> 
> Patch 8/15 has style problems, please review.  If any of these errors
> are false positives report them to the maintainer, see
> CHECKPATCH in MAINTAINERS.
> 
> 9/15 Checking commit 92f5fa9f7033 (target/xtensa: linux-user: add call0 ABI support)
> 10/15 Checking commit 82964b06260c (linux-user: drop redundant handling of environment variables)
> 11/15 Checking commit 118d1152ad9f (linux-user: Add support for RNDRESEEDCRNG ioctl)
> 12/15 Checking commit 8045de2e8ca9 (linux-user: Add support for FIOGETOWN and FIOSETOWN ioctls)
> 13/15 Checking commit 319e02f144c9 (linux-user: Add support for FDFLUSH ioctl)
> 14/15 Checking commit ce3aeccc52df (linux-user: Add support for FDMSGON and FDMSGOFF ioctls)
> 15/15 Checking commit 0c6c9e504819 (linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls)
> === OUTPUT END ===
> 
> Test command exited with code: 1
> 
> 
> The full log is available at
> http://patchew.org/logs/20190910163600.19971-1-laurent@vivier.eu/testing.checkpatch/?type=message.
> ---
> Email generated automatically by Patchew [https://patchew.org/].
> Please send your feedback to patchew-devel@redhat.com
>