netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: jmarchan@redhat.com, KVM list <kvm@vger.kernel.org>,
	Network Development <netdev@vger.kernel.org>,
	Kamal Mostafa <kamal@canonical.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	virtualization <virtualization@lists.linux-foundation.org>,
	Sasha Levin <sasha.levin@oracle.com>
Subject: Re: [PULL] virtio: fixes, tests
Date: Thu, 28 Jan 2016 00:15:39 +0200	[thread overview]
Message-ID: <20160128001448-mutt-send-email-mst@redhat.com> (raw)
In-Reply-To: <CA+55aFzypP2SDdX7y8MpZGKhmLJot=UT4i328CYBcNQsP2VU+Q@mail.gmail.com>

On Wed, Jan 27, 2016 at 11:57:52AM -0800, Linus Torvalds wrote:
> 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

That's because apparently diffstat obeys orderfile rules:

[diff]
        renames = true
        orderfile = "/home/mst/.gitorderfile"

$ cat .gitorderfile 
configure
Makefile*
*.json
*.h
*.c

  reply	other threads:[~2016-01-27 22:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 19:12 [PULL] virtio: fixes, tests Michael S. Tsirkin
2016-01-27 19:57 ` Linus Torvalds
2016-01-27 22:15   ` Michael S. Tsirkin [this message]
2016-01-27 22:57     ` Linus Torvalds
2016-01-28  6:26       ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160128001448-mutt-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=jmarchan@redhat.com \
    --cc=kamal@canonical.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sasha.levin@oracle.com \
    --cc=torvalds@linux-foundation.org \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).