linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Touloumtzis <miket@bluemug.com>
To: Daniel Phillips <phillips@bonn-fries.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	Alex Bligh - linux-kernel <linux-kernel@alex.org.uk>,
	linux-kernel@vger.kernel.org
Subject: Re: How to check the kernel compile options ?
Date: Thu, 7 Feb 2002 12:34:51 -0800	[thread overview]
Message-ID: <20020207203451.GE26826@bluemug.com> (raw)
In-Reply-To: <a3mjhc$qba$1@cesium.transmeta.com> <E16YoRQ-0000aS-00@starship.berlin> <20020207182653.GA26664@bluemug.com> <E16Yu52-00015I-00@starship.berlin>
In-Reply-To: <E16Yu52-00015I-00@starship.berlin>

On Thu, Feb 07, 2002 at 08:19:36PM +0100, Daniel Phillips wrote:
> On February 7, 2002 07:26 pm, Mike Touloumtzis wrote:
> > 
> > I installed a custom rsync just the other day, and I did it by downloading
> > the Debian rsync source, patching it, and building a Debian package.
> > I would certainly do the same for cat if I needed to.
> > 
> > Sorry, I still don't see any fundamental difference.
> 
> Yes, and would you configure cat?  Which options would you select?
> 
> I'm trying to avoid just saying 'you're being silly', but it's what I
> really mean.

I'm talking about rsync now, not cat (that was reductio ad absurdum to
make a point).  In case you haven't compiled any userspace programs in
a while: many of them have configuration options.  In the case of rsync,
things like "--enable-profile" and "--disable-ipv6".

I fail to see how tracking a custom compiled rsync is any different
from tracking a custom compiled kernel.  In both cases you have local
history to track and a group of files to bundle together.

Let's replay this discussion as I see it:

You: Users are clamoring for the inclusion of configuration information
     in the kernel.  They clearly need it, so let's include it even
     though it has no functional purpose.

Me: Actually, I'm a user and the distribution-provided packaging tools
    work fine for this purpose.  We don't bundle similar information
    into the binaries of userspace tools.

You: Userspace tools don't have configuration options like the kernel.

Me: Yes they do.

Arguing that people don't custom configure anything but the kernel is
a dead end.  Also, I have already claimed that I don't need any of the
"stuffing config info into kernels" solutions mentioned on this thread,
so it's hard to try to convince me I need this feature.

Some possible available avenues of argument for you are:

-- "You don't know what you're missing".

   You can argue that moving configuration info into the kernel is
   fundamentally better than, or makes things easier than, bundling
   it into a package.  This is a hard sell, since in an earlier mail
   I demonstrated that I can get at the configuration info in a kernel
   package with two commands.

-- "You are not a typical user".

   Since I'm satisfied with the status quo, your best defense of this
   change is to argue that I am not the target audience for this change.

   As far as I can tell, the userbase of Linux, includes, in descending
   order of frequency:

   1) People who use prepackaged distribution kernels.
   2) People who build their own kernels based on distribution packaging
      systems, or have evolved their own systems of kernel management
      over the years.
   3) People who sling kernels around like loose change and forget where
      each kernel came from.

   AFAICT most of the "config info needs to go in the kernel" arguments
   seem to come from camp #3.  I think those people should just get
   their acts together or start using the right tools instead.

   When I first started using Unix (on a multiuser system, back in
   school), I was struck by how messy it was.  The root directories
   contained all kinds of locally added directories and forgotten crap.
   The systems were a mishmash of forgotten compiled-from-source packages,
   temporary workarounds, expedient measures, and haphazardly patcheded
   kernels.

   The extent to which the distributors and other measures like the FHS
   have rationalized this situation, and automated the tasks it sprung
   from, continues to amaze me.  My sneaking suspicion is that people
   who want to stuff configuration info into the kernel haven't made that
   leap yet.  That's why I'm being a bit of a harsh critic of the concept
   (plus, it seems to be par for the course on lkml :-).

A final argument for using packaging/bundling tools and userspace files
instead of files in /proc for tracking kernel metadata:

-- Kernels are no longer single files, at least for most people.
   A _harder_ problem than this one is tracking which modules go with
   which kernel.  Solving this problem solves the configuration tracking
   problem as a _side_effect_.  Conversely, solving the configuration
   tracking problem without solving the module tracking problem is
   largely useless.

