From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751267AbdK3TqL (ORCPT ); Thu, 30 Nov 2017 14:46:11 -0500 Received: from smtprelay0248.hostedemail.com ([216.40.44.248]:37096 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750761AbdK3TqJ (ORCPT ); Thu, 30 Nov 2017 14:46:09 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2110:2194:2199:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3870:3871:3872:3873:4321:5007:7903:9010:10004:10400:10848:11232:11658:11914:12043:12296:12740:12760:12895:13069:13161:13229:13311:13357:13439:14181:14659:14721:21080:21324:21433:21451:21627:30054:30083:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: rate63_1848fe6f7b733 X-Filterd-Recvd-Size: 1985 Message-ID: <1512071164.19952.129.camel@perches.com> Subject: Re: [PATCH] rxrpc: Neaten logging macros and add KERN_DEBUG logging level From: Joe Perches To: David Howells Cc: David Miller , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-afs Date: Thu, 30 Nov 2017 11:46:04 -0800 In-Reply-To: <25765.1512070491@warthog.procyon.org.uk> References: <1512065211.19952.112.camel@perches.com> <20171130.123117.1742804316627893121.davem@davemloft.net> <25765.1512070491@warthog.procyon.org.uk> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-11-30 at 19:34 +0000, David Howells wrote: > Joe Perches wrote: > > > There is no listed rxrpc maintainer. > > There's a script in the kernel called get_maintainer.pl which you might find > of use: Yeah, I've heard of it. I also wrote it btw. > warthog>./scripts/get_maintainer.pl net/rxrpc/ > "David S. Miller" (maintainer:NETWORKING [GENERAL],commit_signer:23/74=31%) > David Howells (commit_signer:64/74=86%,authored:60/74=81%) > netdev@vger.kernel.org (open list:NETWORKING [GENERAL]) > linux-kernel@vger.kernel.org (open list) The script I use to send patches does not cc patch authors as, based on my history sending patches, most to many of them do not want to see patches. > It would seem a good idea to cc me, as the one with the largest "authored" > also. Perhaps a better idea would be to have an rxrpc section in the MAINTAINERS file. cheers, Joe