From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [GIT PULL] vhost: fixes Date: Mon, 4 May 2020 08:15:40 -0400 Message-ID: <20200504081540-mutt-send-email-mst@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, justin.he@arm.com, ldigby@redhat.com, mst@redhat.com, n.b@live.com, stefanha@redhat.com List-Id: virtualization@lists.linuxfoundation.org The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c: Linux 5.7-rc3 (2020-04-26 13:51:02 -0700) 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 0b841030625cde5f784dd62aec72d6a766faae70: vhost: vsock: kick send_pkt worker once device is started (2020-05-02 10:28:21 -0400) ---------------------------------------------------------------- virtio: fixes A couple of bug fixes. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Jia He (1): vhost: vsock: kick send_pkt worker once device is started Stefan Hajnoczi (1): virtio-blk: handle block_device_operations callbacks after hot unplug drivers/block/virtio_blk.c | 86 +++++++++++++++++++++++++++++++++++++++++----- drivers/vhost/vsock.c | 5 +++ 2 files changed, 83 insertions(+), 8 deletions(-)