LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Jason Wessel <jason.wessel@windriver.com>
To: mingo@elte.hu
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/7] kgdb-light-v10: proposed fixes
Date: Fri, 15 Feb 2008 14:55:51 -0600 [thread overview]
Message-ID: <1203108958-1818-1-git-send-email-jason.wessel@windriver.com> (raw)
These patches are for kgdb-light-v10 to address some regressions,
and further the RFC against kgdb core as a module.
All of these patches are up for consideration to be collapsed into the
kgdb-light tree for an upstream merge pending review. The kgdb core as
a module patch will be kept separate because the kernel.org community
may or may not object to exposing too many low level exports.
The following changes since commit 2680c15446821264fa3c2278e584974f2feb97b4:
Jason Wessel (1):
Merge branch 'master' of git://git.kernel.org/.../mingo/linux-2.6-kgdb
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_ingo
Jan Kiszka (1):
kgdb: build core and arch pieces as a kernel module
Jason Wessel (6):
kgdb: fix kgdboc dynamic module configuration
kgdb: fix NMI hangs
kgdb: clocksource watchdog
kgdb: print breakpoint removed on exception
kgdb: x86 HW breakpoints
kgdb: move the kgdb core and arch implementation
arch/x86/kernel/Makefile | 4 +-
arch/x86/kernel/{kgdb.c => kgdb-x86.c} | 167 +++++++++++++++++++++++++++++---
arch/x86/kernel/reboot.c | 1 +
arch/x86/kernel/setup64.c | 14 +++
arch/x86/kernel/smp_32.c | 6 +
arch/x86/kernel/smp_64.c | 5 +
arch/x86/kernel/traps_32.c | 2 +
arch/x86/kernel/traps_64.c | 2 +
drivers/serial/kgdboc.c | 7 +-
include/asm-x86/kdebug.h | 1 +
include/asm-x86/smp_32.h | 5 +
include/asm-x86/smp_64.h | 4 +
include/linux/clocksource.h | 1 +
kernel/Makefile | 1 -
kernel/sched.c | 1 +
kernel/time/clocksource.c | 13 +++
lib/Kconfig.kgdb | 2 +-
{kernel => lib}/kgdb.c | 19 +++-
18 files changed, 234 insertions(+), 21 deletions(-)
rename arch/x86/kernel/{kgdb.c => kgdb-x86.c} (78%)
rename {kernel => lib}/kgdb.c (99%)
next reply other threads:[~2008-02-15 20:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-15 20:55 Jason Wessel [this message]
2008-02-15 20:55 ` [PATCH 1/7] kgdb-light-v10: fix kgdboc dynamic module configuration Jason Wessel
2008-02-15 20:55 ` [PATCH 2/7] kgdb-light-v10: fix NMI hangs Jason Wessel
2008-02-15 20:55 ` [PATCH 3/7] kgdb-light-v10: clocksource watchdog Jason Wessel
2008-02-15 20:55 ` [PATCH 4/7] kgdb-light-v10: print breakpoint removed on exception Jason Wessel
2008-02-15 20:55 ` [PATCH 5/7] kgdb-light-v10: x86 HW breakpoints Jason Wessel
2008-02-15 20:55 ` [PATCH 6/7] kgdb-light-v10: move the kgdb core and arch implementation Jason Wessel
2008-02-15 20:55 ` [PATCH 7/7] kgdb-light-v10: build core and arch pieces as a kernel module Jason Wessel
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=1203108958-1818-1-git-send-email-jason.wessel@windriver.com \
--to=jason.wessel@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--subject='Re: [PATCH 0/7] kgdb-light-v10: proposed fixes' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).