mbox

[PULL,0/3] xen queue 2021-05-10

Message ID 20210510125340.903323-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Anthony PERARD May 10, 2021, 12:53 p.m. UTC
The following changes since commit 4cc10cae64c51e17844dc4358481c393d7bf1ed4:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-05-06 18:56:17 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1898293990702c5601e225dac9afd2402fc46e2d:

  xen-block: Use specific blockdev driver (2021-05-10 13:43:58 +0100)

----------------------------------------------------------------
Xen patches

- Avoid mmap race involving Xen's mapcache
- Fix xenforeignmemory_resource leak at exit
- Fix xen-block to choose a driver for the disk image when created via
  xenstore.

----------------------------------------------------------------
Anthony PERARD (2):
      xen: Free xenforeignmemory_resource at exit
      xen-block: Use specific blockdev driver

Igor Druzhinin (1):
      xen-mapcache: avoid a race on memory map while using MAP_FIXED

 hw/block/xen-block.c        | 14 +++++++++++++-
 hw/i386/xen/xen-hvm.c       |  9 ++++++---
 hw/i386/xen/xen-mapcache.c  | 15 ++++++++++++++-
 include/hw/xen/xen_common.h |  6 ++++++
 4 files changed, 39 insertions(+), 5 deletions(-)

Comments

no-reply@patchew.org May 10, 2021, 1 p.m. UTC | #1
Patchew URL: https://patchew.org/QEMU/20210510125340.903323-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: 20210510125340.903323-1-anthony.perard@citrix.com
Subject: [PULL 0/3] xen queue 2021-05-10

=== 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/20210510125340.903323-1-anthony.perard@citrix.com -> patchew/20210510125340.903323-1-anthony.perard@citrix.com
Switched to a new branch 'test'
43f67fa xen-block: Use specific blockdev driver
bf6b992 xen: Free xenforeignmemory_resource at exit
173cc95 xen-mapcache: avoid a race on memory map while using MAP_FIXED

=== OUTPUT BEGIN ===
1/3 Checking commit 173cc95989e6 (xen-mapcache: avoid a race on memory map while using MAP_FIXED)
2/3 Checking commit bf6b9921af27 (xen: Free xenforeignmemory_resource at exit)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Anthony PERARD via <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 49 lines checked

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

3/3 Checking commit 43f67fa6266d (xen-block: Use specific blockdev driver)
ERROR: Author email address is mangled by the mailing list
#2: 
Author: Anthony PERARD via <qemu-devel@nongnu.org>

total: 1 errors, 0 warnings, 26 lines checked

Patch 3/3 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/20210510125340.903323-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
Peter Maydell May 12, 2021, 11:03 a.m. UTC | #2
On Mon, 10 May 2021 at 13:53, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit 4cc10cae64c51e17844dc4358481c393d7bf1ed4:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-05-06 18:56:17 +0100)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20210510
>
> for you to fetch changes up to 1898293990702c5601e225dac9afd2402fc46e2d:
>
>   xen-block: Use specific blockdev driver (2021-05-10 13:43:58 +0100)
>
> ----------------------------------------------------------------
> Xen patches
>
> - Avoid mmap race involving Xen's mapcache
> - Fix xenforeignmemory_resource leak at exit
> - Fix xen-block to choose a driver for the disk image when created via
>   xenstore.
>


Applied, thanks.

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

-- PMM