From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PULL] vhost: cleanups and fixes Date: Mon, 28 Oct 2019 04:29:00 -0400 Message-ID: <20191028042900-mutt-send-email-mst@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Linus Torvalds Cc: kvm@vger.kernel.org, mst@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, virtualization@lists.linux-foundation.org, yong.liu@intel.com List-Id: virtualization@lists.linuxfoundation.org The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241: Linux 5.4-rc4 (2019-10-20 15:56:22 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to b3683dee840274e9997d958b9d82e5de95950f0b: vringh: fix copy direction of vringh_iov_push_kern() (2019-10-28 04:25:04 -0400) ---------------------------------------------------------------- virtio: fixes Some minor fixes Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Jason Wang (1): vringh: fix copy direction of vringh_iov_push_kern() Marvin Liu (1): virtio_ring: fix stalls for packed rings Stefano Garzarella (1): vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt' drivers/vhost/vringh.c | 8 +++++++- drivers/virtio/virtio_ring.c | 7 +++---- include/linux/virtio_vsock.h | 1 - 3 files changed, 10 insertions(+), 6 deletions(-)