All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] vhost-net/virtio: fixes for 3.4
@ 2012-03-20 14:50 Michael S. Tsirkin
  2012-03-22  8:27 ` Michael S. Tsirkin
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2012-03-20 14:50 UTC (permalink / raw)
  To: David Miller
  Cc: kvm, virtualization, netdev, linux-kernel, levinsasha928, mst, nyh, nyh

The following changes since commit 5ffca28a4ac7abb8a254fafe6bd03b2f83667df7:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs (2012-02-27 07:59:33 -0800)

are available in the git repository at:

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

  (ssh url as git.kernel.org seems down at the moment, when it comes up
   git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_davem
   should be the equivalent).

for you to fetch changes up to ea5d404655ba3b356d0c06d6a3c4f24112124522:

  vhost: fix release path lockdep checks (2012-02-28 09:13:22 +0200)

----------------------------------------------------------------
vhost/virtio: fixes for 3.4

This includes a couple of vhost-net bugfixes,
and fixes tools/virtio making it useful again.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Michael S. Tsirkin (4):
      tools/virtio: add linux/module.h stub
      tools/virtio: add linux/hrtimer.h stub
      tools/virtio: stub out strong barriers
      vhost: fix release path lockdep checks

Nadav Har'El (1):
      vhost: don't forget to schedule()

 drivers/vhost/net.c         |    2 +-
 drivers/vhost/vhost.c       |   11 +++++++----
 drivers/vhost/vhost.h       |    2 +-
 tools/virtio/linux/virtio.h |    3 +++
 4 files changed, 12 insertions(+), 6 deletions(-)
 create mode 100644 tools/virtio/linux/hrtimer.h
 create mode 100644 tools/virtio/linux/module.h

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

* Re: [PULL] vhost-net/virtio: fixes for 3.4
  2012-03-20 14:50 [PULL] vhost-net/virtio: fixes for 3.4 Michael S. Tsirkin
@ 2012-03-22  8:27 ` Michael S. Tsirkin
  2012-03-22  8:57   ` David Miller
  2012-03-22 20:56   ` David Miller
  0 siblings, 2 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2012-03-22  8:27 UTC (permalink / raw)
  To: David Miller
  Cc: kvm, virtualization, netdev, linux-kernel, levinsasha928, nyh, nyh

On Tue, Mar 20, 2012 at 04:50:41PM +0200, Michael S. Tsirkin wrote:
> The following changes since commit 5ffca28a4ac7abb8a254fafe6bd03b2f83667df7:
> 
>   Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs (2012-02-27 07:59:33 -0800)
> 
> are available in the git repository at:
> 
>   ra.kernel.org:/pub/scm/linux/kernel/git/mst/vhost.git for_davem
> 
>   (ssh url as git.kernel.org seems down at the moment, when it comes up
>    git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_davem
>    should be the equivalent).
> 
> for you to fetch changes up to ea5d404655ba3b356d0c06d6a3c4f24112124522:
> 
>   vhost: fix release path lockdep checks (2012-02-28 09:13:22 +0200)
> 
> ----------------------------------------------------------------
> vhost/virtio: fixes for 3.4
> 
> This includes a couple of vhost-net bugfixes,
> and fixes tools/virtio making it useful again.
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> ----------------------------------------------------------------

Dave, just checking - not sure I made it clear that this pull request
is intended to go in through your tree.
If you see any issues pls let me know so I can fix them.
Thanks!

> Michael S. Tsirkin (4):
>       tools/virtio: add linux/module.h stub
>       tools/virtio: add linux/hrtimer.h stub
>       tools/virtio: stub out strong barriers
>       vhost: fix release path lockdep checks
> 
> Nadav Har'El (1):
>       vhost: don't forget to schedule()
> 
>  drivers/vhost/net.c         |    2 +-
>  drivers/vhost/vhost.c       |   11 +++++++----
>  drivers/vhost/vhost.h       |    2 +-
>  tools/virtio/linux/virtio.h |    3 +++
>  4 files changed, 12 insertions(+), 6 deletions(-)
>  create mode 100644 tools/virtio/linux/hrtimer.h
>  create mode 100644 tools/virtio/linux/module.h

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

