Re: [Kgdb-bugreport] kgdbts.c: removed duplicated inlcude

2008-05-20 Thread Jason Wessel
Huang Weiyi wrote: Removed duplicated inlcude linux/delay.h in drivers/misc/kgdbts.c. Signed-off-by: Huang Weiyi [EMAIL PROTECTED] --- a/drivers/misc/kgdbts.c 2008-05-10 08:17:30.0 +0800 +++ b/drivers/misc/kgdbts.c 2008-05-10 08:17:54.0 +0800 @@ -102,7 +102,6 @@

Re: [Kgdb-bugreport] kgdb test suite failure

2008-05-20 Thread Jason Wessel
Alexander Beregalov wrote: Hi I tried to run the latest git kernel and got the following error. See an attachment for full dmesg. kgdbts: ERROR PUT: end of test buffer on 'do_fork_test' line 5 expected OK got $E02#a7 [ cut here ] WARNING: at

Re: [Kgdb-bugreport] kgdb test suite failure

2008-05-20 Thread Alexander Beregalov
2008/5/20 Jason Wessel [EMAIL PROTECTED]: Alexander Beregalov wrote: Hi I tried to run the latest git kernel and got the following error. See an attachment for full dmesg. kgdbts: ERROR PUT: end of test buffer on 'do_fork_test' line 5 expected OK got $E02#a7 [ cut here

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 Jason Wessel
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/ Only a subset of kgdb exists in the 2.6.26 kernel tree, which includes the x86 architecture, the kgdb core,

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