[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/5] Obey NBD spec regarding block size bounds on reply
From: |
no-reply |
Subject: |
Re: [PATCH 0/5] Obey NBD spec regarding block size bounds on reply |
Date: |
Thu, 18 Feb 2021 12:33:48 -0800 (PST) |
Patchew URL: 20210218201528.127099-1-eblake@redhat.com/">https://patchew.org/QEMU/20210218201528.127099-1-eblake@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20210218201528.127099-1-eblake@redhat.com
Subject: [PATCH 0/5] Obey NBD spec regarding block size bounds on reply
=== 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/20210218201528.127099-1-eblake@redhat.com ->
patchew/20210218201528.127099-1-eblake@redhat.com
Switched to a new branch 'test'
7be641f do not apply: Revert "nbd-client: Work around server BLOCK_STATUS
misalignment at EOF"
93caf2c nbd/server: Avoid unaligned dirty-bitmap status
f9b0b64 nbd/server: Avoid unaligned read/block_status from backing
c990e1b block: Fix BDRV_BLOCK_RAW status to honor alignment
247619c iotests: Update 241 to expose backing layer fragmentation
=== OUTPUT BEGIN ===
1/5 Checking commit 247619cd55cb (iotests: Update 241 to expose backing layer
fragmentation)
2/5 Checking commit c990e1bc847b (block: Fix BDRV_BLOCK_RAW status to honor
alignment)
3/5 Checking commit f9b0b646002f (nbd/server: Avoid unaligned read/block_status
from backing)
4/5 Checking commit 93caf2c5d549 (nbd/server: Avoid unaligned dirty-bitmap
status)
5/5 Checking commit 7be641fea748 (do not apply: Revert "nbd-client: Work around
server BLOCK_STATUS misalignment at EOF")
ERROR: Missing Signed-off-by: line(s)
total: 1 errors, 0 warnings, 41 lines checked
Patch 5/5 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
20210218201528.127099-1-eblake@redhat.com/testing.checkpatch/?type=message">http://patchew.org/logs/20210218201528.127099-1-eblake@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- [PATCH 0/5] Obey NBD spec regarding block size bounds on reply, Eric Blake, 2021/02/18
- [PATCH 1/5] iotests: Update 241 to expose backing layer fragmentation, Eric Blake, 2021/02/18
- [PATCH 2/5] block: Fix BDRV_BLOCK_RAW status to honor alignment, Eric Blake, 2021/02/18
- [PATCH 5/5] do not apply: Revert "nbd-client: Work around server BLOCK_STATUS misalignment at EOF", Eric Blake, 2021/02/18
- [PATCH 4/5] nbd/server: Avoid unaligned dirty-bitmap status, Eric Blake, 2021/02/18
- [PATCH 3/5] nbd/server: Avoid unaligned read/block_status from backing, Eric Blake, 2021/02/18
- Re: [PATCH 0/5] Obey NBD spec regarding block size bounds on reply,
no-reply <=