forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/mst/vhost Pull virtio fixes from Michael Tsirkin: "Several fixes, add more reviewers to the list" * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost: virtio: Honour 'may_reduce_num' in vring_create_virtqueue MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi virtio_pci: fix a NULL pointer reference in vp_del_vqs
- Loading branch information
Showing
4 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16509,7 +16509,7 @@ F: drivers/char/virtio_console.c | |
F: include/linux/virtio_console.h | ||
F: include/uapi/linux/virtio_console.h | ||
|
||
VIRTIO CORE, NET AND BLOCK DRIVERS | ||
VIRTIO CORE AND NET DRIVERS | ||
M: "Michael S. Tsirkin" <[email protected]> | ||
M: Jason Wang <[email protected]> | ||
L: [email protected] | ||
|
@@ -16524,6 +16524,19 @@ F: include/uapi/linux/virtio_*.h | |
F: drivers/crypto/virtio/ | ||
F: mm/balloon_compaction.c | ||
|
||
VIRTIO BLOCK AND SCSI DRIVERS | ||
M: "Michael S. Tsirkin" <[email protected]> | ||
M: Jason Wang <[email protected]> | ||
R: Paolo Bonzini <[email protected]> | ||
R: Stefan Hajnoczi <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/block/virtio_blk.c | ||
F: drivers/scsi/virtio_scsi.c | ||
F: include/uapi/linux/virtio_blk.h | ||
F: include/uapi/linux/virtio_scsi.h | ||
F: drivers/vhost/scsi.c | ||
|
||
VIRTIO CRYPTO DRIVER | ||
M: Gonglei <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters