From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF64DC2D0E4 for ; Mon, 23 Nov 2020 05:21:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 95129208B8 for ; Mon, 23 Nov 2020 05:21:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727471AbgKWFUl (ORCPT ); Mon, 23 Nov 2020 00:20:41 -0500 Received: from smtprelay0029.hostedemail.com ([216.40.44.29]:48336 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725275AbgKWFUk (ORCPT ); Mon, 23 Nov 2020 00:20:40 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay05.hostedemail.com (Postfix) with ESMTP id 49C051802912A; Mon, 23 Nov 2020 05:20:39 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: rain84_0b0907d27362 X-Filterd-Recvd-Size: 3725 Received: from XPS-9350.home (unknown [47.151.128.180]) (Authenticated sender: joe@perches.com) by omf19.hostedemail.com (Postfix) with ESMTPA; Mon, 23 Nov 2020 05:20:38 +0000 (UTC) Message-ID: <394faaf71b72ba4310a5001b314c080fc47f1cae.camel@perches.com> Subject: Re: [RFC] MAINTAINERS tag for cleanup robot From: Joe Perches To: James Bottomley , trix@redhat.com, clang-built-linux@googlegroups.com Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Date: Sun, 22 Nov 2020 21:20:37 -0800 In-Reply-To: References: <20201121165058.1644182-1-trix@redhat.com> <5843ef910b0e86c00d9c0143dec20f93823b016b.camel@HansenPartnership.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (removing almost all the cc: lists and leaving scsi and lkml) On Sat, 2020-11-21 at 10:02 -0800, Joe Perches wrote: > On Sat, 2020-11-21 at 09:18 -0800, James Bottomley wrote: > > On Sat, 2020-11-21 at 08:50 -0800, trix@redhat.com wrote: > > > A difficult part of automating commits is composing the subsystem > > > preamble in the commit log. For the ongoing effort of a fixer > > > producing one or two fixes a release the use of 'treewide:' does > > > not seem appropriate. > > > > > > It would be better if the normal prefix was used. Unfortunately > > > normal is not consistent across the tree. > > > > > > D: Commit subsystem prefix > > > > > > ex/ for FPGA DFL DRIVERS > > > > > > D: fpga: dfl: > > > > I've got to bet this is going to cause more issues than it solves. > > SCSI uses scsi: : for drivers but not every driver has a > > MAINTAINERS entry. We use either scsi: or scsi: core: for mid layer > > things, but we're not consistent. Block uses blk-: for all > > of it's stuff but almost no s have a MAINTAINERS entry. So > > the next thing you're going to cause is an explosion of suggested > > MAINTAINERs entries. > > As well as some changes require simultaneous changes across > multiple subsystems. Perhaps a start of this would be something like the below for a new MAINTAINERS entry just for SCSI CORE. This adds an "E:" patch prefix entry as well as a specific file list for what seem to be "scsi core" files so that the generic SCSI SUBSYSTEM F:drivers/scsi/ entry does not have to be used. The SCSI SUBSYSTEM could have an E: entry of "scsi:" so that driver specific content could be automatically prefixed with "scsi: : --- MAINTAINERS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5f10105cac6f..68521abd1bd8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15631,6 +15631,24 @@ S: Maintained W: http://www.kernel.dk F: drivers/scsi/sr* +SCSI CORE +M: "James E.J. Bottomley" +M: "Martin K. Petersen" +L: linux-scsi@vger.kernel.org +S: Maintained +Q: https://patchwork.kernel.org/project/linux-scsi/list/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git +E: "scsi: core:" +F: include/linux/scsi* +F: drivers/scsi/constants.c +F: drivers/scsi/hosts.c +F: drivers/scsi/scsi.* +F: drivers/scsi/scsi_* +F: drivers/scsi/sd.c +F: drivers/scsi/sense_codes.h +F: drivers/scsi/sr.c + SCSI RDMA PROTOCOL (SRP) INITIATOR M: Bart Van Assche L: linux-rdma@vger.kernel.org