Received: by 10.223.176.46 with SMTP id f43csp432710wra; Wed, 24 Jan 2018 00:05:25 -0800 (PST) X-Google-Smtp-Source: AH8x225uoJ7koCyzo98DwLPQyhN6/cCXiI6AaOvn07O+9rgpzavYW09ARJatr+jnhdSEn3C3OuOn X-Received: by 10.99.136.194 with SMTP id l185mr10088722pgd.53.1516781125848; Wed, 24 Jan 2018 00:05:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516781125; cv=none; d=google.com; s=arc-20160816; b=tMrP/xvDKMYLj4z5EFAJrVqVxkaKNPoTx+NcpWFstyAxgnDwLgl7NQSM++RMnXf7Dr 8pLHF0wK3D1dj4ocb+dlFvVTw26cl5qq32M6Y85Vx7y3HTEF++8BUgeE/h6StFMYJbNh 8idY5qAfsDgnF0Sqcq0+W95sLvCQcYI8ryGMRNqlFNG2e6OhNJVzSn/Y4Nvl0Q3j+ZAr chX04oYobF2csukPUusTAFHbtF38D9VhS1y3w5Sv+DRijauD1lWDZeDaGgVAiSH+/9P3 jz4w6Tt51umZIenYIDrk0FAKD+cXvle0o4WNtInY8nLQNMLTFCfFWvuNj1bFGNSF3pPb p8mA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=/bRpF4j8KtXHpsLkaYAHVdsHtr/LHZpa1n0UrFiihVc=; b=NNS9r5m3C0o58ukmawnxwOLiI/4wFg2B3GOOuwQzn3ptE5N1M3lWrEotXS2Sfixgsc qvhP1SMV3hm+wW+FKRZB7cMeXJnfptfqyxvVnGieFP00YVsCr5N3buhiG1TCETanpimI d/BXgfvoW1gN+gjaf/fpQW3kiigJ144YCgSSHNKOHUiYiNEAMoyd2ZM1ZfDk40Fevw8B SF2Qvig3K9XLoMP2fmLMgZKTdLF685ZdjP/O43OiP3M6hpla5j9By0lk32PE6MwAiAGx 01X9IE7BVU8+lABevlR5Mwuutt4MCBp7SAPt7nqcW7+goBF6t4YwHPGgNjXKmlb6usq7 9FFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w6-v6si5786195plp.738.2018.01.24.00.05.06; Wed, 24 Jan 2018 00:05:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932488AbeAXIDw (ORCPT + 99 others); Wed, 24 Jan 2018 03:03:52 -0500 Received: from mx2.suse.de ([195.135.220.15]:34605 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752564AbeAXIDt (ORCPT ); Wed, 24 Jan 2018 03:03:49 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 4A60DAE2A; Wed, 24 Jan 2018 08:03:48 +0000 (UTC) Date: Wed, 24 Jan 2018 09:03:47 +0100 From: Johannes Thumshirn To: Joe Perches Cc: Bart Van Assche , "axboe@fb.com" , "linux-kernel@vger.kernel.org" , "linux-block@vger.kernel.org" Subject: Re: [PATCH v2] bsg: use pr_debug instead of hand craftet macros Message-ID: <20180124080347.hgv6vow4x2wajvku@linux-x5ow.site> References: <20180123105538.24860-1-jthumshirn@suse.de> <1516711552.8378.30.camel@perches.com> <1516749137.3339.62.camel@wdc.com> <1516762398.8378.34.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1516762398.8378.34.camel@perches.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 23, 2018 at 06:53:18PM -0800, Joe Perches wrote: > On Tue, 2018-01-23 at 23:12 +0000, Bart Van Assche wrote: > > On Tue, 2018-01-23 at 04:45 -0800, Joe Perches wrote: > > > Perhaps the email subject could be improved to describe > > > the new macro and as well, this macro, without a pr_fmt > > > define somewhat above it loses the __func__ output too. > > > > Hmm ... I thought that the pr_debug() output can be configured to include > > the function name (__func__)? From > > Exactly right. > > > https://www.kernel.org/doc/html/latest/admin-guide/dynamic-debug-howto.html: > > which is what I wrote when I said use +f. > > It's just nice to mention these changes in the > commit message. Sorry Joe but this slowly approaches the bikeshedding area. Why should I duplicate the dynamic debug howto? This was literally a drive-by patch I did while riding on the subway to the office which was indented to ease debugging problems in the field for our (and other) support engineers (and they are usually well aware of the +f switch). Byte, Johannes -- Johannes Thumshirn Storage jthumshirn@suse.de +49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N?rnberg GF: Felix Imend?rffer, Jane Smithard, Graham Norton HRB 21284 (AG N?rnberg) Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850