Re: [patch 0/3] dynamic_printk: new feature

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Greg KH
Date: Wednesday, April 30, 2008 - 8:44 pm

First off, I agree with Andrew, this is a very welcome thing to do.  If
there's anything I can do to help this out, please let me know.

On Wed, Apr 30, 2008 at 05:01:50PM -0400, Jason Baron wrote:

That's a good first start :)

Lots of the existing printk() type wrappers can also use the dev_*
versions as well (like the ALSA ones for example.)  So it might be
easier to focus on the existing users of these two functions, and then
work to convert the other different variants over to the dev_printk ones
where possible and d_printk where not (you don't always have a struct
device to use at the moment, which is required by dev_printk)

If you want to start with the USB core and drivers, I'll be glad to help
ensure those patches go in as well.

thanks,

greg k-h
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 0/3] dynamic_printk: new feature, Jason Baron, (Tue Apr 29, 11:39 am)
Re: [patch 0/3] dynamic_printk: new feature, Andrew Morton, (Wed Apr 30, 12:45 pm)
Re: [patch 0/3] dynamic_printk: new feature, Joe Perches, (Wed Apr 30, 1:54 pm)
Re: [patch 0/3] dynamic_printk: new feature, Jason Baron, (Wed Apr 30, 2:01 pm)
Re: [patch 0/3] dynamic_printk: new feature, Nick Andrew, (Wed Apr 30, 5:23 pm)
Re: [patch 0/3] dynamic_printk: new feature, Greg KH, (Wed Apr 30, 8:44 pm)