[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl s
From: |
no-reply |
Subject: |
Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support |
Date: |
Wed, 13 Mar 2019 10:12:18 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: address@hidden
Subject: [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support
=== 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
* [new tag] patchew/address@hidden -> patchew/address@hidden
Switched to a new branch 'test'
ba6e0b49ef s390-bios: Support booting from real dasd device
d8f0f6a831 s390-bios: Add channel command codes/structs needed for dasd-ipl
77d4a6c854 s390-bios: Use control unit type to determine boot method
abd580c4e8 s390-bios: Refactor virtio to run channel programs via cio
f4aa2655fe s390-bios: cio error handling
f6e6c855fb s390-bios: Support for running format-0/1 channel programs
d19e0f1fcc s390-bios: ptr2u32 and u32toptr
a2d3802471 s390-bios: Map low core memory
6ff41ded4c s390-bios: Decouple channel i/o logic from virtio
77c9a181ce s390-bios: Clean up cio.h
0529825e5d s390-bios: Factor finding boot device out of virtio code path
01ac92151c s390-bios: Extend find_dev() for non-virtio devices
fff49d16e3 s390-bios: decouple common boot logic from virtio
63915cf62c s390-bios: decouple cio setup from virtio
1728c02667 s390 vfio-ccw: Add bootindex property and IPLB data
=== OUTPUT BEGIN ===
1/15 Checking commit 1728c0266789 (s390 vfio-ccw: Add bootindex property and
IPLB data)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#221:
new file mode 100644
total: 0 errors, 1 warnings, 199 lines checked
Patch 1/15 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
2/15 Checking commit 63915cf62c3a (s390-bios: decouple cio setup from virtio)
3/15 Checking commit fff49d16e3ba (s390-bios: decouple common boot logic from
virtio)
ERROR: externs should be avoided in .c files
#31: FILE: pc-bios/s390-ccw/main.c:19:
+IplParameterBlock iplb __attribute__((__aligned__(PAGE_SIZE)));
total: 1 errors, 0 warnings, 65 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 01ac92151c72 (s390-bios: Extend find_dev() for non-virtio
devices)
5/15 Checking commit 0529825e5d28 (s390-bios: Factor finding boot device out of
virtio code path)
6/15 Checking commit 77c9a181ce7b (s390-bios: Clean up cio.h)
7/15 Checking commit 6ff41ded4c02 (s390-bios: Decouple channel i/o logic from
virtio)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#29:
new file mode 100644
total: 0 errors, 1 warnings, 123 lines checked
Patch 7/15 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
8/15 Checking commit a2d3802471bd (s390-bios: Map low core memory)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#36:
new file mode 100644
total: 0 errors, 1 warnings, 104 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 d19e0f1fccd6 (s390-bios: ptr2u32 and u32toptr)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#17:
new file mode 100644
total: 0 errors, 1 warnings, 31 lines checked
Patch 9/15 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
10/15 Checking commit f6e6c855fbf7 (s390-bios: Support for running format-0/1
channel programs)
ERROR: trailing whitespace
#138: FILE: pc-bios/s390-ccw/cio.c:145:
+ * active (generating i/o interrupts). $
total: 1 errors, 0 warnings, 375 lines checked
Patch 10/15 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
11/15 Checking commit f4aa2655fef0 (s390-bios: cio error handling)
12/15 Checking commit abd580c4e82f (s390-bios: Refactor virtio to run channel
programs via cio)
WARNING: line over 80 characters
#104: FILE: pc-bios/s390-ccw/virtio.c:298:
+ run_ccw(vdev, CCW_CMD_READ_VQ_CONF, &config, sizeof(config),
false) == 0,
WARNING: line over 80 characters
#117: FILE: pc-bios/s390-ccw/virtio.c:308:
+ run_ccw(vdev, CCW_CMD_WRITE_STATUS, &status, sizeof(status), false) ==
0,
total: 0 errors, 2 warnings, 115 lines checked
Patch 12/15 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
13/15 Checking commit 77d4a6c854b8 (s390-bios: Use control unit type to
determine boot method)
14/15 Checking commit d8f0f6a83136 (s390-bios: Add channel command
codes/structs needed for dasd-ipl)
15/15 Checking commit ba6e0b49ef25 (s390-bios: Support booting from real dasd
device)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#26:
new file mode 100644
total: 0 errors, 1 warnings, 447 lines checked
Patch 15/15 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/address@hidden/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden
- [qemu-s390x] [PATCH v5 12/15] s390-bios: Refactor virtio to run channel programs via cio, (continued)
- [qemu-s390x] [PATCH v5 12/15] s390-bios: Refactor virtio to run channel programs via cio, Jason J. Herne, 2019/03/13
- [qemu-s390x] [PATCH v5 09/15] s390-bios: ptr2u32 and u32toptr, Jason J. Herne, 2019/03/13
- [qemu-s390x] [PATCH v5 05/15] s390-bios: Factor finding boot device out of virtio code path, Jason J. Herne, 2019/03/13
- [qemu-s390x] [PATCH v5 03/15] s390-bios: decouple common boot logic from virtio, Jason J. Herne, 2019/03/13
- [qemu-s390x] [PATCH v5 06/15] s390-bios: Clean up cio.h, Jason J. Herne, 2019/03/13
- [qemu-s390x] [PATCH v5 04/15] s390-bios: Extend find_dev() for non-virtio devices, Jason J. Herne, 2019/03/13
- [qemu-s390x] [PATCH v5 01/15] s390 vfio-ccw: Add bootindex property and IPLB data, Jason J. Herne, 2019/03/13
- [qemu-s390x] [PATCH v5 02/15] s390-bios: decouple cio setup from virtio, Jason J. Herne, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support,
no-reply <=
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/15] s390: vfio-ccw dasd ipl support, no-reply, 2019/03/13