Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755474AbcCCM0E (ORCPT ); Thu, 3 Mar 2016 07:26:04 -0500 Received: from smtprelay0023.hostedemail.com ([216.40.44.23]:43795 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751513AbcCCM0C (ORCPT ); Thu, 3 Mar 2016 07:26:02 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:800:960:967:968:973:988:989:1260:1263:1277:1311:1313:1314:1345:1359:1373:1431:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2525:2565:2682:2685:2828:2859:2933:2937:2939:2942:2945:2947:2951:2954:3000:3022:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3872:3873:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:4559:5007:6117:6119:6261:7514:7809:8599:9025:9040:9388:10004:10049:10400:10848:11232:11658:11783:11914:12043:12295:12517:12519:12555:12679:12740:12776:13069:13071:13160:13229:13255:13311:13357:13439:13894:14651:14659:21060:21080:21212:30029:30054:30064:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: use17_8ba7f5c8c3301 X-Filterd-Recvd-Size: 2855 Message-ID: <1457007958.4044.111.camel@perches.com> Subject: Re: [PATCH V2] ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn From: Joe Perches To: dedekind1@gmail.com, Richard Weinberger Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Adrian Hunter Date: Thu, 03 Mar 2016 04:25:58 -0800 In-Reply-To: <1456994368.2169.28.camel@gmail.com> References: <1456944509.4044.27.camel@nod.at> <1456945122.4044.35.camel@perches.com> <1456994368.2169.28.camel@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1862 Lines: 58 On Thu, 2016-03-03 at 10:39 +0200, Artem Bityutskiy wrote: > On Wed, 2016-03-02 at 10:58 -0800, Joe Perches wrote: > > > > ? > > ?UBI FILE SYSTEM (UBIFS) > > -M: Artem Bityutskiy > > -M: Adrian Hunter > > +M: Richard Weinberger > > ?L: linux-mtd@lists.infradead.org > > ?T: git git://git.infradead.org/ubifs-2.6.git > > ?W: http://www.linux-mtd.infradead.org/doc/ubifs.html > Hi Joe, > > could please, re-send this patch with the following modifications: > > 1. Put Richard's name first. > 2. Do not remove mine and Adrian's name. We are not very active, but > still useful. > > Thanks! Hello Artem. It's not really for me to change Richard's maintainership. It should be his sign-off, not mine. My suggestion would be to add him and designate you and Adrian as R: reviewers instead of M: maintainers like below. --- ?MAINTAINERS | 7 ++++--- ?1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 81302e4..61e17a6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11266,8 +11266,9 @@ S: Maintained ?F: drivers/scsi/u14-34f.c ? ?UBI FILE SYSTEM (UBIFS) -M: Artem Bityutskiy -M: Adrian Hunter +M: Richard Weinberger +R: Artem Bityutskiy +R: Adrian Hunter ?L: linux-mtd@lists.infradead.org ?T: git git://git.infradead.org/ubifs-2.6.git ?W: http://www.linux-mtd.infradead.org/doc/ubifs.html @@ -11350,8 +11351,8 @@ F: Documentation/scsi/ufs.txt ?F: drivers/scsi/ufs/ ? ?UNSORTED BLOCK IMAGES (UBI) -M: Artem Bityutskiy ?M: Richard Weinberger +R: Artem Bityutskiy ?W: http://www.linux-mtd.infradead.org/ ?L: linux-mtd@lists.infradead.org ?T: git git://git.infradead.org/ubifs-2.6.git