[Kgdb-bugreport] [PATCH] kdb: fix incorrect counts in KDB summary output

2014-09-29 Thread Jay Lan
. This patch would apply the define to convert the values to kB. Please include me on Cc on replies. I do not subscribe to linux-kernel. Signed-off-by: Jay Lan j...@sgi.com Index: linux-3.16/kernel/debug/kdb/kdb_main.c === --- linux-3.16

Re: [Kgdb-bugreport] Use kgdb over a console terminal server?

2008-06-19 Thread Jay Lan
Jason Wessel wrote: Jay Lan wrote: Hi Jason, Please disregard the above comment. The kernel was hung in running init, not during booting the kernel. I need to find what caused this problem in this particular system setup. Now, i put in kgdbwait in the boot command line and the kernel

Re: [Kgdb-bugreport] Use kgdb over a console terminal server?

2008-06-18 Thread Jay Lan
Jason Wessel wrote: Jay Lan wrote: Hi Jason, I have a machine with its ttyS0 connected to a console terminal server. To access the console of my machine, i telnet to the TS with a specific port. I think i would need to use kgdboc in this setup? How should i specify the kdboc parameters

[Kgdb-bugreport] kgdb over a sol

2008-06-18 Thread Jay Lan
Hi Jason, I have another system. I access its console by sol (Serial over LAN) using ipmitool command. To the system, its console is at ttyS1. If i connect its ttyS0 (a db9 connector) to a db9 of another system (through a null modem), the kgdboc works great. Now, my question is how do i run

Re: [Kgdb-bugreport] Use kgdb over a console terminal server?

2008-06-18 Thread Jay Lan
Jay Lan wrote: Jason Wessel wrote: Jay Lan wrote: Hi Jason, I have a machine with its ttyS0 connected to a console terminal server. To access the console of my machine, i telnet to the TS with a specific port. I think i would need to use kgdboc in this setup? How should i specify

Re: [Kgdb-bugreport] Announce: New kgdb design available for 2.6.24 and 2.6.25

2008-05-20 Thread Jay Lan
Jason Wessel wrote: In the past few months some significant changes and cleanups occurred on the kgdb sources. Most notable changes: - The SMP lock and entry routines were re-written - kgdb_handle_exception() was broken down into a number sub functions. - The kgdb long jmp handlers have

Re: [Kgdb-bugreport] Announce: New kgdb design available for 2.6.24 and 2.6.25

2008-05-20 Thread Jay Lan
Jason Wessel wrote: Somethings moved around after kgdb was merged to the mainline. These are the docs for the full kgdb which is in the kgdb-next tree. http://kernel.org/pub/linux/kernel/people/jwessel/kgdb/ Hi Jason, Thanks for your update! Only a subset of kgdb exists in the 2.6.26