Re: [PATCH v9 17/19] drm/virtio: kconfig: Fix recursive dependency issue.

2016-09-27 Thread Bjorn Andersson
On Wed 21 Sep 05:09 PDT 2016, Emil Velikov wrote: > On 20 September 2016 at 09:32, Peter Griffin wrote: > > Hi Emil, > > > > On Tue, 20 Sep 2016, Emil Velikov wrote: > > > >> On 5 September 2016 at 14:16, Peter Griffin > >> wrote: > >> >

VIRTIO_F_IOMMU_PLATFORM

2016-09-27 Thread Will Deacon
Hi Michael, In commit 1a937693993f ("virtio: new feature to detect IOMMU device quirk"), you added a new feature bit (VIRTIO_F_IOMMU_PLATFORM) to describe whether or not a given virtio device requires physical address or bus addresses. Is there a plan to get this incorporated into the virtio

[PATCH] VSOCK: Don't dec ack backlog twice for rejected connections

2016-09-27 Thread Jorgen Hansen
If a pending socket is marked as rejected, we will decrease the sk_ack_backlog twice. So don't decrement it for rejected sockets in vsock_pending_work(). Testing of the rejected socket path was done through code modifications. Reported-by: Stefan Hajnoczi Signed-off-by: