Message ID | 20190410091858-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [PULL] virtio: fixes | expand |
The pull request you sent on Wed, 10 Apr 2019 09:18:58 -0400:
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ed79cc87302bf7fbc87f05d655b998f866b4fed8
Thank you!
The following changes since commit 15ade5d2e7775667cf191cf2f94327a4889f8b9d: Linux 5.1-rc4 (2019-04-07 14:09:59 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to cf94db21905333e610e479688add629397a4b384: virtio: Honour 'may_reduce_num' in vring_create_virtqueue (2019-04-08 17:05:52 -0400) ---------------------------------------------------------------- virtio: fixes, reviewers Several fixes, add more reviewers to the list Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Cornelia Huck (1): virtio: Honour 'may_reduce_num' in vring_create_virtqueue Longpeng (1): virtio_pci: fix a NULL pointer reference in vp_del_vqs Michael S. Tsirkin (1): MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi MAINTAINERS | 15 ++++++++++++++- drivers/virtio/virtio_pci_common.c | 8 +++++--- drivers/virtio/virtio_ring.c | 2 ++ include/linux/virtio_ring.h | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-)