[PATCH 11/28] sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console code
The sci_poll_get_char() needs to return immediately if there is no input from the chip to process, and must return a value of NO_POLL_CHAR. This allows kgdboc to process multiple polled devices while kgdb is active. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> Acked-by: Paul Mundt <lethal(a)linux-sh... 12 Feb 2010 17:58
[PATCH 01/28] Move kernel/kgdb.c to kernel/debug/debug_core.c
Move kgdb.c in preparation for to separate the gdbstub from the debug core and exception handling.n CC: Ingo Molnar <mingo(a)elte.hu> Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> --- kernel/Makefile | 2 +- kernel/debug/Makefile | 5 +++++ kernel/{kgdb.c =... 12 Feb 2010 17:58
[PATCH 21/28] kgdboc,kdb: Allow kdb to work on a non open console port
If kdb is open on a serial port that is not actually a console make sure to call the poll routines to emit and receive characters. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> --- drivers/serial/kgdboc.c | 14 ++++++++++++++ include/linux/kgdb.h | 3 +++ kernel/debug/kdb/kdb_io.c | 16... 12 Feb 2010 17:58
[PATCH 26/28] kdb,panic,debug_core: Allow the debug core to receive a panic before smp_send_stop()
It is highly desirable to trap into kdb on panic, and in order to do so the notifier must be called before smp_send_stop(), else the debug_core will not be able to correctly trap all the CPUs. CC: Ingo Molnar <mingo(a)elte.hu> CC: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-by: Jason Wessel <jason.wessel... 12 Feb 2010 17:58
[PATCH 04/28] kgdb,sparc: Add in kgdb_arch_set_pc for sparc
The new debug core api requires all architectures that use to debug core to implement a function to set the program counter. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> Acked-by: David S. Miller <davem(a)davemloft.net> --- arch/sparc/kernel/kgdb_32.c | 6 ++++++ arch/sparc/kernel/kgdb_64.c | 6... 12 Feb 2010 17:58
[PATCH 28/28] debug_core: Turn off tracing while in the debugger
The kernel debugger should turn off kernel tracing any time the debugger is active and restore it on resume. CC: Steven Rostedt <rostedt(a)goodmis.org> Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> --- kernel/debug/debug_core.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff ... 12 Feb 2010 17:58
fsnotify: tree-watching support
On 02/12/10 13:10, Joris Dolderer wrote: Add tree-watching support to fsnotify. Signed-off-by: Joris Dolderer <vorstadtkind(a)googlemail.com> --- Hi, The patch is mangled. I don't have that kind of problem with sylpheed, so I'm surprised that you had it with claws. We usually ask that one sends a patc... 1 Mar 2010 15:17
[PATCH -next] radio_timberdale: depends on I2c
From: Randy Dunlap <randy.dunlap(a)oracle.com> RADIO_TIMBERDALE selects RADIO_SAA7706H, but RADIO_SAA7706H depends on I2C, so make RADIO_TIMBERDALE depend on I2C also; otherwise there are build errors: drivers/media/radio/saa7706h.c:139: error: implicit declaration of function 'i2c_master_send' drivers/media/rad... 12 Feb 2010 16:50
Linux 2.6.33-rc8
I think this is going to be the last -rc of the series, so please do test it out. A number of regressions should be fixed, and while the regression list doesn't make me _happy_, we didn't have the kind of nasty things that went on before -rc7 and made me worried. Some of the highlights inclure a netfilter/na... 13 Feb 2010 08:12
[PATCH 0/2][RFC] tracing: Showing symbols for TRACE_EVENT
[Re-sending since my first try was missing a '>' from Frederic's email address, and it screwed up quilt mail ] The __print_symbolic() macro is used by TRACE_EVENT TP_printk to convert numbers into symbols. But if those numbers are defined as ENUMS, it works fine for ftrace trace output, but a parser reading the ... 12 Feb 2010 14:35