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 |
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 >
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.
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
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 ;)
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 --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
I'm working on AF_VSOCK and virtio-vsock. Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)