From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1gZG5t-0002vL-7v for mharc-qemu-trivial@gnu.org; Tue, 18 Dec 2018 09:11:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZG5n-0002q8-EL for qemu-trivial@nongnu.org; Tue, 18 Dec 2018 09:11:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZG5m-0003MV-AO for qemu-trivial@nongnu.org; Tue, 18 Dec 2018 09:11:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35182) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZG5V-0003Fi-BT; Tue, 18 Dec 2018 09:11:09 -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 mx1.redhat.com (Postfix) with ESMTPS id 224933D961; Tue, 18 Dec 2018 12:51:46 +0000 (UTC) Received: from gondolin (ovpn-117-145.ams2.redhat.com [10.36.117.145]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5AC3B60C5C; Tue, 18 Dec 2018 12:51:34 +0000 (UTC) Date: Tue, 18 Dec 2018 13:51:31 +0100 From: Cornelia Huck To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Paolo Bonzini , Mark Cave-Ayland , Thomas Huth , Eduardo Habkost , Richard Henderson , Markus Armbruster , Helge Deller , Artyom Tarasenko , Alex Williamson , Luc Michel , "Daniel P . Berrange" , "Michael S . Tsirkin" Message-ID: <20181218135131.3f5cd35a.cohuck@redhat.com> In-Reply-To: <20181218115615.1499-9-philmd@redhat.com> References: <20181218115615.1499-1-philmd@redhat.com> <20181218115615.1499-9-philmd@redhat.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 18 Dec 2018 12:51:46 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-trivial] [PATCH v2 08/12] MAINTAINERS: Add maintainers to the Linux subsystem X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 14:11:32 -0000 On Tue, 18 Dec 2018 12:56:11 +0100 Philippe Mathieu-Daud=C3=A9 wrote: > Add Michael, Cornelia and Paolo as maintainers of the Linux subsystem. >=20 > Remove the qemu-devel@nongnu.org entry because the list is always > selected by the 'All patches CC here' section. >=20 > Suggested-by: Paolo Bonzini > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index f0fb2c74d7..5f39fa4b80 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -420,9 +420,10 @@ Hosts: > ------ > =20 > LINUX > -L: qemu-devel@nongnu.org > +M: Michael S. Tsirkin > +M: Cornelia Huck > +M: Paolo Bonzini > S: Maintained > -F: linux-* > F: linux-headers/ > =20 > POSIX As this now basically an entry for linux-headers, should this now also include the headers update script? Acked-by: Cornelia Huck From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZG5h-0002kc-9H for qemu-devel@nongnu.org; Tue, 18 Dec 2018 09:11:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZG5V-0003I8-JE for qemu-devel@nongnu.org; Tue, 18 Dec 2018 09:11:19 -0500 Date: Tue, 18 Dec 2018 13:51:31 +0100 From: Cornelia Huck Message-ID: <20181218135131.3f5cd35a.cohuck@redhat.com> In-Reply-To: <20181218115615.1499-9-philmd@redhat.com> References: <20181218115615.1499-1-philmd@redhat.com> <20181218115615.1499-9-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 08/12] MAINTAINERS: Add maintainers to the Linux subsystem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Paolo Bonzini , Mark Cave-Ayland , Thomas Huth , Eduardo Habkost , Richard Henderson , Markus Armbruster , Helge Deller , Artyom Tarasenko , Alex Williamson , Luc Michel , "Daniel P . Berrange" , "Michael S . Tsirkin" On Tue, 18 Dec 2018 12:56:11 +0100 Philippe Mathieu-Daud=C3=A9 wrote: > Add Michael, Cornelia and Paolo as maintainers of the Linux subsystem. >=20 > Remove the qemu-devel@nongnu.org entry because the list is always > selected by the 'All patches CC here' section. >=20 > Suggested-by: Paolo Bonzini > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index f0fb2c74d7..5f39fa4b80 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -420,9 +420,10 @@ Hosts: > ------ > =20 > LINUX > -L: qemu-devel@nongnu.org > +M: Michael S. Tsirkin > +M: Cornelia Huck > +M: Paolo Bonzini > S: Maintained > -F: linux-* > F: linux-headers/ > =20 > POSIX As this now basically an entry for linux-headers, should this now also include the headers update script? Acked-by: Cornelia Huck