From: Jason Wessel <jason.wessel@windriver.com>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/21] KGDB: Request to merge KGDB
Date: Mon, 15 Oct 2007 13:32:24 -0500 [thread overview]
Message-ID: <4713B238.4030409@windriver.com> (raw)
This is a request to merge KGDB into the mainline kernel.
These KGDB patches are against the tip of kernel of the tree on
October 15, 2007. I am continuing to update the for_mm branch against
the tip of the tree with the hope to merge KGDB into the kernel,
pending the review of the individual pieces.
http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=shortlog;h=for_mm
As of right now KGDB is comprised of 21 different patches adding in
the core api and docs first and then working up to add drivers and
arch specific support to KGDB. The patches were broken down into
logical pieces for review and comments.
The intent of the KGDB patches is to unify the KGDB support across all
the architectures that elect to implement it KGDB functionality by
providing a common core and an arch specific stub. For quite some
time there has been different features and uses of KGDB across the
most popular architectures. Having a common core that takes care of
protocol parsing and the typical use case of software breakpoints
should eliminate the inconsistencies across the archs as well as
making it easier to add KGDB support to a new arch.
These KGDB patches include support for KGDB over ethernet and unify
the syntax and usage for setting up kgdb over rs232.
This series of KGDB patches covers the archs: i386, x86_64, ia64, arm,
mips, sh, ppc and powerpc.
After the merge of this patch set, any other arch can implement KGDB
support in the future by making use of the KGDB core by updating the
kgdb kconfig file and creating the arch specific stub.
Thanks,
Jason
next reply other threads:[~2007-10-15 18:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-15 18:32 Jason Wessel [this message]
2007-10-18 4:20 ` [PATCH 0/21] KGDB: Request to merge KGDB Andrew Morton
2007-10-18 15:23 ` Paul Mundt
2007-10-18 15:25 ` Christoph Hellwig
2007-10-18 15:54 ` Russell King
2007-10-18 16:00 ` Christoph Hellwig
2007-10-19 7:47 ` Russell King
2007-10-23 18:31 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4713B238.4030409@windriver.com \
--to=jason.wessel@windriver.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox