mbox

[PULL] pci, virtio, net

Message ID 20110801142710.GA12858@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony

Message

Michael S. Tsirkin Aug. 1, 2011, 2:27 p.m. UTC
The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:

  SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony

Amit Shah (3):
      virtio-blk: Fix memleak on exit
      virtio-net: don't use vdev after virtio_cleanup
      virtio: Plug memleak by freeing vdev

Isaku Yamahata (1):
      pcie_host: verify mmcfg address range

Jan Kiszka (1):
      pci: Common overflow prevention

Markus Armbruster (2):
      Fix automatically assigned network names for netdev
      Fix netdev name lookup in -device, device_add, netdev_del

Michael S. Tsirkin (1):
      virtio-pci: use generic logic for command access

 hw/pci.c        |    6 ++----
 hw/pci_host.c   |   24 ++++++++++++++++++++----
 hw/pci_host.h   |    6 ++++++
 hw/pcie_host.c  |   32 ++++++++++++++++++++++++--------
 hw/virtio-blk.c |    1 +
 hw/virtio-net.c |    2 +-
 hw/virtio-pci.c |   18 +++++++++---------
 hw/virtio.c     |    1 +
 net.c           |   19 +++++++++++++++----
 9 files changed, 79 insertions(+), 30 deletions(-)

Comments

Markus Armbruster Aug. 3, 2011, 8:15 a.m. UTC | #1
"Michael S. Tsirkin" <mst@redhat.com> writes:

> The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
>
>   SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)
>
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony
>
> Amit Shah (3):
>       virtio-blk: Fix memleak on exit
>       virtio-net: don't use vdev after virtio_cleanup
>       virtio: Plug memleak by freeing vdev
>
> Isaku Yamahata (1):
>       pcie_host: verify mmcfg address range
>
> Jan Kiszka (1):
>       pci: Common overflow prevention
>
> Markus Armbruster (2):
>       Fix automatically assigned network names for netdev
>       Fix netdev name lookup in -device, device_add, netdev_del
>
> Michael S. Tsirkin (1):
>       virtio-pci: use generic logic for command access

Some of these (including mine) are obvious candidates for STABLE.
Perhaps even all of them.  Michael?
Michael S. Tsirkin Aug. 3, 2011, 8:19 a.m. UTC | #2
On Wed, Aug 03, 2011 at 10:15:03AM +0200, Markus Armbruster wrote:
> "Michael S. Tsirkin" <mst@redhat.com> writes:
> 
> > The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
> >
> >   SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)
> >
> > are available in the git repository at:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony
> >
> > Amit Shah (3):
> >       virtio-blk: Fix memleak on exit
> >       virtio-net: don't use vdev after virtio_cleanup
> >       virtio: Plug memleak by freeing vdev
> >
> > Isaku Yamahata (1):
> >       pcie_host: verify mmcfg address range
> >
> > Jan Kiszka (1):
> >       pci: Common overflow prevention
> >
> > Markus Armbruster (2):
> >       Fix automatically assigned network names for netdev
> >       Fix netdev name lookup in -device, device_add, netdev_del
> >
> > Michael S. Tsirkin (1):
> >       virtio-pci: use generic logic for command access
> 
> Some of these (including mine) are obvious candidates for STABLE.
> Perhaps even all of them.  Michael?

Amit's and your patches probably are. The pci changes probably aren't.
Anthony Liguori Aug. 4, 2011, 9:45 p.m. UTC | #3
On 08/03/2011 03:19 AM, Michael S. Tsirkin wrote:
> On Wed, Aug 03, 2011 at 10:15:03AM +0200, Markus Armbruster wrote:
>> "Michael S. Tsirkin"<mst@redhat.com>  writes:
>>
>>> The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
>>>
>>>    SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)
>>>
>>> are available in the git repository at:
>>>    git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony
>>>
>>> Amit Shah (3):
>>>        virtio-blk: Fix memleak on exit
>>>        virtio-net: don't use vdev after virtio_cleanup
>>>        virtio: Plug memleak by freeing vdev
>>>
>>> Isaku Yamahata (1):
>>>        pcie_host: verify mmcfg address range
>>>
>>> Jan Kiszka (1):
>>>        pci: Common overflow prevention
>>>
>>> Markus Armbruster (2):
>>>        Fix automatically assigned network names for netdev
>>>        Fix netdev name lookup in -device, device_add, netdev_del
>>>
>>> Michael S. Tsirkin (1):
>>>        virtio-pci: use generic logic for command access
>>
>> Some of these (including mine) are obvious candidates for STABLE.
>> Perhaps even all of them.  Michael?
>
> Amit's and your patches probably are. The pci changes probably aren't.

Michael,

Please send a pull request against the stable tree and CC Justin.

Regards,

Anthony Liguroi
Anthony Liguori Aug. 4, 2011, 10:44 p.m. UTC | #4
On 08/01/2011 09:27 AM, Michael S. Tsirkin wrote:
> The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06:
>
>    SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000)
>
> are available in the git repository at:
>    git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony


Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Amit Shah (3):
>        virtio-blk: Fix memleak on exit
>        virtio-net: don't use vdev after virtio_cleanup
>        virtio: Plug memleak by freeing vdev
>
> Isaku Yamahata (1):
>        pcie_host: verify mmcfg address range
>
> Jan Kiszka (1):
>        pci: Common overflow prevention
>
> Markus Armbruster (2):
>        Fix automatically assigned network names for netdev
>        Fix netdev name lookup in -device, device_add, netdev_del
>
> Michael S. Tsirkin (1):
>        virtio-pci: use generic logic for command access
>
>   hw/pci.c        |    6 ++----
>   hw/pci_host.c   |   24 ++++++++++++++++++++----
>   hw/pci_host.h   |    6 ++++++
>   hw/pcie_host.c  |   32 ++++++++++++++++++++++++--------
>   hw/virtio-blk.c |    1 +
>   hw/virtio-net.c |    2 +-
>   hw/virtio-pci.c |   18 +++++++++---------
>   hw/virtio.c     |    1 +
>   net.c           |   19 +++++++++++++++----
>   9 files changed, 79 insertions(+), 30 deletions(-)
>
>