diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-13 19:44:36 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-13 19:44:36 +0200 |
commit | d6f04f26e25242898959b1758432e4076fabc0c0 (patch) | |
tree | ca59ff33bdfd2a02feae3a255d1fc45302f54a9b /MAINTAINERS | |
parent | Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... (diff) | |
parent | vdpa/ifcvf: add reviewer (diff) | |
download | linux-d6f04f26e25242898959b1758432e4076fabc0c0.tar.xz linux-d6f04f26e25242898959b1758432e4076fabc0c0.zip |
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Pull virtio fixes from Michael Tsirkin:
- Fix a regression in virtio pci on power
- Add a reviewer for ifcvf
* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
vdpa/ifcvf: add reviewer
virtio_pci: use irq to detect interrupt support
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3b327b60f20d..37eb9a3e964c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21739,6 +21739,10 @@ F: include/linux/virtio*.h F: include/uapi/linux/virtio_*.h F: tools/virtio/ +IFCVF VIRTIO DATA PATH ACCELERATOR +R: Zhu Lingshan <lingshan.zhu@intel.com> +F: drivers/vdpa/ifcvf/ + VIRTIO BALLOON M: "Michael S. Tsirkin" <mst@redhat.com> M: David Hildenbrand <david@redhat.com> |