All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] vhost-net fixes for issues in 2.6.34-rc1
@ 2010-03-18  9:53 ` Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2010-03-18  9:53 UTC (permalink / raw)
  To: David Miller
  Cc: rusty, kvm, virtualization, netdev, linux-kernel, samudrala,
	Jiri Slaby, Laurent Chavey, Juan Quintela, Unai Uribarri,
	Jeff Dike

David,
The following tree includes patches fixing issues with vhost-net in
2.6.34-rc1.  Please pull them for 2.6.34.
 
Thanks!

The following changes since commit a3d3203e4bb40f253b1541e310dc0f9305be7c84:

  Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 (2010-03-14 20:29:21 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost

Jeff Dike (1):
      vhost: fix error path in vhost_net_set_backend

Michael S. Tsirkin (2):
      vhost: fix interrupt mitigation with raw sockets
      vhost: fix error handling in vring ioctls

 drivers/vhost/net.c   |   10 ++++++----
 drivers/vhost/vhost.c |   18 ++++++++++++------
 2 files changed, 18 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] vhost-net fixes for issues in 2.6.34-rc1
@ 2010-03-18  9:53 ` Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2010-03-18  9:53 UTC (permalink / raw)
  To: David Miller
  Cc: samudrala, kvm, Juan Quintela, netdev, linux-kernel,
	Laurent Chavey, virtualization, Unai Uribarri, Jeff Dike,
	Jiri Slaby

David,
The following tree includes patches fixing issues with vhost-net in
2.6.34-rc1.  Please pull them for 2.6.34.
 
Thanks!

The following changes since commit a3d3203e4bb40f253b1541e310dc0f9305be7c84:

  Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 (2010-03-14 20:29:21 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost

Jeff Dike (1):
      vhost: fix error path in vhost_net_set_backend

Michael S. Tsirkin (2):
      vhost: fix interrupt mitigation with raw sockets
      vhost: fix error handling in vring ioctls

 drivers/vhost/net.c   |   10 ++++++----
 drivers/vhost/vhost.c |   18 ++++++++++++------
 2 files changed, 18 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] vhost-net fixes for issues in 2.6.34-rc1
  2010-03-18  9:53 ` Michael S. Tsirkin
  (?)
@ 2010-03-20 21:41 ` David Miller
  -1 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2010-03-20 21:41 UTC (permalink / raw)
  To: mst
  Cc: rusty, kvm, virtualization, netdev, linux-kernel, samudrala,
	jirislaby, chavey, quintela, unai.uribarri, jdike

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Thu, 18 Mar 2010 11:53:55 +0200

> The following tree includes patches fixing issues with vhost-net in
> 2.6.34-rc1.  Please pull them for 2.6.34.

Pulled, thanks a lot.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] vhost-net fix for 2.6.34-rc3
  2010-03-18  9:53 ` Michael S. Tsirkin
  (?)
  (?)
@ 2010-04-07 17:35 ` Michael S. Tsirkin
  2010-04-07 23:52   ` David Miller
  -1 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2010-04-07 17:35 UTC (permalink / raw)
  To: David Miller; +Cc: kvm, virtualization, netdev, linux-kernel, Jeff Dike

David,
The following tree includes a patch fixing an issue with vhost-net in
2.6.34-rc3.  Please pull for 2.6.34.
 
Thanks!

The following changes since commit 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6:

  Linux 2.6.34-rc3 (2010-03-30 09:24:39 -0700)

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

Jeff Dike (1):
      vhost-net: fix vq_memory_access_ok error checking

 drivers/vhost/vhost.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] vhost-net fix for 2.6.34-rc3
  2010-04-07 17:35 ` [GIT PULL] vhost-net fix for 2.6.34-rc3 Michael S. Tsirkin
@ 2010-04-07 23:52   ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2010-04-07 23:52 UTC (permalink / raw)
  To: mst; +Cc: kvm, virtualization, netdev, linux-kernel, jdike

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Wed, 7 Apr 2010 20:35:02 +0300

> David,
> The following tree includes a patch fixing an issue with vhost-net in
> 2.6.34-rc3.  Please pull for 2.6.34.

Pulled, thanks Michael.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-07 23:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-18  9:53 [GIT PULL] vhost-net fixes for issues in 2.6.34-rc1 Michael S. Tsirkin
2010-03-18  9:53 ` Michael S. Tsirkin
2010-03-20 21:41 ` David Miller
2010-04-07 17:35 ` [GIT PULL] vhost-net fix for 2.6.34-rc3 Michael S. Tsirkin
2010-04-07 23:52   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.