* [GIT PULL] kgdb fixes for 2.6.26
@ 2008-05-05 12:32 Jason Wessel
2008-05-05 18:10 ` kgdboe? Jesse Barnes
0 siblings, 1 reply; 4+ messages in thread
From: Jason Wessel @ 2008-05-05 12:32 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: lkml
Linus, please pull from the for_linus branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git
for_linus
These are the fixes since the initial kgdb merge.
Thanks,
Jason.
---
Harvey Harrison (2):
kgdb: trivial sparse fixes in kgdb test-suite
kgdb: fix signedness mixmatches, add statics, add declaration to
header
Jan Engelhardt (1):
kgdb: kconfig fix xconfig/menuconfig element
Jason Wessel (1):
kgdb: 1000 loops for the single step test in kgdbts
grzegorz.chwesewicz@chilan.com (1):
kgdb: minor documentation fixes
Documentation/DocBook/kgdb.tmpl | 8 +++--
drivers/misc/kgdbts.c | 75
++++++++++++++++++++++----------------
include/linux/kgdb.h | 4 ++-
kernel/kgdb.c | 8 ++--
lib/Kconfig.kgdb | 16 +++++----
5 files changed, 64 insertions(+), 47 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kgdboe?
2008-05-05 12:32 [GIT PULL] kgdb fixes for 2.6.26 Jason Wessel
@ 2008-05-05 18:10 ` Jesse Barnes
2008-05-06 13:16 ` kgdboe? Ingo Molnar
0 siblings, 1 reply; 4+ messages in thread
From: Jesse Barnes @ 2008-05-05 18:10 UTC (permalink / raw)
To: Jason Wessel; +Cc: lkml
On Monday, May 05, 2008 5:32 am Jason Wessel wrote:
> Linus, please pull from the for_linus branch at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git
> for_linus
>
> These are the fixes since the initial kgdb merge.
>
> Thanks,
> Jason.
>
> ---
> Harvey Harrison (2):
> kgdb: trivial sparse fixes in kgdb test-suite
> kgdb: fix signedness mixmatches, add statics, add declaration to
> header
>
> Jan Engelhardt (1):
> kgdb: kconfig fix xconfig/menuconfig element
>
> Jason Wessel (1):
> kgdb: 1000 loops for the single step test in kgdbts
>
> grzegorz.chwesewicz@chilan.com (1):
> kgdb: minor documentation fixes
So when will we see kgdboe or some other way of getting gdb to connect to the
target over ethernet upstream?
Jesse
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kgdboe?
2008-05-05 18:10 ` kgdboe? Jesse Barnes
@ 2008-05-06 13:16 ` Ingo Molnar
2008-05-06 17:05 ` kgdboe? Jesse Barnes
0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2008-05-06 13:16 UTC (permalink / raw)
To: Jesse Barnes; +Cc: Jason Wessel, lkml, David S. Miller, Christoph Hellwig
* Jesse Barnes <jbarnes@virtuousgeek.org> wrote:
> So when will we see kgdboe or some other way of getting gdb to connect
> to the target over ethernet upstream?
i think the proper way would be to extend the kgdb-over-console (kgdboc)
concept and make it easy to utilize the existing netconsole code via
KGDB. This brings nice synergy: netconsole is utilized by other debug
infrastructure as well so anything that supports netconsole would
automatically support KGDB as well. I dont really like the old kgdboe
approach from a design POV as it created a parallel infrastructure for
special-purpose kgdb IO.
likewise, the firewire debugging code could/should be extended to create
a bidirectional console as well - that has other benefits as well. (we'd
get printks over firewire - instead of the special-purpose firescope
utility)
and the early console drivers could be reused to do early debugging via
KGDB as well.
Ingo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kgdboe?
2008-05-06 13:16 ` kgdboe? Ingo Molnar
@ 2008-05-06 17:05 ` Jesse Barnes
0 siblings, 0 replies; 4+ messages in thread
From: Jesse Barnes @ 2008-05-06 17:05 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Jason Wessel, lkml, David S. Miller, Christoph Hellwig
On Tuesday, May 06, 2008 6:16 am Ingo Molnar wrote:
> * Jesse Barnes <jbarnes@virtuousgeek.org> wrote:
> > So when will we see kgdboe or some other way of getting gdb to connect
> > to the target over ethernet upstream?
>
> i think the proper way would be to extend the kgdb-over-console (kgdboc)
> concept and make it easy to utilize the existing netconsole code via
> KGDB. This brings nice synergy: netconsole is utilized by other debug
> infrastructure as well so anything that supports netconsole would
> automatically support KGDB as well. I dont really like the old kgdboe
> approach from a design POV as it created a parallel infrastructure for
> special-purpose kgdb IO.
When I looked at the sources right after it was merged this seemed like the
preferred approach, but I couldn't find any evidence of anyone working on the
port... Are you aware of any?
Jesse
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-06 17:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 12:32 [GIT PULL] kgdb fixes for 2.6.26 Jason Wessel
2008-05-05 18:10 ` kgdboe? Jesse Barnes
2008-05-06 13:16 ` kgdboe? Ingo Molnar
2008-05-06 17:05 ` kgdboe? Jesse Barnes
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.