From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH] rxrpc: Neaten logging macros and add KERN_DEBUG logging level Date: Thu, 30 Nov 2017 10:06:51 -0800 Message-ID: <1512065211.19952.112.camel@perches.com> References: <20171130.123117.1742804316627893121.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, dhowells@redhat.com, linux-afs To: David Miller Return-path: Received: from smtprelay0245.hostedemail.com ([216.40.44.245]:37813 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751444AbdK3SG4 (ORCPT ); Thu, 30 Nov 2017 13:06:56 -0500 In-Reply-To: <20171130.123117.1742804316627893121.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 2017-11-30 at 12:31 -0500, David Miller wrote: > From: Joe Perches > Date: Thu, 30 Nov 2017 08:21:14 -0800 > > > When enabled, the current debug logging does not have a KERN_. > > Add KERN_DEBUG to the logging macros. > > > > Miscellanea: > > > > o Remove #define redundancy and neaten the macros a bit > > > > Signed-off-by: Joe Perches > > Please also CC: the proper mailing list and maintainer for rxrpc. > > The MAINTAINERS entry for rxrpc needs to include more than just > net/rxrpc/af_rxrpc.c, David please fix this up as I know Joe is going > to use the excuse that he didn't CC: you and the AFS list because of > this. There is no listed rxrpc maintainer. David Howells entry is: AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN M: David Howells L: linux-afs@lists.infradead.org S: Supported F: fs/afs/ F: include/net/af_rxrpc.h F: net/rxrpc/af_rxrpc.c W: https://www.infradead.org/~dhowells/kafs/ which seems pretty specific to AFS and its rxrpc kernel interface. Excuse is probably the wrong word here David. Rationale maybe... cheers, Joe