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

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 Milind Dumbare
Looking great. Thanks Jason, Could you please recheck the The kgdb documentation link ( http://kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb/) I was not able to open it. -Miline On Sat, Mar 29, 2008 at 12:22 AM, Jason Wessel <[EMAIL P

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 handle

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 >>

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 drivers/misc/kg

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

2008-05-20 Thread Jason Wessel
Huang Weiyi wrote: > Removed duplicated inlcude 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 @@ > #inclu