[kbuild-devel] Announce: Kernel Build for 2.5, Release 1.10 is available

2001-12-02 Thread Keith Owens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Release 1.10 of kernel build for kernel 2.5 (kbuild 2.5) has been released. http://sourceforge.net/projects/kbuild/, Package kbuild-2.5, download release 1.10. This is now ready to go to Linus for inclusio

[kbuild-devel] Re: Missing Configure,help entries need filling in

2001-12-02 Thread Jeff Garzik
patch applied... I dunno what happened to this patch snippet previously :) -- Jeff Garzik | Only so many songs can be sung Building 1024| with two lips, two lungs, and one tongue. MandrakeSoft | - nomeansno ___ kbuild-devel mailin

[kbuild-devel] Re: Missing Configure,help entries need filling in

2001-12-02 Thread Urban Widmark
On Sat, 1 Dec 2001, Eric S. Raymond wrote: > We're down to 120 missing help entries. If you can fill some of these > in, please send me a patch for Configure.help. ... > VIA_RHINE_MMIO This bit was included in the original patch. Do you want it as a patch for 2.4 also or do you merge by-hand an

[kbuild-devel] Re: Announce: Kernel Build for 2.5, Release 1.10 is available

2001-12-02 Thread Keith Owens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii On Sun, 02 Dec 2001 23:48:29 +1100, Keith Owens <[EMAIL PROTECTED]> wrote: >Release 1.10 of kernel build for kernel 2.5 (kbuild 2.5) has been >released. http://sourceforge.net/projects/kbuild/, Package kbu

[kbuild-devel] Re: Missing Configure,help entries need filling in

2001-12-02 Thread Eric S. Raymond
Urban Widmark <[EMAIL PROTECTED]>: > > VIA_RHINE_MMIO > > This bit was included in the original patch. > Do you want it as a patch for 2.4 also or do you merge by-hand anyway? This was fine, thanks. -- http://www.tuxedo.org/~esr/";>Eric S. Raymond Of all tyrannies, a tyranny ex

[kbuild-devel] CML2 1.9.4 is available

2001-12-02 Thread Eric S. Raymond
Release 1.9.4: Sun Dec 2 14:12:18 EST 2001 * Rulebase and help sync with 2.4.17-pre2/2.5.1-pre5. * Symbols are now unsaveable when an ancestor is n (that is, the ancestor may now be unfrozen). Problems reported by Keith Owens and Dave Relson have been fixed. Greg Banks

[kbuild-devel] kbuild 2.5 & menuconfig

2001-12-02 Thread Sam Ravnborg
I have started using of kbuild recently, latest on top of vanilla 2.4.16. Executing "make -f Makefile-2.5 menuconfig" gave me a few suprises. 1) The 'old-style' way to call GCC and friends was used, displaying a verbose list of options. 2) When menuconfig completed I was asked next to run "make

[kbuild-devel] Dead symbols

2001-12-02 Thread Eric S. Raymond
The following symbols occur only in CML1 configuration files and not .c or .h files or makefiles. Can amy of these be eliminated entirely? This would help me cut the missing-help-entries list. ARCH_CLEP7312: arch/arm/config.in ARCH_EDB7211: arch/arm/config.in EP72XX_ROM_BOOT: arch/arm/config.in

Re: [kbuild-devel] Dead symbols

2001-12-02 Thread Tom Rini
On Sun, Dec 02, 2001 at 09:47:41PM -0500, Eric S. Raymond wrote: > The following symbols occur only in CML1 configuration files and not .c or .h > files or makefiles. Can amy of these be eliminated entirely? This would > help me cut the missing-help-entries list. [snip] > PCI_PERMEDIA: arch/pp

Re: [kbuild-devel] Dead symbols

2001-12-02 Thread Michael Elizabeth Chastain
I can help with two of these. >From the 2.0.39 kernel: Kernel profiling support CONFIG_PROFILE This is for kernel hackers who want to know how much time the kernel spends in the various procedures. The information is stored in /proc/profile (enable the /proc filesystem!) and in o

Re: [kbuild-devel] kbuild 2.5 & menuconfig

2001-12-02 Thread Keith Owens
On Sun, 2 Dec 2001 20:52:43 +0100 (CET), Sam Ravnborg <[EMAIL PROTECTED]> wrote: >I have started using of kbuild recently, latest on top of vanilla >2.4.16. >Executing "make -f Makefile-2.5 menuconfig" gave me a few suprises. > >1) The 'old-style' way to call GCC and friends was used, displaying

[kbuild-devel] Converting the 2.5 kernel to kbuild 2.5

2001-12-02 Thread Keith Owens
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

Re: [kbuild-devel] Converting the 2.5 kernel to kbuild 2.5

2001-12-02 Thread Eric S. Raymond
Keith Owens <[EMAIL PROTECTED]>: > 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 Ad

Re: [kbuild-devel] Converting the 2.5 kernel to kbuild 2.5

2001-12-02 Thread Keith Owens
On Sun, 2 Dec 2001 20:19:46 -0500, "Eric S. Raymond" <[EMAIL PROTECTED]> wrote: >Keith Owens <[EMAIL PROTECTED]>: >> The CML1 to CML2 conversion comes later, either in 2.5.3 or 2.5.4. > >The schedule I heard from Linus at the kernel summit was that both changes >were to go in between 2.5.1 and 2