linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] dynamic debug: cleanups + compile fix v2
@ 2011-08-30 18:28 Jason Baron
  2011-08-30 18:28 ` [PATCH 1/4] dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions Jason Baron
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Jason Baron @ 2011-08-30 18:28 UTC (permalink / raw)
  To: jbaron; +Cc: joe, jim.cromie, bvanassche, rdunlap, linux-kernel

Hi,

Re-post of: https://lkml.org/lkml/2011/8/25/493

changes since v1:
-ensure that dynamic_emit_prefix() adds a trailing space, where appropriate,
 and terminates strings with a '\0'.
-add a parentheses around the 'fmt' macro argument (although it has no effect)

Thanks,

-Jason

Jason Baron (4):
  dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions
  dynamic_debug: remove num_enabled accounting
  dynamic_debug: use a single printk() to emit msgs
  dynamic_debug: fix undefined reference to `__netdev_printk'

 include/linux/dynamic_debug.h |   64 +++++++++++++++++--------------
 lib/dynamic_debug.c           |   83 ++++++++++++++++++----------------------
 2 files changed, 72 insertions(+), 75 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 23+ messages in thread
* [PATCH 0/4] dynamic debug: cleanups + compile fix
@ 2011-08-25 17:34 Jason Baron
  2011-08-25 17:34 ` [PATCH 1/4] dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions Jason Baron
  0 siblings, 1 reply; 23+ messages in thread
From: Jason Baron @ 2011-08-25 17:34 UTC (permalink / raw)
  To: gregkh; +Cc: joe, jim.cromie, bvanassche, rdunlap, linux-kernel

Hi,

This is a re-post of the last 3 patches, as requested by Greg:
https://lkml.org/lkml/2011/8/11/378

I've also added a compile fix that Randy Dunlap found in the -next tree.

Thanks,

-Jason


Jason Baron (4):
  dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions
  dynamic_debug: remove num_enabled accounting
  dynamic_debug: use a single printk() to emit msgs
  dynamic_debug: fix undefined reference to `__netdev_printk'

 include/linux/dynamic_debug.h |   64 ++++++++++++++++++---------------
 lib/dynamic_debug.c           |   77 ++++++++++++++++------------------------
 2 files changed, 66 insertions(+), 75 deletions(-)

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-09-12 18:16 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 18:28 [PATCH 0/4] dynamic debug: cleanups + compile fix v2 Jason Baron
2011-08-30 18:28 ` [PATCH 1/4] dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions Jason Baron
2011-09-08 23:52   ` Andrew Morton
2011-09-09  2:13     ` Joe Perches
2011-09-09  3:42       ` Andrew Morton
2011-09-09  4:02         ` Joe Perches
2011-09-09  4:20           ` Andrew Morton
2011-09-09  4:35             ` Joe Perches
2011-09-09 10:31           ` Bart Van Assche
2011-09-09 19:23             ` Jim Cromie
2011-09-09 21:04               ` Joe Perches
2011-09-09 22:06                 ` Jim Cromie
2011-09-09 22:32                   ` Joe Perches
2011-09-12 14:47                     ` Jason Baron
2011-09-12 18:15                       ` Jim Cromie
2011-09-12 15:00               ` Jason Baron
2011-08-30 18:28 ` [PATCH 2/4] dynamic_debug: remove num_enabled accounting Jason Baron
2011-08-30 18:28 ` [PATCH 3/4] dynamic_debug: use a single printk() to emit msgs Jason Baron
2011-09-08 23:52   ` Andrew Morton
2011-08-30 18:28 ` [PATCH 4/4] dynamic_debug: fix undefined reference to `__netdev_printk' Jason Baron
2011-09-01 16:16   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2011-08-25 17:34 [PATCH 0/4] dynamic debug: cleanups + compile fix Jason Baron
2011-08-25 17:34 ` [PATCH 1/4] dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions Jason Baron
2011-08-26 10:46   ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).