public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>,
	linux-kernel@vger.kernel.org, amitkale@linsyssoft.com,
	trini@kernel.crashing.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Christoph Hellwig <hch@infradead.org>,
	Jason Wessel <jason.wessel@windriver.com>,
	Andy Whitcroft <apw@shadowen.org>
Subject: Re: 2.6.23-rc6-mm1 powerpc - kgdb is broken
Date: Fri, 28 Sep 2007 12:47:21 +0200	[thread overview]
Message-ID: <1190976441.18681.34.camel@chaos> (raw)
In-Reply-To: <46FCD968.8090304@linux.vnet.ibm.com>

On Fri, 2007-09-28 at 16:07 +0530, Kamalesh Babulal wrote:
> The kgdb is also broken with 2.6.23-rc8-mm2 on the powerpc .
> The below patch disables the kgdb from getting compiled over
> powerpc platform.
> 
> Signed-off-by : Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
> ---
> 
> --- linux-2.6.23-rc8/lib/Kconfig.kgdb   2007-09-28 06:33:37.000000000 +0530
> +++ linux-2.6.23-rc8/lib/~Kconfig.kgdb  2007-09-28 23:48:33.000000000 +0530
> @@ -14,7 +14,7 @@ config KGDB
>         bool "KGDB: kernel debugging with remote gdb"
>         select WANT_EXTRA_DEBUG_INFORMATION
>         select KGDB_ARCH_HAS_SHADOW_INFO if X86_64
> -       depends on DEBUG_KERNEL && (ARM || X86 || MIPS || (SUPERH && !SUPERH64) || IA64 || PPC)
> +       depends on DEBUG_KERNEL && (ARM || X86 || MIPS || (SUPERH && !SUPERH64) || IA64 || !PPC)

This enables the KGDB config for _ALL_ platforms except powerpc. 

Just remove PPC completely.

	tglx



  reply	other threads:[~2007-09-28 10:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-19 12:23 2.6.23-rc6-mm1 powerpc - kgdb is broken Kamalesh Babulal
2007-09-19 18:53 ` Jason Wessel
2007-09-19 19:36   ` Andrew Morton
2007-09-20  5:23     ` Paul Mackerras
2007-09-20  5:53       ` Andrew Morton
2007-09-20  7:38       ` Christoph Hellwig
2007-09-28 10:37         ` Kamalesh Babulal
2007-09-28 10:47           ` Thomas Gleixner [this message]
2007-09-28 12:28             ` 2.6.23-rc6-mm1 powerpc - kgdb is broken [Resending PATCH] Kamalesh Babulal

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=1190976441.18681.34.camel@chaos \
    --to=tglx@linutronix.de \
    --cc=akpm@linux-foundation.org \
    --cc=amitkale@linsyssoft.com \
    --cc=apw@shadowen.org \
    --cc=hch@infradead.org \
    --cc=jason.wessel@windriver.com \
    --cc=kamalesh@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=trini@kernel.crashing.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