All of lore.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2001-12-07  4:17 Keith Owens
  2001-12-07  4:30 ` [kbuild-devel] (no subject) Tom Rini
  2001-12-07  5:10 ` your mail Linus Torvalds
  0 siblings, 2 replies; 16+ messages in thread
From: Keith Owens @ 2001-12-07  4:17 UTC (permalink / raw)
  To: kbuild-devel; +Cc: linux-kernel, torvalds

Linus, the time has come to convert the 2.5 kernel to kbuild 2.5.  I
want to do this in separate steps to make it easier for architectures
that have not been converted yet.

2.5.1           Semi-stable kernel, after bio is working.

2.5.2-pre1      Add the kbuild 2.5 and CML2 code, still using
                Makefile-2.5, supporting both CML1 and CML2.
                i386, sparc, sparc64 can use either kbuild 2.4 or 2.5,
                2.5 is recommended.
                ia64 can only use kbuild 2.5.
                Other architectures continue to use kbuild 2.4.
                Wait 24 hours for any major problems then -

2.5.2-pre2      Remove kbuild 2.4 code, rename Makefile-2.5 to Makefile.
		Still supporting both CML1 and CML2.
                i386, ia64, sparc, sparc64 can compile using kbuild 2.5.
                Other architectures cannot compile until they convert
                to kbuild 2.5.  The kbuild group can help with the
                conversion but without access to a machine we cannot
                test other architectures.  Until the other archs have
                been converted, they can stay on 2.5.2-pre1.
                Wait 24 hours for any major problems then -

2.5.2-pre3      Remove CML1 support.

Doing the change in steps provides a platform where both kbuild 2.4 and
2.5 work and both CML1 and CML2 are available.  This allows other
architectures to parallel test the old and new kbuild and CML during
their conversion, I found that ability was very useful during
conversion.

Linus, is this acceptable?  When do you want the kbuild 2.5 and CML2
patches?


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [kbuild-devel] Converting the 2.5 kernel to kbuild 2.5
@ 2001-12-04 17:03 Eric S. Raymond
  2001-12-04 17:44 ` Alan Cox
  0 siblings, 1 reply; 16+ messages in thread
From: Eric S. Raymond @ 2001-12-04 17:03 UTC (permalink / raw)
  To: linux-kernel, Christoph Hellwig, Keith Owens, kbuild-devel,
	torvalds

Matthias Andree <matthias.andree@stud.uni-dortmund.de>:
> Seriously: what do you fear? Losing the efforts you put into mconfig?
> Linux 2.2 and 2.4 will be around for quite some time (not sure about
> mconfig on 2.0, I don't use 2.0.x ATM).

Oops.  I wasn't going to tell anyone this yet, but since you've made
this argument I feel I must be up front here....

After CML2 has proven itself in 2.5, I do plan to go back to Marcelo
and lobby for him accepting it into 2.4, on the grounds that doing so
will simplify his maintainance task no end.  That's why I'm tracking
both sides of the fork in the rulebase, so it will be an easy drop-in
replacement for Marcelo as well as Linus.

> What are the precise issues with Python? Just claiming it is an issue is
> not useful for discussing this. Archive pointers are welcome.

The issues can be divided into two groups: silly and serious.  The 
representative silly objection was "Python is evil because significant
whitespace sucks!".  Cristoph's objection to the use of a binary pickle 
as an intermediate format is in this category also.

I heard two serious objections: 

(1) The overhead of learning a new config language is too high.

(2) Requiring Python introduces another tool into the requisites list for
kernel building.  

As to (1), the very people who maintained the in-kernel CML1 tools
judged that the overhead of sticking with what they wrote was
forseeably going to be higher than that of putting a new language in
place.  Otherwise they would not have encouraged me to replace it when
I offered.

As to (2), I could make all kinds of elaborate defensive technical 
arguments, or I could point at Greg Bank's CML2-in-C project, but 
screw that.  I'm just going to say "Today's problems, today's tools."
Progress happens. If you don't like it, feel free to go back to 
writing Autocoder on your 1401.
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

"The state calls its own violence `law', but that of the individual `crime'"
	-- Max Stirner

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Converting the 2.5 kernel to kbuild 2.5
@ 2001-12-03  1:06 Keith Owens
  0 siblings, 0 replies; 16+ messages in thread
From: Keith Owens @ 2001-12-03  1:06 UTC (permalink / raw)
  To: kbuild-devel; +Cc: linux-kernel, torvalds

Linus, the time has come to convert the 2.5 kernel to kbuild 2.5.  I
want to do this in separate steps to make it easier for architectures
that have not been converted yet.

2.5.1           Semi-stable kernel, after bio is working.

2.5.2-pre1      Add the kbuild 2.5 code, still using Makefile-2.5.
                i386, sparc, sparc64 can use either kbuild 2.4 or 2.5,
                2.5 is recommended.
                ia64 can only use kbuild 2.5.
                Other architectures continue to use kbuild 2.4.
                Wait 24 hours for any major problems then -

2.5.2-pre2      Remove kbuild 2.4 code, rename Makefile-2.5 to Makefile.
                i386, ia64, sparc, sparc64 can compile using kbuild 2.5.
                Other architectures cannot compile until they convert
                to kbuild 2.5.  The kbuild group can help with the
                conversion but without access to a machine we cannot
                test other architectures.  Until the other archs have
                been converted, they can stay on 2.5.2-pre1.

Doing the change in two steps provides a platform where both kbuild 2.4
and 2.5 work.  This allows other architectures to parallel test the old
and new kbuild during their conversion, I found that ability was very
useful during conversion.

The CML1 to CML2 conversion comes later, either in 2.5.3 or 2.5.4.

Linus, is this acceptable?


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2001-12-28 22:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-07  4:17 Keith Owens
2001-12-07  4:30 ` [kbuild-devel] (no subject) Tom Rini
2001-12-07  4:36   ` Keith Owens
2001-12-07  4:41     ` Tom Rini
2001-12-07 11:01     ` Russell King
2001-12-07 11:07       ` Keith Owens
2001-12-07  5:10 ` your mail Linus Torvalds
2001-12-07  5:12   ` [kbuild-devel] " Eric S. Raymond
2001-12-07  8:29   ` Converting the 2.5 kernel to kbuild 2.5 Keith Owens
2001-12-27 18:09   ` your mail Andre Hedrick
2001-12-27 18:55     ` Linus Torvalds
2001-12-27 19:41       ` Andrew Morton
2001-12-28 22:14       ` Martin Dalecki
  -- strict thread matches above, loose matches on Subject: below --
2001-12-04 17:03 [kbuild-devel] Converting the 2.5 kernel to kbuild 2.5 Eric S. Raymond
2001-12-04 17:44 ` Alan Cox
2001-12-05  1:59   ` Cameron Simpson
2001-12-05  8:29     ` Eric S. Raymond
2001-12-03  1:06 Keith Owens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.