Suddenly, there's KGDB discussion in linux-kernel. :-) -------- Original Message -------- Subject: Re: Permanent Kgdb integration into the kernel - lets get with it. Date: Tue, 17 Apr 2007 20:45:03 +0200 From: Andi Kleen <[EMAIL PROTECTED]> Organization: SUSE Linux Products GmbH, Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg) To: Randy Dunlap <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], Tom Rini <[EMAIL PROTECTED]>, Dave Jiang <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], Andrew Morton <[EMAIL PROTECTED]>, George Anzinger <[EMAIL PROTECTED]>, "David O'Brien" <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
> Is there any movement on this? I'm open to reasonable patches for the hooks at least. If that is done then the actual kgdb code can be reviewed and considered eventually too. But just having the hooks in would make it easy enough to use anyways (no patching, just dropping in of new files, or even loading of it as a module into any kernel) When I did the original x86-64 kgdb port this worked nicely -- kgdb could work with just the standard die notifiers and a simple change in the serial console code. The recent kgdb seems to need much more changes again though. However every time when I suggested this (fixing the hooks first and submitting the really needed changes piece by piece) there didn't seem to be any interest from the various kgdb maintainers. So my impression currently is that they're not interested in merging. Another problem is that kgdb is moving more and more away from mainline by adding various weird hacks and workarounds in random code that just make merging harder. Before anything could be considered for merging that all would need to be cleaned up. -Andi ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
