Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost

Pull vhost fix from Michael Tsirkin:
"A single fix for a regression in vhost"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
vhost: initialize vq->nheads properly

+1
+1
drivers/vhost/vhost.c
··· 615 615 vq->log = NULL; 616 616 vq->indirect = NULL; 617 617 vq->heads = NULL; 618 + vq->nheads = NULL; 618 619 vq->dev = dev; 619 620 mutex_init(&vq->mutex); 620 621 vhost_vq_reset(dev, vq);