From patchwork Thu May 7 14:01:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Hildenbrand X-Patchwork-Id: 11533871 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 67CA581 for ; Thu, 7 May 2020 14:02:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F63F2082E for ; Thu, 7 May 2020 14:02:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Pls1SqfZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726774AbgEGOCX (ORCPT ); Thu, 7 May 2020 10:02:23 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:31637 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725947AbgEGOCX (ORCPT ); Thu, 7 May 2020 10:02:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588860142; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bZbBw7pXrLEF6sMrGYbjSbEl9LiCTQZ70w4P7ewpeMA=; b=Pls1SqfZaBSO+HODDTIPG3YFWhGXeyiAS0qlXVakaSan+Cc7dP3G4s9nNmNVzCTkqQoWH6 kPUsHIY+nJDctAQLySGmxw8P0KfOlF1Nz0uexHNvsBuUBe8g7JS7rabvKGSgfQVn9aj8mo aZD906JpyzDS07Bqujqe0re8JjRd814= 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-262-FujlqWNdOwiAyUi_dGs_dg-1; Thu, 07 May 2020 10:02:15 -0400 X-MC-Unique: FujlqWNdOwiAyUi_dGs_dg-1 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 D0FD9835B52; Thu, 7 May 2020 14:02:13 +0000 (UTC) Received: from t480s.redhat.com (ovpn-113-245.ams2.redhat.com [10.36.113.245]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0024661100; Thu, 7 May 2020 14:02:11 +0000 (UTC) From: David Hildenbrand To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, virtio-dev@lists.oasis-open.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, Michal Hocko , Andrew Morton , "Michael S . Tsirkin" , David Hildenbrand Subject: [PATCH v4 02/15] MAINTAINERS: Add myself as virtio-mem maintainer Date: Thu, 7 May 2020 16:01:26 +0200 Message-Id: <20200507140139.17083-3-david@redhat.com> In-Reply-To: <20200507140139.17083-1-david@redhat.com> References: <20200507140139.17083-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Let's make sure patches/bug reports find the right person. Cc: "Michael S. Tsirkin" Signed-off-by: David Hildenbrand --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2926327e4976..014bbf5897c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17972,6 +17972,13 @@ S: Maintained F: drivers/iommu/virtio-iommu.c F: include/uapi/linux/virtio_iommu.h +VIRTIO MEM DRIVER +M: David Hildenbrand +L: virtualization@lists.linux-foundation.org +S: Maintained +F: drivers/virtio/virtio_mem.c +F: include/uapi/linux/virtio_mem.h + VIRTUAL BOX GUEST DEVICE DRIVER M: Hans de Goede M: Arnd Bergmann