Re: virtio pull for 4.5 (was Re: [PULL] virtio: barrier rework+fixes)
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2016-01-19 01:01:30
Also in:
kvm, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2016-01-19 01:01:30
Also in:
kvm, lkml
On Mon, Jan 18, 2016 at 5:21 AM, Michael S. Tsirkin [off-list ref] wrote:
Hi Linus, Just making sure nothing's wrong with this pull request. If there's an issue, pls let me know!
It was just pulled because I wasn't 100% sure I wanted the extra
indirection. Oh well, pulled now.
One question:
- the arch/sh/ part of the pacth looks dubious. Why does it do that
#define smp_store_mb(var, value) __smp_store_mb(var, value)
despite the commit log saying it's done by asm-generic?
I haven't pushed out yet, my allmodconfig sanity-check build is still going..
Linus