aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-02 17:43:17 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-02 17:43:17 -0400
commit64056a94256e7a476de67fbe581dfe5515c56288 (patch)
treec7600775771bcacc42df0e17f540c9f9c9edc798 /MAINTAINERS
parent7474043eff6f7c20141b2f49f774d0aab6542220 (diff)
parentfc4324b4597c4eb8907207e82f9a6acec84dd335 (diff)
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Pull virtio updates from Rusty Russell: "Nothing exciting: virtio-blk users might see a bit of a boost from the doubling of the default queue length though" * tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: virtio-blk: base queue-depth on virtqueue ringsize or module param Revert a02bbb1ccfe8: MAINTAINERS: add virtio-dev ML for virtio virtio: fail adding buffer on broken queues. virtio-rng: don't crash if virtqueue is broken. virtio_balloon: don't crash if virtqueue is broken. virtio_blk: don't crash, report error if virtqueue is broken. virtio_net: don't crash if virtqueue is broken. virtio_balloon: don't softlockup on huge balloon changes. virtio: Use pci_enable_msix_exact() instead of pci_enable_msix() MAINTAINERS: virtio-dev is subscribers only tools/virtio: add a missing ) tools/virtio: fix missing kmemleak_ignore symbol tools/virtio: update internal copies of headers
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS3
1 files changed, 0 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e2ed69f1c430..ee175ff17256 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9432,7 +9432,6 @@ F: include/media/videobuf2-*
9432 9432
9433VIRTIO CONSOLE DRIVER 9433VIRTIO CONSOLE DRIVER
9434M: Amit Shah <amit.shah@redhat.com> 9434M: Amit Shah <amit.shah@redhat.com>
9435L: virtio-dev@lists.oasis-open.org
9436L: virtualization@lists.linux-foundation.org 9435L: virtualization@lists.linux-foundation.org
9437S: Maintained 9436S: Maintained
9438F: drivers/char/virtio_console.c 9437F: drivers/char/virtio_console.c
@@ -9442,7 +9441,6 @@ F: include/uapi/linux/virtio_console.h
9442VIRTIO CORE, NET AND BLOCK DRIVERS 9441VIRTIO CORE, NET AND BLOCK DRIVERS
9443M: Rusty Russell <rusty@rustcorp.com.au> 9442M: Rusty Russell <rusty@rustcorp.com.au>
9444M: "Michael S. Tsirkin" <mst@redhat.com> 9443M: "Michael S. Tsirkin" <mst@redhat.com>
9445L: virtio-dev@lists.oasis-open.org
9446L: virtualization@lists.linux-foundation.org 9444L: virtualization@lists.linux-foundation.org
9447S: Maintained 9445S: Maintained
9448F: drivers/virtio/ 9446F: drivers/virtio/
@@ -9455,7 +9453,6 @@ F: include/uapi/linux/virtio_*.h
9455VIRTIO HOST (VHOST) 9453VIRTIO HOST (VHOST)
9456M: "Michael S. Tsirkin" <mst@redhat.com> 9454M: "Michael S. Tsirkin" <mst@redhat.com>
9457L: kvm@vger.kernel.org 9455L: kvm@vger.kernel.org
9458L: virtio-dev@lists.oasis-open.org
9459L: virtualization@lists.linux-foundation.org 9456L: virtualization@lists.linux-foundation.org
9460L: netdev@vger.kernel.org 9457L: netdev@vger.kernel.org
9461S: Maintained 9458S: Maintained