From: Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@transmeta.com>,
<linux-kernel@vger.kernel.org>,
Rusty Russell <rusty@rustcorp.com.au>,
Arjan van de Ven <arjanv@redhat.com>
Subject: Re: [ANNOUNCE] [patch] kksymoops, in-kernel symbolic oopser, 2.5.38-B0
Date: Wed, 25 Sep 2002 14:55:50 -0500 (CDT) [thread overview]
Message-ID: <Pine.LNX.4.44.0209251452440.28659-100000@chaos.physics.uiowa.edu> (raw)
In-Reply-To: <Pine.LNX.4.44.0209252154010.18654-100000@localhost.localdomain>
On Wed, 25 Sep 2002, Ingo Molnar wrote:
> hm, then what is the standard way to make a new kernel option default-Y?
> At least for the development kernel, a default-enabled kksymoops sounds
> like the right way to go.
There isn't really any. You can do
define_bool CONFIG_KALLSYMS y
for two releases and hope to propagate it into people's .config before
making it an actual choice in config.in.
Or you can hack something up like
if [ "$CONFIG_KALLSYMS" = "" ]; then
define_bool CONFIG_KALLSYMS y
fi
bool 'kallsyms' CONFIG_KALLSYMS
which gives the desired effect in make oldconfig, but may magically break
make xconfig or so.
So no, just hope for people to read the help text and enable it.
--Kai
next prev parent reply other threads:[~2002-09-25 19:50 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-25 9:02 Ingo Molnar
2002-09-25 9:32 ` [re-ANNOUNCE] " Ingo Molnar
2002-09-25 9:51 ` Arnaldo Carvalho de Melo
2002-09-25 18:16 ` [ANNOUNCE] " Linus Torvalds
2002-09-25 19:23 ` Kai Germaschewski
2002-09-25 19:42 ` Ingo Molnar
2002-09-25 19:41 ` Kai Germaschewski
2002-09-25 19:46 ` Linus Torvalds
2002-09-25 19:54 ` Ingo Molnar
2002-09-25 19:52 ` Linus Torvalds
2002-09-25 20:04 ` Ingo Molnar
2002-09-25 20:31 ` Jeff Garzik
2002-09-25 19:55 ` Kai Germaschewski [this message]
2002-09-25 19:45 ` Linus Torvalds
2002-09-25 19:53 ` Ingo Molnar
2002-09-25 19:04 ` Cort Dougan
2002-09-25 20:14 ` Ingo Molnar
2002-09-25 19:56 ` Ingo Molnar
2002-09-25 22:04 ` J.A. Magallon
2002-09-27 20:48 ` Bill Davidsen
2002-09-27 21:13 ` Ingo Molnar
2002-09-27 23:58 ` J.A. Magallon
2002-09-26 17:16 ` Ruth Ivimey-Cook
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=Pine.LNX.4.44.0209251452440.28659-100000@chaos.physics.uiowa.edu \
--to=kai@tp1.ruhr-uni-bochum.de \
--cc=arjanv@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rusty@rustcorp.com.au \
--cc=torvalds@transmeta.com \
--subject='Re: [ANNOUNCE] [patch] kksymoops, in-kernel symbolic oopser, 2.5.38-B0' \
/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).