Re: [Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread gireesh . kumar
Hi Tom, I have tried netconsole on the board, but it is also not working. I have used "ethereal" to capture packets, but while booting using netconsole, no packet transmission/reception is happening. When I tried with kgdboe, ARP packets are being sent from the host side, but it's not handled in

[Kgdb-bugreport] MIPS64 FPU register save/restore bug

2006-04-27 Thread Tom Rini
I'm slightly lacking in overall details here, but the short version is that on MIPS64 we aren't properly saving/restoring FPU registers. --- linux-2.6.14/arch/mips/kernel/kgdb_handler.S +++ linux-2.6.14/arch/mips/kernel/kgdb_handler.S @@ -17,15 +17,17 @@ #define DMFC0 mfc0 #define DMTC0 mtc0

Re: [Kgdb-bugreport] kgdb on Linux-2.6.16.11

2006-04-27 Thread Tom Rini
On Thu, Apr 27, 2006 at 01:20:55PM +0530, Milind Dumbare wrote: > Hi, > > I applied current kgdb cvs patches to Linux-2.6.16.11, there were no > hunk failures. > > I tested these on both i386 and x86_64, they work fine with both over > serial and ethernet. OK. Lets put a release up on SourceFo

Re: [Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread Tom Rini
On Thu, Apr 27, 2006 at 06:10:23PM +0530, [EMAIL PROTECTED] wrote: > Hi Milind, > > It's an update from my side. > > >From my observations, it is found that the netpoll function which I have > implemented in the cpmac driver is not being called by the kernel. > > The kernel is waiting since I ha

[Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread gireesh . kumar
Hi Milind, It's an update from my side. >From my observations, it is found that the netpoll function which I have implemented in the cpmac driver is not being called by the kernel. The kernel is waiting since I have given reference to my poll_controller function via the net_device structure; but

[Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread gireesh . kumar
Hi, Thanks for your fast response. Yes, it prints kgdb is enabled, but I am not able to establish connection from remote gdb. Actually I am working with a mips based board, not a PC. Here, the bootloader is not grub, but it's already burned in the flash of the board. It will give a prompt so tha

[Kgdb-bugreport] Re: Regarding kgdb over ethernet

2006-04-27 Thread Milind Dumbare
But it seems kgdboe is enabled. Are those kgdb messages from your dmesg? Please send us grub.conf, dmesg output and kernel .config file. ...Milind http://www.linsyssoft.com/Kgdbpro.html On Thu, 2006-04-27 at 15:36 +0530, [EMAIL PROTECTED] wrote: > Hi Milind, > > Hope you remember me. We talked

[Kgdb-bugreport] kgdb on Linux-2.6.16.11

2006-04-27 Thread Milind Dumbare
Hi, I applied current kgdb cvs patches to Linux-2.6.16.11, there were no hunk failures. I tested these on both i386 and x86_64, they work fine with both over serial and ethernet. ...Milind --- Using Tomcat but need to do more? Need to suppo