From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bej6i-0003y6-KB for qemu-devel@nongnu.org; Tue, 30 Aug 2016 09:29:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bej6e-0005WS-RV for qemu-devel@nongnu.org; Tue, 30 Aug 2016 09:29:40 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:37815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bej6e-0005WE-HX for qemu-devel@nongnu.org; Tue, 30 Aug 2016 09:29:36 -0400 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u7UDONjw038029 for ; Tue, 30 Aug 2016 09:29:35 -0400 Received: from e06smtp06.uk.ibm.com (e06smtp06.uk.ibm.com [195.75.94.102]) by mx0a-001b2d01.pphosted.com with ESMTP id 255364bxvx-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 30 Aug 2016 09:29:35 -0400 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 30 Aug 2016 14:29:33 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6AC8417D8042 for ; Tue, 30 Aug 2016 14:31:17 +0100 (BST) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u7UDTS9S24051764 for ; Tue, 30 Aug 2016 13:29:28 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u7UDTSdn027577 for ; Tue, 30 Aug 2016 07:29:28 -0600 Date: Tue, 30 Aug 2016 15:29:27 +0200 From: Cornelia Huck In-Reply-To: <89368ac0-deb9-4e66-dadf-256571333798@redhat.com> References: <87mw8rumhb.fsf@blackfin.pond.sub.org> <87y4s8h5rh.fsf@blackfin.pond.sub.org> <876132olyi.fsf@blackfin.pond.sub.org> <87a8fucx33.fsf@dusky.pond.sub.org> <20160830142604.7c94b8b5.cornelia.huck@de.ibm.com> <89368ac0-deb9-4e66-dadf-256571333798@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20160830152927.23294f27.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Markus Armbruster , qemu-devel On Tue, 30 Aug 2016 14:40:05 +0200 Paolo Bonzini wrote: > On 30/08/2016 14:26, Cornelia Huck wrote: > > Same goes for linux-headers. We don't even touch those (beyond the > > massaging done by the import script). > > > > Maybe we could make get_maintainers.pl point at the maintainer for > > the import script for these headers? Or is there something more > > clever we could do? > > We need a "maintainer" for imported headers and then MAINTAINERS can do > > F: scripts/update-linux-headers.sh > F: linux-headers/ > F: includes/standard-headers/ Sounds reasonable. As I have stared at that script before, I can do that unless someone else wants to take it.