* [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
@ 2024-07-28 18:33 Arseniy Krasnov
2024-07-29 12:44 ` Stefano Garzarella
2024-07-30 15:47 ` Jakub Kicinski
0 siblings, 2 replies; 6+ messages in thread
From: Arseniy Krasnov @ 2024-07-28 18:33 UTC (permalink / raw)
To: Stefan Hajnoczi, Stefano Garzarella, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Michael S. Tsirkin
Cc: kvm, virtualization, netdev, linux-kernel, kernel, oxffffaa,
avkrasnov
I'm working on AF_VSOCK and virtio-vsock.
Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
2024-07-28 18:33 [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock Arseniy Krasnov
@ 2024-07-29 12:44 ` Stefano Garzarella
2024-07-30 15:47 ` Jakub Kicinski
1 sibling, 0 replies; 6+ messages in thread
From: Stefano Garzarella @ 2024-07-29 12:44 UTC (permalink / raw)
To: Arseniy Krasnov
Cc: Stefan Hajnoczi, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Michael S. Tsirkin, kvm, virtualization, netdev,
linux-kernel, kernel, oxffffaa
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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
2024-07-28 18:33 [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock Arseniy Krasnov
2024-07-29 12:44 ` Stefano Garzarella
@ 2024-07-30 15:47 ` Jakub Kicinski
2024-07-30 16:40 ` Arseniy Krasnov
2024-07-30 21:54 ` Michael S. Tsirkin
1 sibling, 2 replies; 6+ messages in thread
From: Jakub Kicinski @ 2024-07-30 15:47 UTC (permalink / raw)
To: Arseniy Krasnov
Cc: Stefan Hajnoczi, Stefano Garzarella, David S. Miller,
Eric Dumazet, Paolo Abeni, Michael S. Tsirkin, kvm,
virtualization, netdev, linux-kernel, kernel, oxffffaa
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
2024-07-30 15:47 ` Jakub Kicinski
@ 2024-07-30 16:40 ` Arseniy Krasnov
2024-07-30 21:54 ` Michael S. Tsirkin
1 sibling, 0 replies; 6+ messages in thread
From: Arseniy Krasnov @ 2024-07-30 16:40 UTC (permalink / raw)
To: Jakub Kicinski
Cc: Stefan Hajnoczi, Stefano Garzarella, David S. Miller,
Eric Dumazet, Paolo Abeni, Michael S. Tsirkin, kvm,
virtualization, netdev, linux-kernel, kernel, oxffffaa
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
2024-07-30 15:47 ` Jakub Kicinski
2024-07-30 16:40 ` Arseniy Krasnov
@ 2024-07-30 21:54 ` Michael S. Tsirkin
2024-07-31 5:05 ` Arseniy Krasnov
1 sibling, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2024-07-30 21:54 UTC (permalink / raw)
To: Jakub Kicinski
Cc: Arseniy Krasnov, Stefan Hajnoczi, Stefano Garzarella,
David S. Miller, Eric Dumazet, Paolo Abeni, kvm, virtualization,
netdev, linux-kernel, kernel, oxffffaa
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 ;)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
2024-07-30 21:54 ` Michael S. Tsirkin
@ 2024-07-31 5:05 ` Arseniy Krasnov
0 siblings, 0 replies; 6+ messages in thread
From: Arseniy Krasnov @ 2024-07-31 5:05 UTC (permalink / raw)
To: Michael S. Tsirkin, Jakub Kicinski
Cc: Stefan Hajnoczi, Stefano Garzarella, David S. Miller,
Eric Dumazet, Paolo Abeni, kvm, virtualization, netdev,
linux-kernel, kernel, oxffffaa
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 :)
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-31 5:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-28 18:33 [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock Arseniy Krasnov
2024-07-29 12:44 ` Stefano Garzarella
2024-07-30 15:47 ` Jakub Kicinski
2024-07-30 16:40 ` Arseniy Krasnov
2024-07-30 21:54 ` Michael S. Tsirkin
2024-07-31 5:05 ` Arseniy Krasnov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).