diff options
author | David Hildenbrand <[email protected]> | 2020-03-10 12:54:11 +0100 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2020-06-02 02:45:13 -0400 |
commit | 5c1bd89b45d4c82316833a8d7ed36720ab89ee3d (patch) | |
tree | 281e2f8a0eced1cee0378f84dfcbdf9644baf416 | |
parent | 213e77213867e4edbdb342c37ea822feedf4608f (diff) |
MAINTAINERS: Add myself as virtio-balloon co-maintainer
As suggested by Michael, let's add me as co-maintainer of virtio-balloon.
While at it, also add "include/linux/balloon_compaction.h" to the file
list.
Cc: Michael S. Tsirkin <[email protected]>
Cc: Jason Wang <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michael S. Tsirkin <[email protected]>
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 50659d76976b..b5106b7d6d0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17909,9 +17909,18 @@ F: drivers/virtio/ F: include/linux/vdpa.h F: include/linux/virtio*.h F: include/uapi/linux/virtio_*.h -F: mm/balloon_compaction.c F: tools/virtio/ +VIRTIO BALLOON +M: "Michael S. Tsirkin" <[email protected]> +M: David Hildenbrand <[email protected]> +S: Maintained +F: drivers/virtio/virtio_balloon.c +F: include/uapi/linux/virtio_balloon.h +F: include/linux/balloon_compaction.h +F: mm/balloon_compaction.c + VIRTIO CRYPTO DRIVER M: Gonglei <[email protected]> |