miket

  reply	other threads:[~2002-02-07 20:36 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-04 16:01 How to check the kernel compile options ? David Balazic
2002-02-04 16:54 ` Alan Cox
2002-02-04 17:02   ` David Balazic
2002-02-04 17:23     ` Alan Cox
2002-02-04 17:12       ` David Balazic
2002-02-04 17:16         ` Allan Sandfeld
2002-02-04 18:05           ` Daniel Phillips
2002-02-04 18:14             ` Arjan van de Ven
2002-02-04 18:24               ` Ben Greear
2002-02-04 18:24               ` Daniel Phillips
2002-02-04 22:11                 ` H. Peter Anvin
2002-02-04 23:46                   ` Daniel Phillips
2002-02-04 23:34               ` J.A. Magallon
2002-02-04 18:09     ` Samuli Suonpaa
2002-02-04 17:34 ` Thomas Capricelli
2002-02-04 17:50 ` David Relson
2002-02-04 18:22   ` H. Peter Anvin
2002-02-05 22:02     ` Alex Bligh - linux-kernel
2002-02-05 22:13       ` H. Peter Anvin
2002-02-06  9:15         ` Daniel Phillips
2002-02-07  4:13           ` Mike Touloumtzis
2002-02-07  9:32             ` Marco Colombo
2002-02-07 13:18             ` Daniel Phillips
2002-02-07 18:26               ` Mike Touloumtzis
2002-02-07 19:19                 ` Daniel Phillips
2002-02-07 20:34                   ` Mike Touloumtzis [this message]
2002-02-07 20:54                     ` Daniel Phillips
2002-02-07 21:08                       ` Mike Touloumtzis
2002-02-07 21:33                         ` Daniel Phillips
2002-02-07 23:58                         ` John Alvord
2002-02-09 21:59                         ` Alex Bligh - linux-kernel
2002-02-07 21:08                     ` Daniel Phillips
2002-02-07 21:41                       ` Mike Touloumtzis
2002-02-07 22:09                         ` Daniel Phillips
2002-02-07 22:13                           ` Mike Touloumtzis
2002-02-07 22:27                             ` Daniel Phillips
2002-02-08 20:53                           ` Horst von Brand
2002-02-09 12:22                             ` Daniel Phillips
2002-02-11 16:07                             ` Randy.Dunlap
2002-02-09 21:39                     ` Alex Bligh - linux-kernel
2002-02-06 16:37       ` Bill Davidsen
2002-02-04 18:34   ` David Relson
2002-02-04 21:09     ` Keith Owens
2002-02-05 16:30       ` Thomas Capricelli
2002-02-04 22:12     ` H. Peter Anvin
     [not found] <0C01A29FBAE24448A792F5C68F5EA47D217218@nasdaq.ms.ensim.com>
2002-02-12 21:26 ` Paul Menage
  -- strict thread matches above, loose matches on Subject: below --
2002-02-06  4:55 Rick A. Hohensee
2002-02-05 23:56 Andries.Brouwer
2002-02-06  0:14 ` Ian S. Nelson
2002-02-06  0:19 ` H. Peter Anvin
2002-02-06  0:20 ` Alan Cox
2002-02-06 10:36   ` Christoph Rohland
2002-02-06 14:16     ` Alan Cox
2002-02-06 15:31       ` Christoph Rohland
2002-02-06 22:13         ` Alex Bligh - linux-kernel
2002-02-06 15:59       ` Randy.Dunlap
2002-02-06 16:32         ` Padraig Brady
2002-02-09 18:15         ` Bill Davidsen
2002-02-11  0:29           ` Daniel Phillips
2002-02-11 19:05             ` Bill Davidsen
2002-02-11 21:17               ` Alex Bligh - linux-kernel
2002-02-12  0:32               ` Daniel Phillips
2002-02-12 16:38                 ` Bill Davidsen
2002-02-12 17:23                   ` Daniel Phillips
2002-02-12 17:26                     ` Padraig Brady
2002-02-12 18:32                       ` Bill Davidsen
2002-02-12 21:06                         ` Andreas Dilger
2002-02-12 22:10                           ` Ville Herva
2002-02-12 22:33                             ` Andreas Dilger
2002-02-13  0:49                           ` Randy.Dunlap
2002-02-13  2:35                             ` Andreas Dilger
2002-02-12 18:26                     ` Bill Davidsen
2002-02-13 14:19                     ` Horst von Brand
2002-02-13 15:58                       ` Daniel Phillips
2002-02-13 23:00                         ` Bill Davidsen
2002-02-13 16:25                       ` Richard B. Johnson
2002-02-13 18:09                         ` Randy.Dunlap
2002-02-13 18:26                           ` Daniel Phillips
2002-02-13 18:27                           ` Richard B. Johnson
2002-02-13 18:35                             ` Daniel Phillips
2002-02-13 18:40                           ` Randy.Dunlap
2002-02-13 21:51                         ` Bill Davidsen
2002-02-13 22:02                           ` Richard B. Johnson
2002-02-13 23:08                             ` Bill Davidsen
2002-02-13 23:21                               ` Ben Greear
2002-02-13 23:39                                 ` Andreas Dilger
2002-02-13 22:17                           ` Ben Greear
2002-02-13 23:13                             ` Bill Davidsen
2002-02-14 16:48                               ` Randy.Dunlap
2002-02-15 22:51                                 ` Andreas Dilger
2002-02-15 23:04                                   ` Randy.Dunlap
2002-02-16  1:10                                     ` Randy.Dunlap
2002-02-19 11:14                                       ` Andreas Dilger
2002-02-16  0:58                                   ` Andreas Ferber
2002-02-22 19:56                                     ` Randy.Dunlap
2002-02-23  7:02                                       ` Andreas Ferber
2002-02-26  6:30                                         ` Andreas Ferber
2002-03-01 21:01                                           ` Randy.Dunlap
2002-02-14  1:02                           ` Daniel Phillips
2002-02-17 12:11                             ` Bill Davidsen
2002-02-12 17:35                   ` Chris Friesen
2002-02-11 18:37           ` Randy.Dunlap
2002-02-11 19:26             ` Bill Davidsen
2002-02-06 16:26       ` Ville Herva
2002-02-06 17:26         ` Thomas Capricelli
2002-02-06 18:16       ` David Relson
2002-02-07  7:56         ` Ville Herva
2002-02-07  9:12           ` Thomas Capricelli
2002-02-07 12:22             ` Ville Herva
2002-02-07 21:11           ` Horst von Brand
2002-02-08  8:25             ` Ville Herva
2002-02-07  8:52       ` Horst von Brand
2002-02-06 11:29 ` Marco Colombo
2002-02-06 13:26   ` Horst von Brand
     [not found] <fa.c5n369v.1a10827@ifi.uio.no>
2002-02-04 16:21 ` Giacomo Catenazzi
2002-02-04 16:01 David Balazic
2002-02-04 21:47 ` Matti Aarnio

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=20020207203451.GE26826@bluemug.com \
    --to=miket@bluemug.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@alex.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phillips@bonn-fries.net \
    /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;
as well as URLs for NNTP newsgroup(s).