From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ipv6: addrconf: Use normal debugging style Date: Tue, 27 Mar 2018 10:54:53 -0400 (EDT) Message-ID: <20180327.105453.250045484228569543.davem@davemloft.net> References: <40e88b53c25ddb95d36bb7a061806f2f95f5ccf2.1522078288.git.joe@perches.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: joe@perches.com Return-path: In-Reply-To: <40e88b53c25ddb95d36bb7a061806f2f95f5ccf2.1522078288.git.joe@perches.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Joe Perches Date: Mon, 26 Mar 2018 08:35:01 -0700 > Remove local ADBG macro and use netdev_dbg/pr_debug > > Miscellanea: > > o Remove unnecessary debug message after allocation failure as there > already is a dump_stack() on the failure paths > o Leave the allocation failure message on snmp6_alloc_dev as there > is one code path that does not do a dump_stack() > > Signed-off-by: Joe Perches > --- > > Remerged resend of http://patchwork.ozlabs.org/patch/826028/ > back in October 2017 Applied to net-next, thanks Joe.