From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: esr@thyrsus.com
Cc: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@transmeta.com>
Subject: CML2 feedback (was Re: Disgusted with kbuild developers)
Date: Sat, 16 Feb 2002 10:33:53 -0500 [thread overview]
Message-ID: <3C6E7BE1.8F1769F7@mandrakesoft.com> (raw)
In-Reply-To: LINKIFYDbafafcfJFfIADfJccGcbbAfbDDJGfEaHbGbGFCdLINKIFYIeABBGbHeBEfaFGIBcCIHfJCfJBDbfBIAEGGbfDcLINKIFYdeccJBAdFCBGEdBbfHaIEdDAFDEHbfbFdfdcafDILINKIFYdCBBccDHFIdbBbbBIbHBfdFcccfeEbbbeAFHFaGFLINKIFYeGdCbJBecaAAcDDHJcHAeEbHJGJbHbAAJFdJCACdLINKIFYIeBDIfefGfdJaADeEDeHJEGGcABAGAeccJbAIDHaLINKIFYfdICdHbFfAIAGIaFIAcEDaBfAcGIADDEdcdfDEJF <1013811711.807.1066.camel@phantasy> <OE193Qime2yO9QJsWhz00006b54@hotmail.com> <3C6DE7DC.59A92A6D@mandrakesoft.com> <20020216095039.L23546@thyrsus.com>
"Eric S. Raymond" wrote:
> What problems do you have with CML1? Name them and I will make sure
> they are not issues in CML2.
>
> I've been begging for feedback for many months. Pleases *get specific*.
> Instead of muttering that Eric refuses to listen, *give me something
> to listen to*!
(cc'ing Linus)
1) Remove global dependencies.
> source "arch/um/rules.cml"
> source "arch/i386/rules.cml"
> source "arch/alpha/rules.cml"
> source "arch/sparc/rules.cml"
[...]
All symbols should not be included on every config run. The
architectures currently create their own master rules file, which then
selectively includes other config files. You break this and remove
control (and flexibility) by enforcing something globally which was
previously done on a per-arch basis.
2) As discussed in December (as well as before and after that thread),
the --eventual-- direction to go is that a single file will contain all
meta information about a driver or set of drivers. Config.help entries,
Config.in entries, Makefile rules, etc. The idea is to group
information about a particular object in the same location. So,
considering (a) that Config.help now exists and (b) this eventual
direction, splitting up rules and symbols into completely separate files
is not the greatest idea... when we eventually want to integrate rules
and symbols.
Take a look at what we find in Donald Becker's virgin source tree, in
winbond-840.c:
> /* Automatically extracted configuration info:
> probe-func: winbond840_probe
> config-in: tristate 'Winbond W89c840 Ethernet support' CONFIG_WINBOND_840
>
> c-help-name: Winbond W89c840 PCI Ethernet support
> c-help-symbol: CONFIG_WINBOND_840
> c-help: The winbond-840.c driver is for the Winbond W89c840 chip.
> c-help: This chip is named TX9882 on the Compex RL100-ATX board.
> c-help: More specific information and updates are available from
> c-help: http://www.scyld.com/network/drivers.html
> */
All the information is in one location. Now, Linus said not to embed
this information in the source, but put it in a metadata file. But
other than that, this is a small and simple example of what the metadata
config files might eventually look like.
So, my own personal opinion is that CML2 should follow these suggestions
:)
Regards,
Jeff
--
Jeff Garzik | "Why is it that attractive girls like you
Building 1024 | always seem to have a boyfriend?"
MandrakeSoft | "Because I'm a nympho that owns a brewery?"
| - BBC TV show "Coupling"
next prev parent reply other threads:[~2002-02-16 15:34 UTC|newest]
Thread overview: 137+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-15 16:55 Disgusted with kbuild developers Jeff Garzik
2002-02-15 16:51 ` Eric S. Raymond
2002-02-15 17:25 ` Dave Jones
2002-02-15 19:01 ` Eric S. Raymond
2002-02-15 17:25 ` Larry McVoy
2002-02-15 17:13 ` Eric S. Raymond
2002-02-15 17:27 ` Tom Rini
2002-02-15 17:31 ` Jeff Garzik
2002-02-15 17:25 ` Eric S. Raymond
2002-02-15 18:24 ` Alexander Viro
2002-02-15 18:55 ` Eric S. Raymond
2002-02-15 19:29 ` Arjan van de Ven
2002-02-15 19:14 ` Eric S. Raymond
2002-02-15 19:58 ` Arjan van de Ven
2002-02-15 19:54 ` Eric S. Raymond
2002-02-15 20:38 ` Dave Jones
2002-02-15 20:45 ` Eric S. Raymond
2002-02-16 8:37 ` Jeff Garzik
2002-02-15 21:34 ` Alan Cox
2002-02-15 20:59 ` Eric S. Raymond
2002-02-15 21:47 ` Alan Cox
2002-02-15 21:46 ` Eric S. Raymond
2002-02-15 22:40 ` Alan Cox
2002-02-15 22:08 ` Eric S. Raymond
2002-02-15 22:52 ` Alan Cox
2002-02-16 9:50 ` Martin Dalecki
2002-02-16 4:57 ` Jeff Garzik
2002-02-16 7:41 ` Gerd Knorr
2002-02-16 12:36 ` Alan Cox
2002-02-16 14:10 ` Eric S. Raymond
2002-02-15 22:44 ` Rob Landley
2002-02-19 8:04 ` Pavel Machek
2002-02-19 21:13 ` Eric S. Raymond
2002-02-15 22:08 ` Robert Love
2002-02-15 22:28 ` Dave Jones
2002-02-15 22:11 ` Eric S. Raymond
2002-02-15 23:07 ` Alan Cox
2002-02-16 15:54 ` Eric S. Raymond
2002-02-16 16:38 ` Alan Cox
2002-02-16 16:22 ` Eric S. Raymond
2002-02-16 16:52 ` Jeff Garzik
2002-02-16 17:10 ` Alan Cox
2002-02-16 16:50 ` Jeff Garzik
2002-02-16 5:05 ` Jeff Garzik
2002-02-16 11:23 ` Matthias Andree
2002-02-16 14:52 ` Eric S. Raymond
2002-02-16 15:36 ` Jeff Garzik
2002-02-16 15:52 ` Possible breakthrough in the CML2 logjam? Eric S. Raymond
2002-02-16 16:34 ` Jeff Garzik
2002-02-16 16:57 ` Eric S. Raymond
2002-02-16 17:29 ` Jeff Garzik
2002-02-16 17:32 ` Eric S. Raymond
2002-02-16 19:01 ` Jeff Garzik
2002-02-17 0:57 ` Felix von Leitner
2002-02-20 9:07 ` 'revolting' overemphasizes personal beliefs && religion bert hubert
2002-02-16 17:37 ` Possible breakthrough in the CML2 logjam? Larry McVoy
2002-02-16 17:16 ` Eric S. Raymond
2002-02-16 17:48 ` Jeff Garzik
2002-02-16 17:50 ` Larry McVoy
2002-02-18 10:06 ` Rogier Wolff
2002-02-15 20:42 ` Disgusted with kbuild developers Larry McVoy
2002-02-15 20:39 ` Eric S. Raymond
2002-02-15 21:15 ` Dave Jones
2002-02-15 20:58 ` Eric S. Raymond
2002-02-15 21:49 ` Dave Jones
2002-02-15 22:04 ` Eric S. Raymond
2002-02-15 22:41 ` Dave Jones
2002-02-15 23:26 ` Rob Landley
2002-02-16 6:35 ` Eric S. Raymond
2002-02-16 18:20 ` Rob Landley
2002-02-16 9:21 ` David Woodhouse
2002-02-16 13:57 ` Eric S. Raymond
2002-02-16 15:21 ` Adam Kropelin
2002-02-16 14:51 ` David Woodhouse
2002-02-16 15:56 ` Eric S. Raymond
2002-02-16 5:12 ` Jeff Garzik
2002-02-15 22:09 ` Richard Gooch
2002-02-15 21:50 ` Eric S. Raymond
2002-02-15 22:27 ` Dave Jones
2002-02-15 22:19 ` Eric S. Raymond
2002-02-16 0:15 ` Nicolas Pitre
2002-02-16 16:00 ` Eric S. Raymond
2002-02-16 16:53 ` Nicolas Pitre
2002-02-17 0:05 ` Felix von Leitner
2002-02-15 22:38 ` Larry McVoy
2002-02-15 22:22 ` Eric S. Raymond
2002-02-15 23:23 ` Matthias Andree
2002-02-15 23:29 ` Dave Jones
2002-02-15 23:37 ` David Lang
2002-02-16 2:11 ` Matthias Andree
2002-02-15 23:36 ` Larry McVoy
2002-02-15 23:51 ` David Lang
2002-02-16 0:49 ` Alan Cox
2002-02-16 0:08 ` Ben Greear
2002-02-18 9:41 ` Rogier Wolff
2002-02-18 16:07 ` Larry McVoy
2002-02-16 9:53 ` Martin Dalecki
2002-02-16 13:04 ` Matthias Andree
2002-02-16 15:53 ` Michal Jaegermann
2002-02-17 23:06 ` Matthias Andree
2002-02-15 22:41 ` Alan Cox
2002-02-15 23:37 ` Alexander Viro
2002-02-16 1:14 ` William Scott Lockwood III
2002-02-16 1:59 ` Larry McVoy
2002-02-16 2:08 ` William Scott Lockwood III
2002-02-17 4:36 ` Daniel Phillips
2002-02-16 4:17 ` John Jasen
2002-02-16 4:20 ` William Scott Lockwood III
2002-02-15 22:27 ` yodaiken
2002-02-15 22:19 ` Cort Dougan
2002-02-16 8:33 ` Jeff Garzik
2002-02-16 14:53 ` Eric S. Raymond
2002-02-16 16:55 ` Alan Cox
2002-02-15 22:21 ` Robert Love
2002-02-15 22:29 ` That Linux Guy
2002-02-16 5:02 ` Jeff Garzik
2002-02-16 14:50 ` Eric S. Raymond
2002-02-16 15:33 ` Jeff Garzik [this message]
2002-02-16 16:06 ` Nicolas Pitre
2002-02-16 16:08 ` Eric S. Raymond
2002-02-16 16:37 ` Jeff Garzik
2002-02-16 17:34 ` Nicolas Pitre
2002-02-17 6:46 ` Matt D. Robinson
2002-02-16 18:29 ` Of Bundling, Dao and Cowardice Alexander Viro
2002-02-16 19:16 ` That Linux Guy <thatlinuxguy@hotmail.com>,Re: " Rik van Riel
2002-02-18 17:33 ` bill davidsen
2002-02-20 19:53 ` Oliver Xymoron
2002-02-16 22:29 ` Disgusted with kbuild developers Joel Becker
2002-02-17 0:05 ` Rob Landley
2002-02-17 0:26 ` Nicolas Pitre
2002-02-17 23:10 ` Matthias Andree
2002-02-16 9:46 ` Martin Dalecki
2002-02-15 21:24 ` Rob Landley
2002-02-16 9:30 ` Martin Dalecki
2002-02-15 17:02 ` Rik van Riel
2002-02-15 17:35 ` Alexander Viro
2002-02-15 18:00 ` Michael Alan Dorman
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=3C6E7BE1.8F1769F7@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=esr@thyrsus.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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