[PATCH v2] virtio: add Eugenio Pérez as Maintainer

Eugenio Pérez posted 1 patch 3 weeks, 1 day ago
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH v2] virtio: add Eugenio Pérez as Maintainer
Posted by Eugenio Pérez 3 weeks, 1 day ago
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
---
v2: Reorder entries so M entries are ordered before than R.
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a19da74d00c..a7edb2709960 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28876,8 +28876,8 @@ F:	include/uapi/linux/virtio_console.h
 VIRTIO CORE
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 M:	Jason Wang <jasowangio@gmail.com>
+M:	Eugenio Pérez <eperezma@redhat.com>
 R:	Xuan Zhuo <xuanzhuo@linux.alibaba.com>
-R:	Eugenio Pérez <eperezma@redhat.com>
 L:	virtualization@lists.linux.dev
 S:	Maintained
 F:	Documentation/ABI/testing/sysfs-bus-vdpa
@@ -28954,7 +28954,7 @@ F:	include/uapi/linux/virtio_gpu.h
 VIRTIO HOST (VHOST)
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 M:	Jason Wang <jasowangio@gmail.com>
-R:	Eugenio Pérez <eperezma@redhat.com>
+M:	Eugenio Pérez <eperezma@redhat.com>
 L:	kvm@vger.kernel.org
 L:	virtualization@lists.linux.dev
 L:	netdev@vger.kernel.org
@@ -29009,8 +29009,8 @@ F:	include/uapi/linux/virtio_mem.h
 VIRTIO NET DRIVER
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 M:	Jason Wang <jasowangio@gmail.com>
+M:	Eugenio Pérez <eperezma@redhat.com>
 R:	Xuan Zhuo <xuanzhuo@linux.alibaba.com>
-R:	Eugenio Pérez <eperezma@redhat.com>
 L:	netdev@vger.kernel.org
 L:	virtualization@lists.linux.dev
 S:	Maintained
-- 
2.55.0

Re: [PATCH v2] virtio: add Eugenio Pérez as Maintainer
Posted by Stefano Garzarella 3 weeks, 1 day ago
On Thu, Sep 03, 2026 at 10:18:31AM +0200, Eugenio Pérez wrote:
>Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
>---
>v2: Reorder entries so M entries are ordered before than R.
>---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>