From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755405Ab0GCQJr (ORCPT ); Sat, 3 Jul 2010 12:09:47 -0400 Received: from kroah.org ([198.145.64.141]:53339 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753783Ab0GCQJq (ORCPT ); Sat, 3 Jul 2010 12:09:46 -0400 Date: Sat, 3 Jul 2010 09:08:57 -0700 From: Greg KH To: David Miller Cc: joe@perches.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 0/4] Introduce and use printk pointer extension %pV Message-ID: <20100703160857.GA29043@kroah.com> References: <20100630.130709.93452021.davem@davemloft.net> <20100702.223244.193707555.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100702.223244.193707555.davem@davemloft.net> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 02, 2010 at 10:32:44PM -0700, David Miller wrote: > From: David Miller > Date: Wed, 30 Jun 2010 13:07:09 -0700 (PDT) > > > 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? > > Greg, ping? Sorry about the delay. Yes, that's fine to take it through your tree, thanks for doing that: Acked-by: Greg Kroah-Hartman greg k-h