[PATCH 10/28] kgdb,8250,pl011: Return immediately from console poll
The design of the kdb shell requires that every device that can provide input to kdb have a polling routine that exits immediately if there is no character available. This is required in order to get the page scrolling mechanism working. Changing the kernel debugger I/O API to require all polling character rout... 25 Feb 2010 17:06
[PATCH 14/28] kgdboc,keyboard: Keyboard driver for kdb with kgdb
This patch adds in the kdb PS/2 keyboard driver. This was mostly a direct port from the original kdb where I cleaned up the code against checkpatch.pl and added the glue to stitch it into kgdb. This patch also enables early kdb debug via kgdbwait and the keyboard. All the access to configure kdb using either a... 25 Feb 2010 17:06
[PATCH 05/28] kgdb,sh: update superh kgdb exception handling
Implement kgdb_arch_pc() which adjusts the pc if it needs to be adjusted after a software breakpoint trap. Implement kgdb_arch_set_pc() which is a new required function in the kgdb debug core. When processing a single step return zero in the error exception field so that the debug core can distinguish between ... 25 Feb 2010 17:06
[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 ... 25 Feb 2010 17:06
[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 =... 25 Feb 2010 17:06
What's in linux1394-2.6.git?
Hi all, if there are no objections, I will see to get the following pulled into the mainline early next week: - three cycle timer related enhancements (hence mostly audio related): hardware quirk fix for reliable cycle timer register access, "quirks" module parameter for firewire-ohci, choice of cloc... 25 Feb 2010 17:06
[PATCH v3 5/7] TCPCT part 2e: accept SYNACK data
When accompanied by cookie option, Initiator (client) queues incoming SYNACK transaction data. This is a straightforward re-implementation of an earlier (year-old) patch that no longer applies cleanly, with permission of the original author (Adam Langley). The patch was previously reviewed: http://thread.... 25 Feb 2010 17:05
[PATCH] Staging: comedi: poc: Adding some KERN_ facility level
From: Chihau Chau <chihau(a)gmail.com> This fixes some coding style issues like include KERN_ facility levels in some printk() and one trailing whitespace error. Signed-off-by: Chihau Chau <chihau(a)gmail.com> --- drivers/staging/comedi/drivers/poc.c | 11 +++++------ 1 files changed, 5 insertions(+), 6 deleti... 25 Feb 2010 15:58
[PATCH v5 3/7] tcp: harmonize tcp_vx_rcv header length assumptions
Harmonize tcp_v4_rcv() and tcp_v6_rcv() -- better document tcp doff and header length assumptions, and carefully compare implementations. Reduces multiply/shifts, marginally improving speed. Removes redundant tcp header length checks before checksumming. Instead, assumes (and documents) that any backlog proce... 25 Feb 2010 15:58
[PATCH 0/7] tcp: bugs and cleanup for 2.6.33
I'd have thought that there would be greater interest about patching crashing bugs, signed versus unsigned (underflow) bugs, TCP DoS bugs, TCP data corruption, and TCP performance problems.... Combination of patches reported in October, November, December, January, and February, for 2.6.32 and now 2.6.33. This... 25 Feb 2010 15:58