From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/4] Introduce and use printk pointer extension %pV Date: Wed, 30 Jun 2010 13:07:09 -0700 (PDT) Message-ID: <20100630.130709.93452021.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, greg@kroah.com To: joe@perches.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Joe Perches Date: Sun, 27 Jun 2010 04:02:32 -0700 > Recursive printk can reduce the total image size of an x86 defconfig about 1% > by reducing duplicated KERN_ strings and centralizing the functions > used by macros in new separate functions. > > Joe Perches (4): > vsprintf: Recursive vsnprintf: Add "%pV", struct va_format > device.h drivers/base/core.c Convert dev_ logging macros to functions > netdevice.h net/core/dev.c: Convert netdev_ logging macros to functions > netdevice.h: Change netif_ macros to call netdev_ functions I'm fine with this, thanks Joe. Greg, could you ACK this and let me know if it's OK if it swings through my net-next-2.6 tree? Thanks.