public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Khalid Aziz <khalid_aziz@hp.com>
To: bill davidsen <davidsen@tmr.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.5] Extract configuration from kernel
Date: Tue, 03 Dec 2002 09:58:05 -0700	[thread overview]
Message-ID: <3DECE29D.10BBEBA6@hp.com> (raw)
In-Reply-To: asican$58p$1@gatekeeper.tmr.com

bill davidsen wrote:
> 
> | 2. Include configuration in kernel image file but not in the running
> | kernel. This adds to the kernel image file size but not the footprint of
> | running kernel. Configuration can be extracted from kernel image file
> | using scripts/extract-ikconfig. This script is in principle the same as
> | what Randy had written originally. I have made it little more robust and
> | structured it to accomodate more than just x86 architecture.
>
> I would suggest that making (2) available as a module would be useful,
> assuming that at some point 2.5 will have working module capability
> again. With a bit of tweaking you could make the kernel loader pull it
> in if a process accessed the file, I guess.

It is trivial to make (2) available as a module but it has been debated
that having configuration information available as module does not make
the job of keeping a reliable source of kernel configuration any easier
than just keeping a copy of config file in, say, /lib/modules directory.
If you can ensure you always have the right module file available for
the running kernel, you can also ensure you always have the right config
file available for the kernel. 

--
Khalid 

====================================================================
Khalid Aziz                                Linux and Open Source Lab
(970)898-9214                                        Hewlett-Packard
khalid@hp.com                                       Fort Collins, CO

"The Linux kernel is subject to relentless development" 
				- Alessandro Rubini

  reply	other threads:[~2002-12-03 16:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02 21:14 [PATCH 2.5] Extract configuration from kernel Khalid Aziz
2002-12-03 13:41 ` bill davidsen
2002-12-03 16:58   ` Khalid Aziz [this message]
2002-12-03 19:20     ` Bill Davidsen

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=3DECE29D.10BBEBA6@hp.com \
    --to=khalid_aziz@hp.com \
    --cc=davidsen@tmr.com \
    --cc=linux-kernel@vger.kernel.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