diff mbox series

[v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock

Message ID 20240728183325.1295283-1-avkrasnov@salutedevices.com (mailing list archive)
State New, archived
Headers show
Series [v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock | expand

Commit Message

Arseniy Krasnov July 28, 2024, 6:33 p.m. UTC
I'm working on AF_VSOCK and virtio-vsock.

Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Garzarella July 29, 2024, 12:44 p.m. UTC | #1
On Sun, Jul 28, 2024 at 09:33:25PM GMT, Arseniy Krasnov wrote:
>I'm working on AF_VSOCK and virtio-vsock.

Yeah, thanks for the help!

>
>Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com>
>---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)

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

>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index c0a3d9e93689..2bf0987d87ed 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -24131,6 +24131,7 @@ F:	virt/lib/
> VIRTIO AND VHOST VSOCK DRIVER
> M:	Stefan Hajnoczi <stefanha@redhat.com>
> M:	Stefano Garzarella <sgarzare@redhat.com>
>+R:	Arseniy Krasnov <avkrasnov@salutedevices.com>
> L:	kvm@vger.kernel.org
> L:	virtualization@lists.linux.dev
> L:	netdev@vger.kernel.org
>@@ -24370,6 +24371,7 @@ F:	drivers/media/test-drivers/vivid/*
>
> VM SOCKETS (AF_VSOCK)
> M:	Stefano Garzarella <sgarzare@redhat.com>
>+R:	Arseniy Krasnov <avkrasnov@salutedevices.com>
> L:	virtualization@lists.linux.dev
> L:	netdev@vger.kernel.org
> S:	Maintained
>-- 
>2.35.0
>
Jakub Kicinski July 30, 2024, 3:47 p.m. UTC | #2
On Sun, 28 Jul 2024 21:33:25 +0300 Arseniy Krasnov wrote:
> I'm working on AF_VSOCK and virtio-vsock.

If you want to review the code perhaps you can use lore+lei
and filter on the paths?

Adding people to MAINTAINERS is somewhat fraught.
Arseniy Krasnov July 30, 2024, 4:40 p.m. UTC | #3
On 30.07.2024 18:47, Jakub Kicinski wrote:
> On Sun, 28 Jul 2024 21:33:25 +0300 Arseniy Krasnov wrote:
>> I'm working on AF_VSOCK and virtio-vsock.
> 
> If you want to review the code perhaps you can use lore+lei
> and filter on the paths?
> 
> Adding people to MAINTAINERS is somewhat fraught.

Ah ok, got it.

Thanks, Arseniy
Michael S. Tsirkin July 30, 2024, 9:54 p.m. UTC | #4
On Tue, Jul 30, 2024 at 08:47:07AM -0700, Jakub Kicinski wrote:
> On Sun, 28 Jul 2024 21:33:25 +0300 Arseniy Krasnov wrote:
> > I'm working on AF_VSOCK and virtio-vsock.
> 
> If you want to review the code perhaps you can use lore+lei
> and filter on the paths?
> 
> Adding people to MAINTAINERS is somewhat fraught.

Arseniy's not a newbie in vsock, but yes, I'd like to first
see some reviews before we make this formal ;)
Arseniy Krasnov July 31, 2024, 5:05 a.m. UTC | #5
On 31.07.2024 00:54, Michael S. Tsirkin wrote:
> On Tue, Jul 30, 2024 at 08:47:07AM -0700, Jakub Kicinski wrote:
>> On Sun, 28 Jul 2024 21:33:25 +0300 Arseniy Krasnov wrote:
>>> I'm working on AF_VSOCK and virtio-vsock.
>>
>> If you want to review the code perhaps you can use lore+lei
>> and filter on the paths?
>>
>> Adding people to MAINTAINERS is somewhat fraught.
> 
> Arseniy's not a newbie in vsock, but yes, I'd like to first
> see some reviews before we make this formal ;)

Ok, thanks :)

>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c0a3d9e93689..2bf0987d87ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24131,6 +24131,7 @@  F:	virt/lib/
 VIRTIO AND VHOST VSOCK DRIVER
 M:	Stefan Hajnoczi <stefanha@redhat.com>
 M:	Stefano Garzarella <sgarzare@redhat.com>
+R:	Arseniy Krasnov <avkrasnov@salutedevices.com>
 L:	kvm@vger.kernel.org
 L:	virtualization@lists.linux.dev
 L:	netdev@vger.kernel.org
@@ -24370,6 +24371,7 @@  F:	drivers/media/test-drivers/vivid/*
 
 VM SOCKETS (AF_VSOCK)
 M:	Stefano Garzarella <sgarzare@redhat.com>
+R:	Arseniy Krasnov <avkrasnov@salutedevices.com>
 L:	virtualization@lists.linux.dev
 L:	netdev@vger.kernel.org
 S:	Maintained