From: David Miller on
From: Joe Perches <joe(a)perches.com>
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_<level> 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_<level> logging macros to functions
> netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions
> netdevice.h: Change netif_<level> macros to call netdev_<level> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: David Miller on
From: David Miller <davem(a)davemloft.net>
Date: Wed, 30 Jun 2010 13:07:09 -0700 (PDT)

> From: Joe Perches <joe(a)perches.com>
> 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_<level> 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_<level> logging macros to functions
>> netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions
>> netdevice.h: Change netif_<level> macros to call netdev_<level> 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?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on
On Fri, Jul 02, 2010 at 10:32:44PM -0700, David Miller wrote:
> From: David Miller <davem(a)davemloft.net>
> Date: Wed, 30 Jun 2010 13:07:09 -0700 (PDT)
>
> > From: Joe Perches <joe(a)perches.com>
> > 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_<level> 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_<level> logging macros to functions
> >> netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions
> >> netdevice.h: Change netif_<level> macros to call netdev_<level> 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 <gregkh(a)suse.de>

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: David Miller on
From: Greg KH <greg(a)kroah.com>
Date: Sat, 3 Jul 2010 09:08:57 -0700

> On Fri, Jul 02, 2010 at 10:32:44PM -0700, David Miller wrote:
>> From: David Miller <davem(a)davemloft.net>
>> Date: Wed, 30 Jun 2010 13:07:09 -0700 (PDT)
>>
>> > From: Joe Perches <joe(a)perches.com>
>> > 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_<level> 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_<level> logging macros to functions
>> >> netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions
>> >> netdevice.h: Change netif_<level> macros to call netdev_<level> 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 <gregkh(a)suse.de>

Thanks! I've added this set to my tree.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/