Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 27 Dec 2001 18:25:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 27 Dec 2001 18:25:17 -0500 Received: from pcow029o.blueyonder.co.uk ([195.188.53.123]:48389 "EHLO blueyonder.co.uk") by vger.kernel.org with ESMTP id ; Thu, 27 Dec 2001 18:25:07 -0500 Message-ID: Content-Type: text/plain; charset=US-ASCII From: James A Sutherland To: Dave Jones , Arnaldo Carvalho de Melo Subject: Re: [RFC][PATCH] unchecked request_region's in drivers/net Date: Thu, 27 Dec 2001 23:25:36 +0000 X-Mailer: KMail [version 1.3.1] Cc: Steven Walter , In-Reply-To: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 27 December 2001 10:44 pm, Dave Jones wrote: > On Thu, 27 Dec 2001, Arnaldo Carvalho de Melo wrote: > > > Patch is against kernel 2.4.17, should apply to 2.5 as well. > > > > Good job! But please consider splitting the patch per driver and sending > > it to the respective maintainers. > > Someone with far too much time on their hands would be my personal > hero[*] if they were to write a script (in language of their choice) to > parse a diff, extract filename, and do lookup in a flat text file > to find a list of maintainers/interested parties. Sounds like a good idea; I'll give it a shot over the next few days, unless someone already has one :) > Imagine a patch against devfs.. > > $ cclist my.devfs.patch.diff > Richard Gooch > Alexander Viro I'd add one level of abstraction: have each filename map to a "module" name. In this case, each filename relating to devfs would map to module "devfs"; there would then be an entry mapping devfs <-> Richard. (Perhaps a hierarchy - fs.devfs - with people like Al listed for "fs"?) > This 'little black book of addresses' doesn't have to be anything > wonderful, but its tedious work for someone to make the textfile > mapping the various source files to email addresses. It should be a little easier having a mapping to a module - in most cases, there's a clear "module" to which each file belongs. Then just track who's "subscribed to" that module... James. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/