Re: [Kgdb-bugreport] [PATCH 16/21] KGDB: This allows for KGDB to better deal with autoloaded modules.

2008-01-17 Thread Jason Wessel
Jan Kiszka wrote: These days, notify_mutex should better be a real mutex. Signed-off-by: Jan Kiszka [EMAIL PROTECTED] --- kernel/module.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Index: b/kernel/module.c

Re: [Kgdb-bugreport] [RFC][PATCH] kgdb: late kgdb console registration

2008-01-17 Thread Jason Wessel
Jan Kiszka wrote: KGDB allows to direct the console output also to the gdb frontend. But if you switch on CONFIG_KGDB_CONSOLE blindly, you end up without a suitable initial console for init, causing a boot panic (like I faced: http://lkml.org/lkml/2008/1/14/284). One workaround is to

Re: [Kgdb-bugreport] [PATCH] kgdb:unify x86-kgdb

2008-01-17 Thread Jason Wessel
Jan Kiszka wrote: Jason Wessel wrote: Jan Kiszka wrote: diff -up arch/x86/kernel/kgdb_32.c arch/x86/kernel/kgdb_64.c screamed for unification. Here it is. Signed-off-by: Jan Kiszka [EMAIL PROTECTED] --- arch/x86/kernel/Makefile_32 |2 arch/x86/kernel/Makefile_64 |2