Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-19 Thread Christoph Hellwig
In article <[EMAIL PROTECTED]> you wrote: > Eeek! No, I took that out back in test9-pre7 to solve the ordering > problem that we were having (the hub driver's __init function in the > usbcore.o needed to be called _before_ the other driver's __init > functions when everything is compiled into the

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-19 Thread Greg KH
On Thu, Oct 19, 2000 at 07:18:49PM +1100, Keith Owens wrote: > > See conclusion, jump to conclusion :(. There was a missing line from > the boilerplate conversion of lists to old style Makefile variables. > Forget my previous patch, use this one. Against 2.4.0-test10-pre4. > > Index: 0-test10-

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-19 Thread Keith Owens
On Wed, 18 Oct 2000 22:20:15 -0700, Greg KH <[EMAIL PROTECTED]> wrote: >> >Keith Owens wrote: >> >> +obj-$(CONFIG_USB) += usbcore.o usb.o >I don't think that would work, for if the USB core code is compiled as a >module, then usb.o has to be part of usbcore.o, or am I missing >someth

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-18 Thread Greg KH
On Thu, Oct 19, 2000 at 10:45:36AM +1100, Keith Owens wrote: > On Wed, 18 Oct 2000 13:47:40 -0700, > Randy Dunlap <[EMAIL PROTECTED]> wrote: > >Keith Owens wrote: > >> +obj-$(CONFIG_USB) += usbcore.o usb.o > > > >We still need your help. Using this usb/Makefile change gives > >me er

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-18 Thread Keith Owens
On Wed, 18 Oct 2000 13:47:40 -0700, Randy Dunlap <[EMAIL PROTECTED]> wrote: >Keith Owens wrote: >> +obj-$(CONFIG_USB) += usbcore.o usb.o > >We still need your help. Using this usb/Makefile change gives >me errors on all (?) exported symbols when I try to build all >of USB into the k

RE: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-18 Thread Dunlap, Randy
represent the views of my employer.| --- > -Original Message- > From: Greg KH [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 18, 2000 1:54 PM > To: Randy Dunlap > Cc: Keith Owens; Claude LeFrancois (LMC); [EMAIL PROTECTED] &g

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-18 Thread Greg KH
On Wed, Oct 18, 2000 at 01:47:40PM -0700, Randy Dunlap wrote: > I guess that we could go ahead and merge usb-core.c into usb.c > if there's no good/simple solution to this. I wanted to do that anyway, so I'd recommend it. Especially if it fixes this problem. Want a patch to do it? thanks, gre

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-18 Thread Randy Dunlap
Keith Owens wrote: > > Objects that export symbols must be explicitly listed before the > calculation of OX_OBJS. usb.o is not explicitly listed as an object, > it is implicitly included via the link of usbcore. > > Index: 0-test10-pre3.1/drivers/usb/Makefile > --- 0-test10-pre3.1/drivers/usb/M

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-17 Thread Keith Owens
Objects that export symbols must be explicitly listed before the calculation of OX_OBJS. usb.o is not explicitly listed as an object, it is implicitly included via the link of usbcore. Index: 0-test10-pre3.1/drivers/usb/Makefile --- 0-test10-pre3.1/drivers/usb/Makefile Mon, 02 Oct 2000 15:28:44

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-17 Thread Claude LeFrancois (LMC)
Hello Greg, I have reproduced the problem on 2.4.0-test10-pre3. The information you have requested is attached to this message and. I also send you an ouput of dmesg, the result of the command "depmod -ae" and the content of /proc/ksyms. All the information I send to you are related to 2.4.0-test

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-13 Thread Greg KH
On Fri, Oct 13, 2000 at 01:52:12PM -0400, Claude LeFrancois (LMC) wrote: > Hello, > > I had the same problem with the USB core driver compiled statically into > the kernel 2.4.0-test10pre1. If I get the whole USB distribution > compiled as a modules, everything works fine. Here is the content of

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-13 Thread Claude LeFrancois (LMC)
Hello, I had the same problem with the USB core driver compiled statically into the kernel 2.4.0-test10pre1. If I get the whole USB distribution compiled as a modules, everything works fine. Here is the content of my /proc/ksyms related to USB with the USB core driver compiled into the kernel. Th

Re: 2.4.0-test9-pre8

2000-10-06 Thread Pavel Machek
Hi! > > Swapping to /dev/loop* probably can not work. > > Probably not no ... we really need to rework /dev/loop into > an md-like thing ;) > > > Swapping to file on nfs does not work. > > Any fundamental reasons, or is this in the "fixable" > category? If it is fixable, I'd like to fix it ;)

Re: 2.4.0-test9-pre8

2000-10-06 Thread Rik van Riel
On Fri, 6 Oct 2000, Pavel Machek wrote: > This really should be documented, somewhere. Indeed ;) > For example swapping over nbd to localhost can not work. > > Swapping over nbd to any other host can not work, too; but it > might be fixable. This is one of the next things on my TODO list, act

Re: 2.4.0-test9-pre8

2000-10-06 Thread Pavel Machek
Hi! > * Following a suggestion from Jeff Garzik to save the disk from heavy > trashing during my mem=8M test, I've tried to use a ramdisk for > swapping - Yes, I know, this is pretty stupid in normal use and might > even be illegal (i.e. not expected to work by design). Anyway, I've > tri

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-05 Thread Greg KH
On Tue, Oct 03, 2000 at 09:54:25AM -0700, Greg KH wrote: > > Very strange, I'll beat on this some more today and try to see what's > up. I tried this .config on test9 final last night and didn't have any problems. Could you see if this is still a problem with test9? thanks, greg k-h -- greg

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-04 Thread Dr. Kelsey Hudson
On Wed, 4 Oct 2000, Jakub Jelinek wrote: > This does tell nothing if the pcibios thing is fixed or not, because you > most probably did not configure PCI on your sparc32 (why would you do that, > when you don't have a JavaStation?). > So you have to either look at the code or configure PCI in...

Re: 2.4.0-test9-pre8

2000-10-04 Thread David Ford
Do you have nscd installed and running or have incorrect nsswitch/resolv.conf settings? I have several systems here on test9p8 and they all start up very fast. Full boot is usually less than 45 seconds, 60 for the X on my laptop. What is that UDP socket for? port 53 I'm guessing? Double check

Re: 2.4.0-test9-pre8

2000-10-04 Thread Martin Diehl
On Tue, 3 Oct 2000, Rik van Riel wrote: > On Tue, 3 Oct 2000, Martin Diehl wrote: > > > > Just tried 2.4.0-t9p8 + t9p8-vmpatch: No change here. Box > > appears to hang upon "init 2" (or higher) when starting several > > things (sendmail, xfs e.g.) with (according to SysRq+p) > > idle_task being

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-04 Thread Anton Blanchard
> Hmmm, somebody tried to enhance config language... > The following patch should fix it. Looks good. I committed the same patch to the vger tree yesterday but it has not made it to Linus yet. In fact I forgot to fix sparc32. Thanks! Anton - To unsubscribe from this list: send the line "unsubs

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-04 Thread Anton Blanchard
> > That fix is already in the vger sparc cvs kernel tree... just remove the > > definition of pcibios_present() in pcic.c and you should be fine... > > "Why hasn't it been merged over to Linus" is my question then... I sent sparc diffs to Linus yesterday and it is in 2.4.0-test9. Anton - To

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Andrzej Krzysztofowicz
"Dr. Kelsey Hudson wrote:" > > Question is, is this still broken on -test9-final or did > > the fix Linus merged earlier today get rid of your problems? > > Let me try this and find out... > > Hmm. I get an error when trying to run 'make xconfig': > > gmake[1]: Entering directory `/usr/src/lin

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Jakub Jelinek
On Tue, Oct 03, 2000 at 10:41:57PM -0700, Dr. Kelsey Hudson wrote: > > Question is, is this still broken on -test9-final or did > > the fix Linus merged earlier today get rid of your problems? > > Let me try this and find out... ... > making dep... > > ::curses his SS20 for being so SLOW!:: > I

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Dr. Kelsey Hudson
> Question is, is this still broken on -test9-final or did > the fix Linus merged earlier today get rid of your problems? Let me try this and find out... Hmm. I get an error when trying to run 'make xconfig': gmake[1]: Entering directory `/usr/src/linux-2.4.0-test9/scripts' cat h

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Rik van Riel
On Tue, 3 Oct 2000, Dr. Kelsey Hudson wrote: > > pcic.c: At top level: > > pcic.c:39: redefinition of `pcibios_present' > > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously >defined here > > make[1]: *** [pcic.o] Error 1 > > make[1]: Leaving directory `/usr/src/lin

Re: 2.4.0-test9-pre8

2000-10-03 Thread Rik van Riel
On Tue, 3 Oct 2000, Martin Diehl wrote: > On Tue, 3 Oct 2000, Rik van Riel wrote: > > On Tue, 3 Oct 2000, Martin Diehl wrote: > > > > > * deadlock in initscripts (even for runlevel 2). SysRq shows idle_task > > > being the only one ever getting the CPU when deadlocked. > > > > This suggests ta

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Dr. Kelsey Hudson
> pcic.c: At top level: > pcic.c:39: redefinition of `pcibios_present' > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously >defined here > make[1]: *** [pcic.o] Error 1 > make[1]: Leaving directory `/usr/src/linux-2.4.0-test/arch/sparc/kernel' > make: *** [_dir_arch/

Re: 2.4.0-test9-pre8

2000-10-03 Thread Martin Diehl
On Tue, 3 Oct 2000, Rik van Riel wrote: > On Tue, 3 Oct 2000, Martin Diehl wrote: > > > * deadlock in initscripts (even for runlevel 2). SysRq shows idle_task > > being the only one ever getting the CPU when deadlocked. > > This suggests tasks yielding the CPU while task->state != > TASK_RU

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Horst von Brand
Joshua Uziel <[EMAIL PROTECTED]> said: > * Horst von Brand <[EMAIL PROTECTED]> [001002 10:35]: > > This PCI stuff was discussed before... > > > > pcic.c: At top level: > > pcic.c:39: redefinition of `pcibios_present' > > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previou

Re: 2.4.0-test9-pre8

2000-10-03 Thread Russell King - ARM Linux Admin
Jeff Garzik writes: > On Mon, 2 Oct 2000, Rasmus Andersen wrote: > > On Sun, Oct 01, 2000 at 09:14:49PM -0700, Linus Torvalds wrote: > > > > > > Last pre-kernel - I'll do the real test9 before I fly off to Germany on > > > Tuesday. > > > > > > Linus > > > --- > > > - pre8: > > > -

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-03 Thread Greg KH
On Tue, Oct 03, 2000 at 06:22:32PM +0200, f5ibh wrote: > Christoph wrote : > > Could you try undoing the -pre8 changes to drivers/usb/Makefile? > THIS was the solution I've compiled 2.4.0-test9-pre9 with the > drivers/usb/Makefile of the test9-pre7 version of the kernel. I've no more the > 'u

Re:2.4.0-test9-pre8, usb, unresolved symbols

2000-10-03 Thread f5ibh
Hi! Randy wrote : > Are you building USB core support in-kernel or as ai > module? (Maybe provide your .config file, or at least > the CONFIG_USB_xxx portion of it.) I use modules, here is part of my .config file. Remark : I've the same problem with 2.4.0-test9-pre9. Greg wrote: > Is your mod

Re: 2.4.0-test9-pre8

2000-10-03 Thread Rik van Riel
On Tue, 3 Oct 2000, Mohammad A. Haque wrote: > I'm experiencing what appears to be lockups, but probably not. They're lockups allright. I went over the VM code and buffer.c today and found a whole bunch of rescheduling points where the kernel can call schedule() while current->state != TASK_RUNN

Re: 2.4.0-test9-pre8

2000-10-03 Thread Mohammad A. Haque
I'm experiencing what appears to be lockups, but probably not. I'm always in X when it happens so maybe that's one source of the problem. Basically, I loose complete control of the system but it still responds to pings and still passes traffic through (my machine is also the NAT gateway on my home

Re: 2.4.0-test9-pre8

2000-10-03 Thread Rik van Riel
On Tue, 3 Oct 2000, Martin Diehl wrote: > * deadlock in initscripts (even for runlevel 2). SysRq shows idle_task > being the only one ever getting the CPU when deadlocked. This suggests tasks yielding the CPU while task->state != TASK_RUNNABLE, which results in them never being rescheduled aga

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Joshua Uziel
* Horst von Brand <[EMAIL PROTECTED]> [001002 10:35]: > This PCI stuff was discussed before... > > pcic.c: At top level: > pcic.c:39: redefinition of `pcibios_present' > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously >defined here > make[1]: *** [pcic.o] Error 1

Re: 2.4.0-test9-pre8

2000-10-03 Thread Jeff Garzik
On Mon, 2 Oct 2000, Rasmus Andersen wrote: > On Sun, Oct 01, 2000 at 09:14:49PM -0700, Linus Torvalds wrote: > > > > Last pre-kernel - I'll do the real test9 before I fly off to Germany on > > Tuesday. > > > > Linus > > --- > > - pre8: > > - initialize to zero -> put it in the .

Re: 2.4.0-test9-pre8

2000-10-02 Thread Martin Diehl
Hi, On Mon, 2 Oct 2000, Rik van Riel wrote: > On Sun, 1 Oct 2000, Linus Torvalds wrote: > > > - pre8: > > - quintela: fix the synchronous wait on kmem_cache_shrink(). > > This should fix the mmap02 lockup. > > It probably doesn't. People will want to apply my patch > (on http://www

Re: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-02 Thread Greg KH
On Mon, Oct 02, 2000 at 11:18:49PM +0200, f5ibh wrote: > > Hi, > > Randy wrote : > > All of the missing symbols are in usb.o (usbcore.o module or > > usbdrv.o in-kernel). Is usbcore.o loaded or do you have > > /etc/modules.conf setup to load it automatically? > > Did you run depmod after 'make

RE: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-02 Thread Dunlap, Randy
Well, let's see. linux/drivers/Makefile did change for test9-pre8. That's one possibility. Are you building USB core support in-kernel or as a module? (Maybe provide your .config file, or at least the CONFIG_USB_xxx portion of it.) Thanks, ~Randy > From: f5ibh [mailto:[EMAIL PROTECTED]] > >

Re:2.4.0-test9-pre8, usb, unresolved symbols

2000-10-02 Thread f5ibh
Hi, Randy wrote : > All of the missing symbols are in usb.o (usbcore.o module or > usbdrv.o in-kernel). Is usbcore.o loaded or do you have > /etc/modules.conf setup to load it automatically? > Did you run depmod after 'make modules_install' ? I've a Debian 2.2 system. With Debian, I use the "m

Re: 2.4.0-test9-pre8

2000-10-02 Thread Christoph Hellwig
On Mon, Oct 02, 2000 at 03:26:39PM +0200, Christoph Hellwig wrote: > On Mon, Oct 02, 2000 at 08:01:14AM -0500, Jeff Garzik wrote: > > > Christoph Hellwig sent me a better patch, with Cc: to Linus, so I hope this > > > will be fixed in test9. > > > > *nudge* Here's hoping that one of you guys wil

Re: 2.4.0-test9-pre8

2000-10-02 Thread Rasmus Andersen
On Sun, Oct 01, 2000 at 09:14:49PM -0700, Linus Torvalds wrote: > > Last pre-kernel - I'll do the real test9 before I fly off to Germany on > Tuesday. > > Linus > --- > - pre8: > - initialize to zero -> put it in the .bss instead This patch was inspired by a comment from Jef

Re: Oops at bootup with 2.4.0-test9-pre8

2000-10-02 Thread really [EMAIL PROTECTED]
> --test9-pre8 blows up at boot, somewhere around the ALI5X3 init. > > Here's the oops, with ksymoops decode. Copied by hand, > hope it's correct: Darn. Made 3 typos in transcription: ALI5X3: IDE controller on PCI buss 00 dev 78 ^ Process swapper (pid: 2, sta

Oops at bootup with 2.4.0-test9-pre8

2000-10-02 Thread really [EMAIL PROTECTED]
--test9-pre8 blows up at boot, somewhere around the ALI5X3 init. Here's the oops, with ksymoops decode. Copied by hand, hope it's correct: ALI5X3: IDE controller on PCI buss 00 dev 78 ALI5X3: chipset revision 193 ALI5X3: bad irq (0): will probe later Unable to handle kernel paging request at

2.4.0-test9-pre8 on SPARC build failure

2000-10-02 Thread Horst von Brand
This PCI stuff was discussed before... pcic.c: At top level: pcic.c:39: redefinition of `pcibios_present' /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously defined here make[1]: *** [pcic.o] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.0-test/arch/sparc/ke

Re: 2.4.0-test9-pre8

2000-10-02 Thread David Weinehall
On Mon, Oct 02, 2000 at 10:26:20AM -0500, Jeff Garzik wrote: > On Mon, 2 Oct 2000, David Weinehall wrote: > > > Warnings on build with v2.4.0test9pre8 (with Rik van Riel's extra fixes): > > > > parport_pc.c:2283: warning: `parport_pc_superio_info' defined but not used > > .config dependent I th

Re: 2.4.0-test9-pre8

2000-10-02 Thread Jeff Garzik
On Mon, 2 Oct 2000, David Weinehall wrote: > Warnings on build with v2.4.0test9pre8 (with Rik van Riel's extra fixes): > > parport_pc.c:2283: warning: `parport_pc_superio_info' defined but not used .config dependent I think. > sg.c: In function `exit_sg': > sg.c:1321: warning: implicit declar

Re: 2.4.0-test9-pre8

2000-10-02 Thread David Weinehall
Warnings on build with v2.4.0test9pre8 (with Rik van Riel's extra fixes): parport_pc.c:2283: warning: `parport_pc_superio_info' defined but not used sg.c: In function `exit_sg': sg.c:1321: warning: implicit declaration of function `sg_proc_cleanup' page_alloc.c: In function `__alloc_pages': page_

Re: 2.4.0-test9-pre8

2000-10-02 Thread David Weinehall
On Mon, Oct 02, 2000 at 01:34:03AM -0300, Rik van Riel wrote: > On Sun, 1 Oct 2000, Linus Torvalds wrote: > > > Last pre-kernel - I'll do the real test9 before I fly off to > > Germany on Tuesday. > > > - pre8: > > - quintela: fix the synchronous wait on kmem_cache_shrink(). > > This

RE: 2.4.0-test9-pre8, usb, unresolved symbols

2000-10-02 Thread Dunlap, Randy
Hi, > From: f5ibh [mailto:[EMAIL PROTECTED]] > > Hi! > > While doing modprobe hid or modprobe usb-uhci, I get the > following unresolved > symbols. Config is P200MMX, 64Mb SDRAM. All of the missing symbols are in usb.o (usbcore.o module or usbdrv.o in-kernel). Is usbcore.o loaded or do you h

Re: 2.4.0-test9-pre8

2000-10-02 Thread Mike Galbraith
On Mon, 2 Oct 2000, Rik van Riel wrote: > On Sun, 1 Oct 2000, Linus Torvalds wrote: > > > Last pre-kernel - I'll do the real test9 before I fly off to > > Germany on Tuesday. > > > - pre8: > > - quintela: fix the synchronous wait on kmem_cache_shrink(). > > This should fix the mmap02

2.4.0-test9-pre8, usb, unresolved symbols

2000-10-02 Thread f5ibh
Hi! While doing modprobe hid or modprobe usb-uhci, I get the following unresolved symbols. Config is P200MMX, 64Mb SDRAM. -- Versions installed: (if some fields are empty or look -- unusual then possibly you have very old versions) Linux debian-f5ibh 2.4.0-test9 #1 lun oct 2 14:44:11 CEST 2000

Re: 2.4.0-test9-pre8

2000-10-02 Thread Christoph Hellwig
On Mon, Oct 02, 2000 at 08:01:14AM -0500, Jeff Garzik wrote: > > Christoph Hellwig sent me a better patch, with Cc: to Linus, so I hope this > > will be fixed in test9. > > *nudge* Here's hoping that one of you guys will post the patch, since > it's quite useful and I don't see it on lkml O

Re: 2.4.0-test9-pre8

2000-10-02 Thread Jeff Garzik
On Mon, 2 Oct 2000, Jan Niehusmann wrote: > On Mon, Oct 02, 2000 at 08:32:40AM -0400, Mohammad A. Haque wrote: > > This would make more sense wouldn't it. I guess it doesn't help to look > > right before heading off to bed. > > Please note that my patch still has problems: It doesn't work with >

Re: 2.4.0-test9-pre8

2000-10-02 Thread Jan Niehusmann
On Mon, Oct 02, 2000 at 08:32:40AM -0400, Mohammad A. Haque wrote: > This would make more sense wouldn't it. I guess it doesn't help to look > right before heading off to bed. Please note that my patch still has problems: It doesn't work with CONFIG_BLK_DEV_MD and CONFIG_BLK_DEV_LVM both =y. Ch

Re: 2.4.0-test9-pre8

2000-10-02 Thread Mohammad A. Haque
odule. I guess this is one way to fix it. > > I propose the following patch. It fixes lvm modules, too. > > Jan > > --- linux-2.4.0-test9-pre8/drivers/Makefile.orig Mon Oct 2 12:49:03 2000 > +++ linux-2.4.0-test9-pre8/drivers/Makefile Mon Oct 2 12:43:18 2000

Re: 2.4.0-test9-pre8

2000-10-02 Thread Jan Niehusmann
On Mon, Oct 02, 2000 at 02:11:33AM -0400, Mohammad A. Haque wrote: > Broke md as module. I guess this is one way to fix it. I propose the following patch. It fixes lvm modules, too. Jan --- linux-2.4.0-test9-pre8/drivers/Makefile.origMon Oct 2 12:49:03 2000 +++ linux-2.4.0-test9-p

[patch] 2.4.0-test9-pre8 static cleanup

2000-10-02 Thread Keith Owens
Trivial patch to remove some of the largest zero static initializers in my compile. Index: 0-test9-pre8.1/net/ipv6/protocol.c --- 0-test9-pre8.1/net/ipv6/protocol.c Fri, 26 May 2000 13:10:01 +1000 kaos (linux-2.4/e/36_protocol.c 1.1 644) +++ 0-test9-pre8.1(w)/net/ipv6/protocol.c Mon, 02 Oct 2000

2.4.0-test9-pre8 -- Build failure when Athlon build is set to use SMP.

2000-10-01 Thread Miles Lane
Note that, yes, I ran make oldconfig and make clean before attempting to build the SMP version of the kernel. gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -fno-strict-aliasing

Re: 2.4.0-test9-pre8

2000-10-01 Thread Mohammad A. Haque
Broke md as module. I guess this is one way to fix it. Linus Torvalds wrote: > > Last pre-kernel - I'll do the real test9 before I fly off to Germany on > Tuesday. > > Linus > --- > - pre8: > - initialize to zero -> put it in the .bss instead > - no extended dumb serial

[patch] 2.4.0-test9-pre8 quota

2000-10-01 Thread Keith Owens
Compiling with quota is broken. init/main.o: In function `start_kernel': init/main.o(.text.init+0xb26): undefined reference to `dquot_init_hash' arch/i386/kernel/kernel.o: In function `sys_call_table': arch/i386/kernel/kernel.o(.data+0x2e8): undefined reference to `sys_quotactl' kernel/kernel.o(.

Re: 2.4.0-test9-pre8

2000-10-01 Thread Rik van Riel
On Sun, 1 Oct 2000, Linus Torvalds wrote: > Last pre-kernel - I'll do the real test9 before I fly off to > Germany on Tuesday. > - pre8: > - quintela: fix the synchronous wait on kmem_cache_shrink(). > This should fix the mmap02 lockup. It probably doesn't. People will want to apply

2.4.0-test9-pre8

2000-10-01 Thread Linus Torvalds
Last pre-kernel - I'll do the real test9 before I fly off to Germany on Tuesday. Linus --- - pre8: - initialize to zero -> put it in the .bss instead - no extended dumb serial driver options, if no dumb serial driver - access() on a special file on a read-only files