From: Sam Ravnborg <sam@ravnborg.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@zip.com.au>,
Thomas Gleixner <tglx@linutronix.de>,
Jason Wessel <jason.wessel@windriver.com>
Subject: Re: [5/6] x86: kgdb support
Date: Sun, 10 Feb 2008 08:33:01 +0100 [thread overview]
Message-ID: <20080210073301.GB9805@uranus.ravnborg.org> (raw)
In-Reply-To: <20080210071345.GE3851@elte.hu>
On Sun, Feb 10, 2008 at 08:13:45AM +0100, Ingo Molnar wrote:
> From: Ingo Molnar <mingo@elte.hu>
>
> simplified and streamlined kgdb support on x86, both 32-bit and 64-bit,
> based on patch from:
>
> Subject: kgdb: core-lite
> From: Jason Wessel <jason.wessel@windriver.com>
>
> [ and countless other authors - see the patch for details. ]
>
> Signed-off-by: Ingo Molnar <mingo@elte.hu>
> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
> ---
> arch/x86/Kconfig | 4
> arch/x86/kernel/Makefile | 1
> arch/x86/kernel/kgdb.c | 550 +++++++++++++++++++++++++++++++++++++++++++++++
> include/asm-x86/kgdb.h | 87 +++++++
> 4 files changed, 642 insertions(+)
>
> Index: linux-kgdb.q/arch/x86/Kconfig
> ===================================================================
> --- linux-kgdb.q.orig/arch/x86/Kconfig
> +++ linux-kgdb.q/arch/x86/Kconfig
> @@ -14,6 +14,7 @@ config X86_32
>
> config X86_64
> def_bool 64BIT
> + select KGDB_ARCH_HAS_SHADOW_INFO
>
> ### Arch settings
> config X86
> @@ -139,6 +140,9 @@ config AUDIT_ARCH
> config ARCH_SUPPORTS_AOUT
> def_bool y
>
> +config ARCH_SUPPORTS_KGDB
> + def_bool y
> +
Please use the documented HAVE_ approach and not this
ugly "one variable per arch" idiom.
This was also commented last time the patchset were posted.
Sam
next prev parent reply other threads:[~2008-02-10 7:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-10 7:13 Ingo Molnar
2008-02-10 7:33 ` Sam Ravnborg [this message]
2008-02-10 7:41 ` Ingo Molnar
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=20080210073301.GB9805@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=akpm@zip.com.au \
--cc=jason.wessel@windriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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
all inboxes | Powered by JetHome®