lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 28 Jan 2016 00:15:39 +0200
From:	"Michael S. Tsirkin" <mst@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	KVM list <kvm@...r.kernel.org>,
	virtualization <virtualization@...ts.linux-foundation.org>,
	Network Development <netdev@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	jmarchan@...hat.com, Kamal Mostafa <kamal@...onical.com>,
	Sasha Levin <sasha.levin@...cle.com>
Subject: Re: [PULL] virtio: fixes, tests

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@...hat.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