From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] ARM: Use generic BUG() handler
Date: Thu, 07 Apr 2011 10:57:28 -0700 [thread overview]
Message-ID: <4D9DFB08.8090206@codeaurora.org> (raw)
In-Reply-To: <1302131890-20953-1-git-send-email-sjg@chromium.org>
On 04/06/2011 04:18 PM, Simon Glass wrote:
> From: Simon Glass <sjg@google.com>
>
> ARM uses its own BUG() handler which makes its output slightly different
> from other archtectures.
>
[snip]
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> arch/arm/Kconfig | 4 +++
> arch/arm/include/asm/bug.h | 55 ++++++++++++++++++++++++++++++++++------
> arch/arm/kernel/traps.c | 23 +++++++++++++++++
> arch/arm/kernel/vmlinux.lds.S | 3 +-
> 4 files changed, 75 insertions(+), 10 deletions(-)
Also, have you tried this with a module? I think you would at least need
to modify arch/arm/kernel/module.c to hook up the module_bug_finalize()
and module_bug_cleanup() stuff.
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@codeaurora.org>
To: Simon Glass <sjg@chromium.org>
Cc: linux-arm-kernel@lists.infradead.org,
Russell King <linux@arm.linux.org.uk>,
Tony Lindgren <tony@atomide.com>,
Nicolas Pitre <nicolas.pitre@linaro.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Joe Perches <joe@perches.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Alexander Shishkin <virtuoso@slind.org>,
Phil Carmody <ext-phil.2.carmody@nokia.com>,
Rabin Vincent <rabin@rab.in>,
linux-kernel@vger.kernel.org,
Omar Ramirez Luna <omar.ramirez@ti.com>,
Dave Martin <dave.martin@linaro.org>,
Simon Glass <sjg@google.com>
Subject: Re: [PATCH v3] ARM: Use generic BUG() handler
Date: Thu, 07 Apr 2011 10:57:28 -0700 [thread overview]
Message-ID: <4D9DFB08.8090206@codeaurora.org> (raw)
In-Reply-To: <1302131890-20953-1-git-send-email-sjg@chromium.org>
On 04/06/2011 04:18 PM, Simon Glass wrote:
> From: Simon Glass <sjg@google.com>
>
> ARM uses its own BUG() handler which makes its output slightly different
> from other archtectures.
>
[snip]
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> arch/arm/Kconfig | 4 +++
> arch/arm/include/asm/bug.h | 55 ++++++++++++++++++++++++++++++++++------
> arch/arm/kernel/traps.c | 23 +++++++++++++++++
> arch/arm/kernel/vmlinux.lds.S | 3 +-
> 4 files changed, 75 insertions(+), 10 deletions(-)
Also, have you tried this with a module? I think you would at least need
to modify arch/arm/kernel/module.c to hook up the module_bug_finalize()
and module_bug_cleanup() stuff.
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2011-04-07 17:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-06 23:18 [PATCH v3] ARM: Use generic BUG() handler Simon Glass
2011-04-06 23:18 ` Simon Glass
2011-04-07 5:35 ` Stephen Boyd
2011-04-07 5:35 ` Stephen Boyd
2011-04-07 16:49 ` Simon Glass
2011-04-07 16:49 ` Simon Glass
2011-04-07 17:57 ` Stephen Boyd [this message]
2011-04-07 17:57 ` Stephen Boyd
2011-04-14 23:02 ` Simon Glass
2011-04-14 23:02 ` Simon Glass
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=4D9DFB08.8090206@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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 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.