LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Thomas Petazzoni <thomas.petazzoni@enix.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
"H. Anvin" <hpa@zytor.com>, Matt Mackall <mpm@selenic.com>,
Linux-tiny@selenic.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Configure out doublefault exception handler (Linux Tiny)
Date: Tue, 12 Feb 2008 14:04:28 +0100 [thread overview]
Message-ID: <20080212130428.GA32757@uranus.ravnborg.org> (raw)
In-Reply-To: <20080212110825.35db27cb@crazy>
On Tue, Feb 12, 2008 at 11:08:25AM +0100, Thomas Petazzoni wrote:
> Hi,
>
> Enclosed patch allows to configure out the doublefault exception
> handler. The original patch of Matt Mackall added the option in
> init/Kconfig, but because this is a x86-specific thing, I thought
> arch/x86/Kconfig would be a better place. Is that correct ?
>
> This patch applies on top on the DMI scanning code patch I've sent
> yesterday, because the DOUBLEFAULT config option is right after the DMI
> config option. Is that ok, or should I propose a patch on top of a
> vanilla 2.6.25-rc1 ?
>
> Thanks for your review and comments,
We already have this in arch/x86/Kconfig.debug:
config DOUBLEFAULT
default y
bool "Enable doublefault exception handler" if EMBEDDED
depends on X86_32
help
This option allows trapping of rare doublefault exceptions that
would otherwise cause a system to silently reboot. Disabling this
option saves about 4k and might cause you much additional grey
hair.
It may need a small update if this is valid for both 32 and 64 bit.
Sam
next prev parent reply other threads:[~2008-02-12 13:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-12 10:08 Thomas Petazzoni
2008-02-12 13:04 ` Sam Ravnborg [this message]
2008-02-12 14:00 ` Thomas Petazzoni
2008-02-12 16:02 ` Matt Mackall
2008-02-15 12:00 ` Andi Kleen
2008-02-15 17:02 ` Matt Mackall
2008-02-15 18:04 ` Andi Kleen
2008-02-15 17:52 ` Matt Mackall
2008-02-17 17:59 ` 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=20080212130428.GA32757@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=Linux-tiny@selenic.com \
--cc=akpm@linux-foundation.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mpm@selenic.com \
--cc=tglx@linutronix.de \
--cc=thomas.petazzoni@enix.org \
--subject='Re: [PATCH] Configure out doublefault exception handler (Linux Tiny)' \
/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).