Re: [RFC][PATCH] New message-logging API (kprint)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Vegard Nossum <vegard.nossum@...>
Cc: LKML <linux-kernel@...>, Kyle Moffett <mrmacman_g4@...>, Michael Holzheu <holzheu@...>, Joe Perches <joe@...>, Rob Landley <rob@...>, Dick Streefland <dick.streefland@...>, Geert Uytterhoeven <Geert.Uytterhoeven@...>, Jesse Barnes <jesse.barnes@...>, Arnd Bergmann <arnd@...>, Jan Engelhardt <jengelh@...>, Emil Medve <Emilian.Medve@...>, Stephen Hemminger <shemminger@...>, linux@horizon.com <linux@...>, Miguel Ojeda <maxextreme@...>
Date: Thursday, October 4, 2007 - 4:17 pm

On Thu, 04 Oct 2007 22:04:07 +0200 Vegard Nossum wrote:



$ diffstat -p1 -w70 kprint.patch 
 Documentation/kprint.txt                 |  238 ++++++++++++++
 arch/i386/kernel/traps.c                 |    2 
 arch/um/include/user.h                   |    6 
 crypto/tcrypt.c                          |    5 
 drivers/char/mem.c                       |   10 
 drivers/ide/ide-lib.c                    |    3 
 drivers/md/md.c                          |    5 
 drivers/media/dvb/frontends/tda10021.c   |   13 
 drivers/media/dvb/frontends/tda10023.c   |   13 
 drivers/media/dvb/frontends/ves1820.c    |    9 
 drivers/media/video/em28xx/em28xx-core.c |   16 
 drivers/media/video/usbvideo/usbvideo.h  |    7 
 drivers/net/e100.c                       |   10 
 drivers/net/e1000/e1000.h                |   12 
 drivers/net/irda/ma600.c                 |    5 
 drivers/net/ixgb/ixgb.h                  |   11 
 drivers/net/lib8390.c                    |   17 -
 drivers/net/pcmcia/axnet_cs.c            |   12 
 drivers/pcmcia/rsrc_nonstatic.c          |   10 
 drivers/scsi/advansys.c                  |    2 
 include/asm-generic/pgtable-nopmd.h      |    5 
 include/asm-generic/pgtable-nopud.h      |    5 
 include/linux/args.h                     |   29 +
 include/linux/kernel.h                   |   27 +
 include/linux/kprint-light.h             |   25 +
 include/linux/kprint.h                   |  201 ++++++++++++
 include/linux/ringbuffer.h               |   34 ++
 include/net/sctp/sctp.h                  |    6 
 include/scsi/scsi_device.h               |   14 
 include/scsi/sd.h                        |   13 
 init/Kconfig                             |    2 
 init/do_mounts_initrd.c                  |    2 
 kernel/Kconfig.kprint                    |  125 +++++++
 kernel/Makefile                          |    2 
 kernel/kprint.c                          |  345 +++++++++++++++++++++
 kernel/printk.c                          |    9 
 lib/Makefile                             |    3 
 lib/ringbuffer.c                         |  155 +++++++++
 lib/vsprintf.c                           |  321 +++++++++++++++++++
 net/tipc/dbg.c                           |    3 
 40 files changed, 1660 insertions(+), 72 deletions(-)
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC][PATCH] New message-logging API (kprint), Vegard Nossum, (Thu Oct 4, 4:04 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Randy Dunlap, (Thu Oct 4, 4:17 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Rob Landley, (Thu Oct 4, 9:59 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Vegard Nossum, (Fri Oct 5, 9:13 am)
Re: [RFC][PATCH] New message-logging API (kprint), Rob Landley, (Fri Oct 5, 12:05 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Miguel Ojeda, (Fri Oct 5, 3:01 am)
Re: [RFC][PATCH] New message-logging API (kprint), Rob Landley, (Fri Oct 5, 12:26 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Vegard Nossum, (Sat Oct 6, 2:10 am)
Re: [RFC][PATCH] New message-logging API (kprint), Rob Landley, (Sun Oct 7, 5:50 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Stephen Hemminger, (Mon Oct 8, 11:25 am)
Re: [RFC][PATCH] New message-logging API (kprint), Vegard Nossum, (Mon Oct 8, 11:33 am)
Re: [RFC][PATCH] New message-logging API (kprint), Stephen Hemminger, (Mon Oct 8, 11:42 am)
Re: [RFC][PATCH] New message-logging API (kprint), Miguel Ojeda, (Fri Oct 5, 7:01 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Rob Landley, (Sun Oct 7, 5:56 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Randy Dunlap, (Sun Oct 7, 6:32 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Stephen Hemminger, (Fri Oct 5, 8:34 pm)
Re: [RFC][PATCH] New message-logging API (kprint), Miguel Ojeda, (Sun Oct 7, 6:20 am)