Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755811AbcCBS6r (ORCPT ); Wed, 2 Mar 2016 13:58:47 -0500 Received: from smtprelay0224.hostedemail.com ([216.40.44.224]:40659 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752007AbcCBS6p (ORCPT ); Wed, 2 Mar 2016 13:58:45 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 40,2.5,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:800:960:967:973:988:989:1260:1263:1277:1311:1313:1314:1345:1359:1373:1431:1437:1515:1516:1518:1534:1542:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2525:2561:2564:2682:2685:2693:2828:2859:2895:2933:2937:2939:2942:2945:2947:2951:2954:3000:3022:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3873:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4321:4559:5007:6117:6119:6261:7514:7809:8531:8599:9025:9388:10011:10049:10400:10848:11232:11473:11658:11783:11914:12043:12050:12517:12519:12555:12663:12700:12737:12740:12776:12933:13255:13439:13894:14651:14659:21080:21212:30012: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:1:0,LFtime:9,LUA_SUMMARY:none X-HE-Tag: hen64_11f9b2b027f07 X-Filterd-Recvd-Size: 2872 Message-ID: <1456945122.4044.35.camel@perches.com> Subject: Re: [PATCH V2] ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn From: Joe Perches To: Richard Weinberger Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Adrian Hunter , Artem Bityutskiy Date: Wed, 02 Mar 2016 10:58:42 -0800 In-Reply-To: <1456944509.4044.27.camel@nod.at> References: <1456944509.4044.27.camel@nod.at> 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: 1944 Lines: 57 On Wed, 2016-03-02 at 19:46 +0100, Richard Weinberger wrote: > Am 02.03.2016 7:19 nachm. schrieb Joe Perches : > > On Tue, 2016-02-23 at 12:21 -0800, Joe Perches wrote: > > > The existing logging macros are fairly large and converting the? > > > macros to functions make the object code smaller.? > > Artem and Adrian are the nominal maintainers for ubifs.? > > > > Artem last had a sign-off on a ubifs patch 6 months ago and? > > Adrian's last one was over 3 years ago.? > > > > Is there an expected ack/nack/applied handling time for a? > > ubifs patch like this?? > > > > Should this patch go to someone else?? > > > > Should the MAINTAINERS entry for ubifs be changed to orphan?? > No need to panic. I take care of the patch. :) No worries, I'm calm. ?But if you're taking care of the patch and not the nominal maintainers, likely the MAINTAINERS entry should be updated. Presumably the equivalent ubi patch will be handled in the same fashion, For drivers/mtd/ubi, Artem is also a nominal maintainer, but last signed a patch in 2014. Likely the MAINTAINERS entry for UBI should be updated too. Maybe something like: --- ?MAINTAINERS | 4 +--- ?1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 81302e4..927557c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11266,8 +11266,7 @@ S: Maintained ?F: drivers/scsi/u14-34f.c ? ?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 @@ -11350,7 +11349,6 @@ F: Documentation/scsi/ufs.txt ?F: drivers/scsi/ufs/ ? ?UNSORTED BLOCK IMAGES (UBI) -M: Artem Bityutskiy ?M: Richard Weinberger ?W: http://www.linux-mtd.infradead.org/ ?L: linux-mtd@lists.infradead.org