From patchwork Fri Nov 22 10:20:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Garzarella X-Patchwork-Id: 11257641 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4039314E5 for ; Fri, 22 Nov 2019 10:20:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1537C20714 for ; Fri, 22 Nov 2019 10:20:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="KhutcIna" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726686AbfKVKUW (ORCPT ); Fri, 22 Nov 2019 05:20:22 -0500 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:45009 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726563AbfKVKUW (ORCPT ); Fri, 22 Nov 2019 05:20:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574418021; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ZWq3HtktWgJiFGS3sKMs6SJfF4IhV0hkiIXQfhIWWkw=; b=KhutcInaH7dmI/lV2e0z7N/2yNtL5/z+xeTaFWToJp5oRO4zuY14BaY20VaejQq8XVZnUO dR5yBQD2QeefkWWszxI+sMtt20epUNdtJUqqAsSOsQ4nYn1r5PMofWwW9anbtGp3di45d/ PET5aQ2hC3Phj8TCLgkJ035AxVeWCUM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-206-t6X-cLIQOaisNykJdAq6Fw-1; Fri, 22 Nov 2019 05:20:19 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 93475107ACC4; Fri, 22 Nov 2019 10:20:18 +0000 (UTC) Received: from steredhat.redhat.com (ovpn-117-116.ams2.redhat.com [10.36.117.116]) by smtp.corp.redhat.com (Postfix) with ESMTP id A10014145; Fri, 22 Nov 2019 10:20:11 +0000 (UTC) From: Stefano Garzarella To: davem@davemloft.net Cc: Stefan Hajnoczi , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, kvm@vger.kernel.org, "Michael S . Tsirkin" , virtualization@lists.linux-foundation.org Subject: [PATCH] MAINTAINERS: Add myself as maintainer of virtio-vsock Date: Fri, 22 Nov 2019 11:20:10 +0100 Message-Id: <20191122102010.14346-1-sgarzare@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: t6X-cLIQOaisNykJdAq6Fw-1 X-Mimecast-Spam-Score: 0 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Since I'm actively working on vsock and virtio/vhost transports, Stefan suggested to help him to maintain it. Signed-off-by: Stefano Garzarella --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 993d4e1d4974..077c4ba438cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17212,6 +17212,7 @@ F: virt/lib/ VIRTIO AND VHOST VSOCK DRIVER M: Stefan Hajnoczi +M: Stefano Garzarella L: kvm@vger.kernel.org L: virtualization@lists.linux-foundation.org L: netdev@vger.kernel.org