[PULL 0/1] xen queue 2021-03-23

Anthony PERARD via posted 1 patch 3 years, 1 month ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210323120439.563855-1-anthony.perard@citrix.com
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Kevin Wolf <kwolf@redhat.com>, Paul Durrant <paul@xen.org>, Max Reitz <mreitz@redhat.com>
hw/block/xen-block.c | 9 +++++++++
1 file changed, 9 insertions(+)
[PULL 0/1] xen queue 2021-03-23
Posted by Anthony PERARD via 3 years, 1 month ago
The following changes since commit 5ca634afcf83215a9a54ca6e66032325b5ffb5f6:

  Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210322' into staging (2021-03-22 18:50:25 +0000)

are available in the Git repository at:

  https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20210323

for you to fetch changes up to b807ca3fa0ca29ec015adcf4045e716337cd3635:

  xen-block: Fix removal of backend instance via xenstore (2021-03-23 11:18:20 +0000)

----------------------------------------------------------------
Xen patch

- Fix Xen backend block detach via xenstore.

----------------------------------------------------------------
Anthony PERARD (1):
      xen-block: Fix removal of backend instance via xenstore

 hw/block/xen-block.c | 9 +++++++++
 1 file changed, 9 insertions(+)

Re: [PULL 0/1] xen queue 2021-03-23
Posted by Peter Maydell 3 years, 1 month ago
On Tue, 23 Mar 2021 at 12:04, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit 5ca634afcf83215a9a54ca6e66032325b5ffb5f6:
>
>   Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210322' into staging (2021-03-22 18:50:25 +0000)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20210323
>
> for you to fetch changes up to b807ca3fa0ca29ec015adcf4045e716337cd3635:
>
>   xen-block: Fix removal of backend instance via xenstore (2021-03-23 11:18:20 +0000)
>
> ----------------------------------------------------------------
> Xen patch
>
> - Fix Xen backend block detach via xenstore.
>
> ----------------------------------------------------------------
> Anthony PERARD (1):
>       xen-block: Fix removal of backend instance via xenstore


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM

Re: [PULL 0/1] xen queue 2021-03-23
Posted by no-reply@patchew.org 3 years, 1 month ago
Patchew URL: https://patchew.org/QEMU/20210323120439.563855-1-anthony.perard@citrix.com/



Hi,

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

Type: series
Message-id: 20210323120439.563855-1-anthony.perard@citrix.com
Subject: [PULL 0/1] xen queue 2021-03-23

=== 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/20210323120439.563855-1-anthony.perard@citrix.com -> patchew/20210323120439.563855-1-anthony.perard@citrix.com
Switched to a new branch 'test'
9752a37 xen-block: Fix removal of backend instance via xenstore

=== OUTPUT BEGIN ===
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Anthony PERARD via <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 15 lines checked

Commit 9752a379e990 (xen-block: Fix removal of backend instance via xenstore) 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/20210323120439.563855-1-anthony.perard@citrix.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PULL 0/1] xen queue 2021-03-23
Posted by Anthony PERARD via 3 years, 1 month ago
On Tue, Mar 23, 2021 at 05:09:45AM -0700, no-reply@patchew.org wrote:
> ERROR: Author email address is mangled by the mailing list
> #2: 
> Author: Anthony PERARD via <qemu-devel@nongnu.org>

The actual commit in the pull request is fine.

I didn't work around the email issue when sending pull request, but I've
worked around it when sending patch series.

Cheers,

-- 
Anthony PERARD