mbox series

[0/4] assorted gcc 10/fedora32 compile warning fixes

Message ID 20200930155859.303148-1-borntraeger@de.ibm.com
Headers show
Series assorted gcc 10/fedora32 compile warning fixes | expand

Message

Christian Borntraeger Sept. 30, 2020, 3:58 p.m. UTC
I might be wrong and some of these warnings could be correct, so some
review from the subject matter experts would be good.

Christian Borntraeger (4):
  vmdk: fix maybe uninitialized warnings
  nbd: silence maybe-uninitialized warnings
  qemu-io-cmds: avoid gcc 10 warning
  virtiofsd: avoid false positive compiler warning

 block/vmdk.c                     | 8 ++++----
 nbd/server.c                     | 2 +-
 qemu-io-cmds.c                   | 4 +++-
 tools/virtiofsd/passthrough_ll.c | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

Comments

no-reply@patchew.org Sept. 30, 2020, 6:12 p.m. UTC | #1
Patchew URL: https://patchew.org/QEMU/20200930155859.303148-1-borntraeger@de.ibm.com/



Hi,

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

Type: series
Message-id: 20200930155859.303148-1-borntraeger@de.ibm.com
Subject: [PATCH 0/4] assorted gcc 10/fedora32 compile warning fixes

=== 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/20200930043150.1454766-1-jsnow@redhat.com -> patchew/20200930043150.1454766-1-jsnow@redhat.com
 - [tag update]      patchew/20200930095321.2006-1-zhaolichang@huawei.com -> patchew/20200930095321.2006-1-zhaolichang@huawei.com
 - [tag update]      patchew/20200930151616.3588165-1-mkysel@tachyum.com -> patchew/20200930151616.3588165-1-mkysel@tachyum.com
 - [tag update]      patchew/20200930155859.303148-1-borntraeger@de.ibm.com -> patchew/20200930155859.303148-1-borntraeger@de.ibm.com
 * [new tag]         patchew/20200930164949.1425294-1-philmd@redhat.com -> patchew/20200930164949.1425294-1-philmd@redhat.com
fatal: failed to write ref-pack file
fatal: The remote end hung up unexpectedly
Traceback (most recent call last):
  File "patchew-tester/src/patchew-cli", line 521, in test_one
    git_clone_repo(clone, r["repo"], r["head"], logf, True)
  File "patchew-tester/src/patchew-cli", line 53, in git_clone_repo
    subprocess.check_call(clone_cmd, stderr=logf, stdout=logf)
  File "/opt/rh/rh-python36/root/usr/lib64/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'clone', '-q', '/home/patchew/.cache/patchew-git-cache/httpsgithubcompatchewprojectqemu-3c8cf5a9c21ff8782164d1def7f44bd888713384', '/var/tmp/patchew-tester-tmp-529h9bha/src']' returned non-zero exit status 128.



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