mbox

[PULL,0/5] Block patches for 1.1

Message ID 1338385036-9460-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git for-anthony

Message

Kevin Wolf May 30, 2012, 1:37 p.m. UTC
The following changes since commit e78bd5ab07d65fec77fcae468b2836c79a836d49:

  xhci: add usage info to docs (2012-05-30 10:28:44 +0800)

are available in the git repository at:
  git://repo.or.cz/qemu/kevin.git for-anthony

Christian Borntraeger (1):
      virtio-blk: Fix geometry sector calculation

Daniel Verkamp (1):
      ahci: SATA FIS is 20 bytes, not 0x20

Jim Meyering (1):
      block: prevent snapshot mode $TMPDIR symlink attack

MORITA Kazutaka (1):
      sheepdog: fix return value of do_load_save_vm_state

Stefan Weil (1):
      virtio: Fix compiler warning for non Linux hosts

 block.c          |   37 ++++++++++++++++++++++++-------------
 block/sheepdog.c |   10 +++++-----
 block/vvfat.c    |    7 ++++++-
 block_int.h      |    2 +-
 hw/ide/ahci.c    |    4 ++--
 hw/virtio-blk.c  |   21 +++++++++++++++++++--
 6 files changed, 57 insertions(+), 24 deletions(-)

Comments

Anthony Liguori May 31, 2012, 12:52 a.m. UTC | #1
On 05/30/2012 09:37 PM, Kevin Wolf wrote:
> The following changes since commit e78bd5ab07d65fec77fcae468b2836c79a836d49:
>
>    xhci: add usage info to docs (2012-05-30 10:28:44 +0800)
>
> are available in the git repository at:
>    git://repo.or.cz/qemu/kevin.git for-anthony
>
> Christian Borntraeger (1):
>        virtio-blk: Fix geometry sector calculation
>
> Daniel Verkamp (1):
>        ahci: SATA FIS is 20 bytes, not 0x20
>
> Jim Meyering (1):
>        block: prevent snapshot mode $TMPDIR symlink attack
>
> MORITA Kazutaka (1):
>        sheepdog: fix return value of do_load_save_vm_state
>
> Stefan Weil (1):
>        virtio: Fix compiler warning for non Linux hosts

I've already applied Jim's patch.

I'm in the final testing for the 1.1 release so I'd rather delay this pull 
request for the stable branch.  Are any of these fixes critical enough to 
warrant putting it in after 1.1.0-rc4 before 1.1 releases?  I'm pretty sure 
there's nothing critical here.

Regards,

Anthony Liguori

>
>   block.c          |   37 ++++++++++++++++++++++++-------------
>   block/sheepdog.c |   10 +++++-----
>   block/vvfat.c    |    7 ++++++-
>   block_int.h      |    2 +-
>   hw/ide/ahci.c    |    4 ++--
>   hw/virtio-blk.c  |   21 +++++++++++++++++++--
>   6 files changed, 57 insertions(+), 24 deletions(-)
>
>
Kevin Wolf May 31, 2012, 7:36 a.m. UTC | #2
Am 31.05.2012 02:52, schrieb Anthony Liguori:
> On 05/30/2012 09:37 PM, Kevin Wolf wrote:
>> The following changes since commit e78bd5ab07d65fec77fcae468b2836c79a836d49:
>>
>>    xhci: add usage info to docs (2012-05-30 10:28:44 +0800)
>>
>> are available in the git repository at:
>>    git://repo.or.cz/qemu/kevin.git for-anthony
>>
>> Christian Borntraeger (1):
>>        virtio-blk: Fix geometry sector calculation
>>
>> Daniel Verkamp (1):
>>        ahci: SATA FIS is 20 bytes, not 0x20
>>
>> Jim Meyering (1):
>>        block: prevent snapshot mode $TMPDIR symlink attack
>>
>> MORITA Kazutaka (1):
>>        sheepdog: fix return value of do_load_save_vm_state
>>
>> Stefan Weil (1):
>>        virtio: Fix compiler warning for non Linux hosts
> 
> I've already applied Jim's patch.
> 
> I'm in the final testing for the 1.1 release so I'd rather delay this pull 
> request for the stable branch.  Are any of these fixes critical enough to 
> warrant putting it in after 1.1.0-rc4 before 1.1 releases?  I'm pretty sure 
> there's nothing critical here.

No, probably not. I just saw that you still asked for a respin of a 1.1
patch yesterday, so I just sent it out in case you're not done with rc4 yet.

Kevin
Anthony Liguori June 4, 2012, 5:46 a.m. UTC | #3
On 05/30/2012 09:37 PM, Kevin Wolf wrote:
> The following changes since commit e78bd5ab07d65fec77fcae468b2836c79a836d49:
>
>    xhci: add usage info to docs (2012-05-30 10:28:44 +0800)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>    git://repo.or.cz/qemu/kevin.git for-anthony
>
> Christian Borntraeger (1):
>        virtio-blk: Fix geometry sector calculation
>
> Daniel Verkamp (1):
>        ahci: SATA FIS is 20 bytes, not 0x20
>
> Jim Meyering (1):
>        block: prevent snapshot mode $TMPDIR symlink attack
>
> MORITA Kazutaka (1):
>        sheepdog: fix return value of do_load_save_vm_state
>
> Stefan Weil (1):
>        virtio: Fix compiler warning for non Linux hosts
>
>   block.c          |   37 ++++++++++++++++++++++++-------------
>   block/sheepdog.c |   10 +++++-----
>   block/vvfat.c    |    7 ++++++-
>   block_int.h      |    2 +-
>   hw/ide/ahci.c    |    4 ++--
>   hw/virtio-blk.c  |   21 +++++++++++++++++++--
>   6 files changed, 57 insertions(+), 24 deletions(-)
>
>