2006-10-02 07:08:19

by Mikael Pettersson

[permalink] [raw]
Subject: Re: + allow-proc-configgz-to-be-built-as-a-module.patch added to -mm tree

On Sun, 1 Oct 2006 18:17:02 -0700, Randy Dunlap wrote:
> > > > The patch titled
> > > >
> > > > allow /proc/config.gz to be built as a module
> > > >
> > > > has been added to the -mm tree. Its filename is
...
> Can any of the distro people chime in here? Andrew merged this
> patch to mainline today. Several people had disagreed with merging
> it, but now Andrew says we need more discussion (if or) in order to
> revert it.

Merged into -mm or not, modular /proc/config.gz remains an
utterly redundant kernel feature that user-space doesn't need.

User-space knows how to locate modules for the running kernel,
including the module implementing /proc/config.gz; therefore
it can replace the module file with the corresponding config
data, without loss of functionality.

All that's needed is to standardise the location of the
config file; /lib/modules/`uname -r`/config.gz seems a
reasonable choice.


2006-10-02 10:42:12

by Olivier Galibert

[permalink] [raw]
Subject: Re: + allow-proc-configgz-to-be-built-as-a-module.patch added to -mm tree

On Mon, Oct 02, 2006 at 09:08:08AM +0200, Mikael Pettersson wrote:
> All that's needed is to standardise the location of the
> config file; /lib/modules/`uname -r`/config.gz seems a
> reasonable choice.

It's already /boot/config-`uname -r`, why change?

OG.