* Re: [PULL] vhost-net/virtio: fixes for 3.4
  2012-03-22  8:27 ` Michael S. Tsirkin
@ 2012-03-22  8:57   ` David Miller
  2012-03-22 20:56   ` David Miller
  1 sibling, 0 replies; 6+ messages in thread
From: David Miller @ 2012-03-22  8:57 UTC (permalink / raw)
  To: mst; +Cc: kvm, virtualization, netdev, linux-kernel, levinsasha928, nyh, nyh

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Thu, 22 Mar 2012 10:27:19 +0200

> Dave, just checking - not sure I made it clear that this pull request
> is intended to go in through your tree.
> If you see any issues pls let me know so I can fix them.

I missed it, sorry.

For some reason patchwork didn't pick it up, because if it did
then it wouldn't have mattered that I lost it in my huge inbox.
Oh well :-/

But I've got it now, thanks.  I'll work on it tomorrow.

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

* Re: [PULL] vhost-net/virtio: fixes for 3.4
  2012-03-22  8:27 ` Michael S. Tsirkin
  2012-03-22  8:57   ` David Miller
@ 2012-03-22 20:56   ` David Miller
  2012-03-22 22:12     ` Michael S. Tsirkin
  1 sibling, 1 reply; 6+ messages in thread
From: David Miller @ 2012-03-22 20:56 UTC (permalink / raw)
  To: mst; +Cc: kvm, virtualization, netdev, linux-kernel, levinsasha928, nyh, nyh

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Thu, 22 Mar 2012 10:27:19 +0200

> On Tue, Mar 20, 2012 at 04:50:41PM +0200, Michael S. Tsirkin wrote:
>> The following changes since commit 5ffca28a4ac7abb8a254fafe6bd03b2f83667df7:
>> 
>>   Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs (2012-02-27 07:59:33 -0800)
>> 
>> are available in the git repository at:
>> 
>>   ra.kernel.org:/pub/scm/linux/kernel/git/mst/vhost.git for_davem
>> 
>>   (ssh url as git.kernel.org seems down at the moment, when it comes up
>>    git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_davem
>>    should be the equivalent).

Neither of these URL's work for me:

[davem@drr net]$ git pull git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_davem
fatal: Couldn't find remote ref for_davem
[davem@drr net]$ git pull ra.kernel.org:/pub/scm/linux/kernel/git/mst/vhost.git for_davem
Enter passphrase for key '/home/davem/.ssh/davem': 
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
[davem@drr net]$ 

If you're sending me signed pull requests that thus require a newer
version of GIT, please don't.

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

* Re: [PULL] vhost-net/virtio: fixes for 3.4
  2012-03-22 20:56   ` David Miller
@ 2012-03-22 22:12     ` Michael S. Tsirkin
  2012-03-22 23:34       ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2012-03-22 22:12 UTC (permalink / raw)
  To: David Miller
  Cc: kvm, virtualization, netdev, linux-kernel, levinsasha928, nyh, nyh

On Thu, Mar 22, 2012 at 04:56:49PM -0400, David Miller wrote:
> From: "Michael S. Tsirkin" <mst@redhat.com>
> Date: Thu, 22 Mar 2012 10:27:19 +0200
> 
> > On Tue, Mar 20, 2012 at 04:50:41PM +0200, Michael S. Tsirkin wrote:
> >> The following changes since commit 5ffca28a4ac7abb8a254fafe6bd03b2f83667df7:
> >> 
> >>   Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs (2012-02-27 07:59:33 -0800)
> >> 
> >> are available in the git repository at:
> >> 
> >>   ra.kernel.org:/pub/scm/linux/kernel/git/mst/vhost.git for_davem
> >> 
> >>   (ssh url as git.kernel.org seems down at the moment, when it comes up
> >>    git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_davem
> >>    should be the equivalent).
> 
> Neither of these URL's work for me:
> 
> [davem@drr net]$ git pull git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_davem
> fatal: Couldn't find remote ref for_davem
> [davem@drr net]$ git pull ra.kernel.org:/pub/scm/linux/kernel/git/mst/vhost.git for_davem
> Enter passphrase for key '/home/davem/.ssh/davem': 
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> [davem@drr net]$ 
> 
> If you're sending me signed pull requests that thus require a newer
> version of GIT, please don't.

OK, sorry about that. Can't fix right now as I'm not at
the box that has the key but this works for me with an old git:

/usr/bin/git fetch git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git refs/tags/for_davem

You just don't get the signature checked.

-- 
MST

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

* Re: [PULL] vhost-net/virtio: fixes for 3.4
  2012-03-22 22:12     ` Michael S. Tsirkin
@ 2012-03-22 23:34       ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-03-22 23:34 UTC (permalink / raw)
  To: mst; +Cc: kvm, virtualization, netdev, linux-kernel, levinsasha928, nyh, nyh

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Fri, 23 Mar 2012 00:12:28 +0200

> OK, sorry about that. Can't fix right now as I'm not at
> the box that has the key but this works for me with an old git:

Please fix it up so I can pull properly.

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

end of thread, other threads:[~2012-03-22 23:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-20 14:50 [PULL] vhost-net/virtio: fixes for 3.4 Michael S. Tsirkin
2012-03-22  8:27 ` Michael S. Tsirkin
2012-03-22  8:57   ` David Miller
2012-03-22 20:56   ` David Miller
2012-03-22 22:12     ` Michael S. Tsirkin
2012-03-22 23:34       ` 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.