Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1319595

Re: [PULL] virtio: fixes, tests

From Linus Torvalds <torvalds@linux-foundation.org>
Newsgroups linux.kernel
Subject Re: [PULL] virtio: fixes, tests
Date 2016-01-27 21:00 +0100
Message-ID <qVEq1-aK-87@gated-at.bofh.it> (permalink)
References <qVDNg-8kN-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jan 27, 2016 at 11:12 AM, Michael S. Tsirkin <mst@redhat.com> wrote:
>
>  arch/sh/include/asm/barrier.h            |   1 -
>  tools/virtio/asm/barrier.h               |  22 +-
>  tools/virtio/linux/compiler.h            |   9 +
>  tools/virtio/linux/kernel.h              |   1 +
>  tools/virtio/ringtest/main.h             | 119 ++++++++++
>  drivers/virtio/virtio_pci_common.c       |   2 +
>  tools/virtio/ringtest/main.c             | 366 +++++++++++++++++++++++++++++++
>  tools/virtio/ringtest/ring.c             | 272 +++++++++++++++++++++++
>  tools/virtio/ringtest/virtio_ring_0_9.c  | 316 ++++++++++++++++++++++++++
>  tools/virtio/ringtest/virtio_ring_poll.c |   2 +
>  tools/virtio/ringtest/Makefile           |  22 ++
>  tools/virtio/ringtest/README             |   2 +
>  tools/virtio/ringtest/run-on-all.sh      |  24 ++
>  13 files changed, 1148 insertions(+), 10 deletions(-)

How the heck did you generate that diffstat? The names should be
ordered, and are for me.

Anyway, pulled. Just curious about how that thing happened.

             Linus

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PULL] virtio: fixes, tests "Michael S. Tsirkin" <mst@redhat.com> - 2016-01-27 20:20 +0100
  Re: [PULL] virtio: fixes, tests Linus Torvalds <torvalds@linux-foundation.org> - 2016-01-27 21:00 +0100
    Re: [PULL] virtio: fixes, tests "Michael S. Tsirkin" <mst@redhat.com> - 2016-01-27 23:20 +0100
      Re: [PULL] virtio: fixes, tests Linus Torvalds <torvalds@linux-foundation.org> - 2016-01-28 00:00 +0100
        Re: [PULL] virtio: fixes, tests Junio C Hamano <gitster@pobox.com> - 2016-01-28 07:30 +0100

csiph-web