Re: [patch] serial console vs NMI watchdog

2001-03-10 Thread Ingo Molnar
On Sun, 11 Mar 2001, Keith Owens wrote: > kdb has to completely disable the nmi counter while it is in control. > All interrupts are disabled, all but one cpus are spinning, the > control cpu does busy wait while it polls the input devices. With > that model there is no alternative to a complet

Re: [patch] serial console vs NMI watchdog

2001-03-10 Thread Keith Owens
On Sun, 11 Mar 2001 08:44:24 +0100 (CET), Ingo Molnar <[EMAIL PROTECTED]> wrote: >Andrew, > >your patch looks too complex, and doesnt cover the case of the serial >driver deadlocking. Why not add a "touch_nmi_watchdog_counter()" function >that just changes last_irq_sums instead of adding locking?

Re: [patch] serial console vs NMI watchdog

2001-03-10 Thread Keith Owens
On Sun, 11 Mar 2001 08:53:40 +0100 (CET), Ingo Molnar <[EMAIL PROTECTED]> wrote: >it sure has an alternative. The 'cpus spinning' code calls touch_nmi() >within the busy loop, the polling code on the control CPU too. This is >sure more robust and catches lockup bugs in kdb too ... Works for me.

Re: [patch] serial console vs NMI watchdog

2001-03-10 Thread Ingo Molnar
Andrew, your patch looks too complex, and doesnt cover the case of the serial driver deadlocking. Why not add a "touch_nmi_watchdog_counter()" function that just changes last_irq_sums instead of adding locking? This way deadlocks will be caught in the serial code too. (because touch_nmi() will o

Re: 2.4.3pre1: kernel BUG at page_alloc.c:73!

2001-03-10 Thread David Raufeisen
Yeah, after looking more closely I noticed (nvrmapi.lib), i've only had two lockups ever with it .. er in 2d at least (in 6 months), today and yesterday, kinda weird :) On Sunday, 11 March 2001, at 18:19:57 (+1100), Keith Owens wrote: > That is just the glue code that nvidia uses to fool people

Re: 2.4.3pre1: kernel BUG at page_alloc.c:73!

2001-03-10 Thread Keith Owens
>On Suday, 11 March 2001, at 17:54:23 (+1100), >Keith Owens wrote: >> Bug caused by binary only driver. Complain to nvidia, not linux-kernel. On Sat, 10 Mar 2001 23:12:50 -0800, David Raufeisen <[EMAIL PROTECTED]> wrote: >Well, the kernel module is open source.. That is just the glue code that

Re: List of recent (2.4.0 to 2.4.2-ac18) CONFIG options needing Configure.help text.

2001-03-10 Thread Keith Owens
On Sun, 11 Mar 2001 02:08:15 -0500, Jeff Garzik <[EMAIL PROTECTED]> wrote: >Keith Owens wrote: >> >> On Sat, 10 Mar 2001 23:03:19 -0700, >> Steven Cole <[EMAIL PROTECTED]> wrote: >> >With the 2.4.0 kernel, there were 476 CONFIG options which had >> >no help entry in Configure.help. With 2.4.2-a

Re: 2.4.3pre1: kernel BUG at page_alloc.c:73!

2001-03-10 Thread David Raufeisen
Well, the kernel module is open source.. On Suday, 11 March 2001, at 17:54:23 (+1100), Keith Owens wrote: > On Sat, 10 Mar 2001 22:14:27 -0800, > David Raufeisen <[EMAIL PROTECTED]> wrote: > >Mar 10 21:34:30 prototype kernel:[free_pages+36/48] >[NVdriver:osFreeContigPages+79/84] [] [NV

Re: List of recent (2.4.0 to 2.4.2-ac18) CONFIG options needing Configure.help text.

2001-03-10 Thread Jeff Garzik
Keith Owens wrote: > > On Sat, 10 Mar 2001 23:03:19 -0700, > Steven Cole <[EMAIL PROTECTED]> wrote: > >With the 2.4.0 kernel, there were 476 CONFIG options which had > >no help entry in Configure.help. With 2.4.2-ac18, this number is now 547, > >which has been kept this low with 54 options getti

Re: kernel lock contention and scalability

2001-03-10 Thread Anton Blanchard
Hi, > In the slow path of a spinlock_acquire they busy wait for a few > cycles, and then call schedule with a zero timeout assuming that > it'll basically do the same as a sched_yield() but more portably. The obvious problem with this is that we bounce in and out of schedule() a few times befo

Re: List of recent (2.4.0 to 2.4.2-ac18) CONFIG options needing Configure.help text.

2001-03-10 Thread Keith Owens
On Sat, 10 Mar 2001 23:03:19 -0700, Steven Cole <[EMAIL PROTECTED]> wrote: >With the 2.4.0 kernel, there were 476 CONFIG options which had >no help entry in Configure.help. With 2.4.2-ac18, this number is now 547, >which has been kept this low with 54 options getting Configure.help text. If a

Re: 2.4.3pre1: kernel BUG at page_alloc.c:73!

2001-03-10 Thread Keith Owens
On Sat, 10 Mar 2001 22:14:27 -0800, David Raufeisen <[EMAIL PROTECTED]> wrote: >Mar 10 21:34:30 prototype kernel:[free_pages+36/48] >[NVdriver:osFreeContigPages+79/84] [] [NVdriver:RmTeardownAGP+156/176] >[] [NVdriver:nv_devices+0/384] [NVdriver:nvExtEscape+2888/3100] [< Bug caused by

Re: kernel lock contention and scalability

2001-03-10 Thread Anton Blanchard
Hi, > Thanks for looking into postgresql/pgbench related locking. Yes, > apparently postgresql uses a synchronization scheme that uses select() > to effect delays for backing off while attempting to acquire a lock. > However, it seems to me that runqueue lock contention was not entirely due

2.4.3pre1: kernel BUG at page_alloc.c:73!

2001-03-10 Thread David Raufeisen
Mar 10 21:34:30 prototype kernel: kernel BUG at page_alloc.c:73! Mar 10 21:34:30 prototype kernel: invalid operand: Mar 10 21:34:30 prototype kernel: CPU:0 Mar 10 21:34:30 prototype kernel: EIP:0010:[__free_pages_ok+34/784] Mar 10 21:34:30 prototype kernel: EFLAGS: 00013082 Mar 10 21:

List of recent (2.4.0 to 2.4.2-ac18) CONFIG options needing Configure.help text.

2001-03-10 Thread Steven Cole
Hello all, With the 2.4.0 kernel, there were 476 CONFIG options which had no help entry in Configure.help. With 2.4.2-ac18, this number is now 547, which has been kept this low with 54 options getting Configure.help text. The bottom line is that since 2.4.0, there are 125 new CONFIG options w

RE: HP Vectra XU 5/90 interrupt problems

2001-03-10 Thread John William
>From: "Dunlap, Randy" <[EMAIL PROTECTED]> > > > -Original Message- > > From: John William [mailto:[EMAIL PROTECTED]] > > If PCI interrupts are shared, force them to be level > > triggered? Can shared > > PCI interrupts be edge triggered? If not, then wouldn't this > > be the correct > >

Re: [PATCH] RFC: fix ethernet device initialization

2001-03-10 Thread Jeff Garzik
Jes Sorensen wrote: > I don't like the way you declare all the code in obscure macros in > there. > > +#define DECLARE_CHG_MTU(suffix,low,high) \ > + static int suffix##_change_mtu(struct net_device *dev, int new_mtu) \ > .. > > All it does is to make the code harder to read and debug

PROBLEM: RTL8029 stops working after being flood pinged

2001-03-10 Thread Ole Tange
[1.] One line summary of the problem: RTL8029 based card stops receiving data after being flood pinged [2.] Full description of the problem/report: I tried flood pinging a host with a RTL8029. After approximately 20 packets the host stops responding to the network. The lin

Re: Linux 2.4.2ac12 and ac13 breaks usb-visor

2001-03-10 Thread Greg KH
On Fri, Mar 09, 2001 at 09:10:32PM -0500, David Huggins-Daines wrote: > It's the one listed in arch/i386/defconfig. Of course, it's debatable > whether that actually means 'default' or not (since in fact it's more > like 'what Linus uses'), but plenty of people will see it as such. Thanks for po

Re: Possible bug with poll syscall

2001-03-10 Thread Alex Baretta
Alex Baretta wrote: > > Alex Baretta wrote: > > > > I am using poll with the POLLIN flag to wait for connection > > requests on a set of listening sockets in a server process. > > Although clients attempt to connect to those sockets, poll does > > returns zero after the expiration of the timeout.

compilation error in 2.4.3-pre3

2001-03-10 Thread Joachim Herb
Hello, I get the following compilation error: gcc -D__KERNEL__ -I/tmp2/src/linux-2.4.3.jh/include -Wall -Wstrict-prototypes -O 2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 - march=i686 -malign-functions=4 -c -o proc_misc.o proc_misc.c proc_misc.c: In function

[PATCH] remove duplicate Configure.help entries in 2.4.2-ac18

2001-03-10 Thread Steven Cole
As of 2.4.2-ac18, there are two CONFIG options which have two entries in Documentation/Configure.help. These are CONFIG_IP_NF_TARGET_TCPMSS and CONFIG_DEBUG_IOVIRT. The first of these has two identical entries, so this patch deletes the duplicate entry. The second, CONFIG_DEBUG_IOVIRT, has a se

2.4.2 Lockup in SCSI Error Handler

2001-03-10 Thread Pete Toscano
Hello, I'm running 2.4.2 with KDB patch on an SMP system. I have an Adaptec 2940 SCSI card that my CD burner is connected to. When this happened, I was not using the CD at all. This is on a Tyan Tiger 133 motherboard (with the Via Apollo Pro 133a chipset). I'm running with "noapic" due to the

Re: filesystem for initrd

2001-03-10 Thread Jeff Garzik
Art Boulatov wrote: > I'm in the process of creating a custom "system partition" > for out Linux servers, which is actually an initial ramdisk, > coming from hd or network on boot > to load necessary drivers and perform important checks > before the real filesystems get mounted, > and I did not fi

filesystem for initrd

2001-03-10 Thread Art Boulatov
Hi, I'm in the process of creating a custom "system partition" for out Linux servers, which is actually an initial ramdisk, coming from hd or network on boot to load necessary drivers and perform important checks before the real filesystems get mounted, and I did not find any info on what filesys

Re: quicksort for linked list

2001-03-10 Thread Michal Jaegermann
On Sat, Mar 10, 2001 at 07:50:06PM +0100, Martin Mares wrote: > Hello! > > > Well, not really in this situation, after a simple modification. It is > > trivial to show that using "shorter interval sorted first" approach one > > can bound an amount of an extra memory, on stack or otherwise, and b

Linux 2.4.2ac18

2001-03-10 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ Intermediate diffs are available from http://www.bzimage.org (Note that the cmsfs port to 2.4 is a work in progress) 2.4.2-ac18 o Debian has another location for db3 (Marc

RE: HP Vectra XU 5/90 interrupt problems

2001-03-10 Thread Dunlap, Randy
> -Original Message- > From: John William [mailto:[EMAIL PROTECTED]] > > I'm having a problem with kernel 2.4.2-SMP on my HP Vectra XU > 5/90. This is an old dual-pentium (Neptune chipset) machine. > ... > > OR > > If PCI interrupts are shared, force them to be level > triggered? Ca

ac97_codec: AD1885 id 0x41445360 changed to 0x41445460 in 2.4.2-ac patches?

2001-03-10 Thread Jesse Wyant
Alan, Last night I moved from an old BX/PII board to an i815e/PIII board (an Intel D815EEA with an AD1885 and onboard LAN enabled), and in trying to set up my AC97 audio (there's an Analog Devices AD1885 on the board), I found that the vanilla 2.4.2 kernel has an id match for an AD1885 with a li

Re: VMware 2.0.3 & Kernel 2.4.2-ac17

2001-03-10 Thread Adam Schrotenboer
Jeff Lightfoot wrote: > Here is a patch for vmware that was on the vmware newsgroups. > (Hopefully wordwrap didn't screw this up) Thanks, after applying by hand, it worked. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] M

NFS times out with 2.4.2 as client

2001-03-10 Thread sidewinder
I built 2.4.2 to experiment with it. So far, I can't get it to mount an nfs share without timing out. The nfs server, in this case, is running 2.2.17. There are no problems mounting the share when I revert to the old kernel, 2.2.16, on the client machine. Other than that there's nothing special a

Re: [PATCH]: allow notsc option for buggy cpus

2001-03-10 Thread Matti Aarnio
On Sat, Mar 10, 2001 at 01:19:03AM +, Alan Cox wrote: > > My IBM Thinkpad 600E changes between 100MHz and 400MHz depending if the > > power is on. This means gettimeofday goes backwards if you boot with the > Intel speedstep CPU. > > > Even so, we should really catch these cpus at run time.

Re: [PATCH]: allow notsc option for buggy cpus

2001-03-10 Thread Alan Cox
> > Intel are being remarkably reluctant on the documentation front. We have > > the AMD speed change docs, but the intel ones (chipset not cpu based > > primarily) don't seem to be publically available. In fact the 815M manual > > looks like someone quite pointedly went through and removed the r

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread Miquel van Smoorenburg
According to Alan Cox: > > Note! You only have to have those symlinks on broken systems such > > as Redhat. > > < 7.0. > 7.0 or higher keeps the glibc includes out of /usr/src I stand corrected. Thanks. Mike. -- Go not unto the Usenet for advice, for you will be told both yea and nay (and qui

Re: VMware 2.0.3 & Kernel 2.4.2-ac17

2001-03-10 Thread Adam Schrotenboer
Alan Cox wrote: >> I have traced this back to 2.4.2-ac4 by looking for where this function >> was removed. > >> yes, technically this probably is OT, and properly belong on the VMware >> list, but I can't access their nntp server. > > > Right so if I cant access microsofts mailing lists I sh

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread Alan Cox
> He probably removed the original kernel-devel package, > which contained the links above, so they would have to > be remade. Linking them to /usr/src and thus people linking them to current kernel sources while basically harmless is indeed not the preferred approach. So he's right that older RH

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread Alan Cox
> >asm -> /usr/src/linux/include/asm-i386/ > >linux -> /usr/src/linux/include/linux/ > > Note! You only have to have those symlinks on broken systems such > as Redhat. < 7.0. On RH 6.x you should have a set of 2.2 header includes at /usr/src/linux as required by the dependancies RPM uses. (ke

Re: VMware 2.0.3 & Kernel 2.4.2-ac17

2001-03-10 Thread Alan Cox
> I have traced this back to 2.4.2-ac4 by looking for where this function > was removed. > yes, technically this probably is OT, and properly belong on the VMware > list, but I can't access their nntp server. Right so if I cant access microsofts mailing lists I should post my windows problems

VMware 2.0.3 & Kernel 2.4.2-ac17

2001-03-10 Thread Adam Schrotenboer
While compiling the vmnet module, there is a warning make: Entering directory `/tmp/vmware-config2/vmnet-only' bridge.c: In function `VNetBridgeReceiveFromDev': bridge.c:788: warning: implicit declaration of function `skb_datarefp' and while inserting the module /tmp/vmware-config2/vmnet.o: unr

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread J Sloan
Miquel van Smoorenburg wrote: > Note! You only have to have those symlinks on broken systems such > as Redhat. This is silly, Red Hat works fine for a great many people. He probably removed the original kernel-devel package, which contained the links above, so they would have to be remade. > S

Re: quicksort for linked list

2001-03-10 Thread David Wragg
[EMAIL PROTECTED] (Rogier Wolff) writes: > Quicksort however is an algorithm that is recursive. This means that > it can use unbounded amounts of stack -> This is not for the kernel. The implementation of Quicksort for arrays demands a recursive implementation, but for doubly-linked lists there i

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread Mohammad A. Haque
"Stephen M. Williams" wrote: > > Wow, I had no idea. I was following advice I received a long time ago > from a mailing list. If I remove those symlinks how do I go about > compiling the kernel without receiving the same errors as Srinath? Note that he said distributions such as RedHat (pre 7.

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread M.
Wow, I had no idea. I was following advice I received a long time ago from a mailing list. If I remove those symlinks how do I go about compiling the kernel without receiving the same errors as Srinath? Thanks for the correction, Steve On 10 Mar 2001 18:28:09 +, Miquel van Smoorenbu

Re: quicksort for linked list

2001-03-10 Thread Martin Mares
Hello! > Well, not really in this situation, after a simple modification. It is > trivial to show that using "shorter interval sorted first" approach one > can bound an amount of an extra memory, on stack or otherwise, and by a > rather small number. By O(log N) which is in reality a small numb

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Stephen "M." Williams <[EMAIL PROTECTED]> wrote: >Make sure you have the following symlinks in your /usr/include >directory, assuming you're on an x86 machine: > >asm -> /usr/src/linux/include/asm-i386/ >linux -> /usr/src/linux/include/linux/ Note! You only have t

Re: Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread M.
Make sure you have the following symlinks in your /usr/include directory, assuming you're on an x86 machine: asm -> /usr/src/linux/include/asm-i386/ linux -> /usr/src/linux/include/linux/ If you're using a different archetecture, check the /usr/src/linux/include/ directory and make the link with

Re: aic7xxx of 2.4.2: 'cdrecord -scanbus' complains about DVD

2001-03-10 Thread Douglas Gilbert
Harald Dunkel wrote: > When I run 'cdrecord -scanbus', then cdrecord complains about my > DVD: > > # cdrecord -scanbus > Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling > Linux sg driver version: 3.1.17 > Using libscg version 'schily-0.1' > scsibus0: > 0,0,0 0)

[PATCH] remove second identical Configure.help entry for six CONFIGs

2001-03-10 Thread Steven Cole
As of 2.4.2-ac17, there are 8 CONFIG parameters which have two entries in Configure.help. Of these eight, six have identical Configure.help text. The following patch removes the second identical instance of those six. If this patch is accepted, a patch to remove the obsolete version of the oth

Re: 2.4.2 + aic7xxx still broken

2001-03-10 Thread Marc Lehmann
On Wed, Feb 28, 2001 at 02:07:30PM +0100, Igor Mozetic <[EMAIL PROTECTED]> wrote: > 2.4.2 + stock aic7xxx: > -- > ... > SCSI host 0 channel 0 reset (pid 0) timed out - trying harder interestingly, I have exactly the same problems when booting my smp kernel with either maxcpus=

Re: [PATCH] aicasm db3 fiasco

2001-03-10 Thread FAVRE Gregoire
Thus spake Chmouel Boudjnah ([EMAIL PROTECTED]): > FAVRE Gregoire <[EMAIL PROTECTED]> writes: > > > thanks for your answer, I cannot apply your patch, don't know why, but > > readind it I think it won't change anything for me: I have db3 (I have a > > Mandrake...). > > on which version ? it wor

Re: sys_sched_yield fast path

2001-03-10 Thread Andi Kleen
Davide Libenzi <[EMAIL PROTECTED]> writes: > Probably the rate at which is called sys_sched_yield() is not so high to let > the performance improvement to be measurable. LinuxThreads mutexes call sched_yield() when a lock is locked, so when you have a multithreaded program with some lock cont

Re: quicksort for linked list

2001-03-10 Thread Jerome Vouillon
Oliver Xymoron <[EMAIL PROTECTED]> writes: > On Fri, 9 Mar 2001, Rogier Wolff wrote: > > > Quicksort however is an algorithm that is recursive. This means that > > it can use unbounded amounts of stack -> This is not for the kernel. > > It is of course bounded by the input size, but yes, it can

Re: Possible bug with poll syscall

2001-03-10 Thread Alex Baretta
Alex Baretta wrote: > > I am using poll with the POLLIN flag to wait for connection > requests on a set of listening sockets in a server process. > Although clients attempt to connect to those sockets, poll does > returns zero after the expiration of the timeout. The very same thing happens if

aic7xxx of 2.4.2: 'cdrecord -scanbus' complains about DVD

2001-03-10 Thread Harald Dunkel
Hi folks, When I run 'cdrecord -scanbus', then cdrecord complains about my DVD: # cdrecord -scanbus Cdrecord 1.9 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling Linux sg driver version: 3.1.17 Using libscg version 'schily-0.1' scsibus0: 0,0,0 0) * 0,1,0 1) * cd

Re: static scheduling - SCHED_IDLE?

2001-03-10 Thread Pavel Machek
Hi! > > did "these" apply only to the tasks, that actually hold a lock? > > if not, then i don't like this idea, as it gives the processes > > time for the only reason, that it _might_ hold a lock. this basically > > undermines the idea of static classes. in this case, we could actually > > just

Re: Linux kernel - and regular sync'ing?

2001-03-10 Thread Pavel Machek
Hi! > > at irregular intervals of 10-30 seconds, most likely calls to sync, so > > that the disk never gets to sleep for long. I've followed advice in the > > various HOWTO's, e.g. modifying the line "ud::once:/sbin/update" in > > /etc/inittab to only sync once an hour, to no avail. Watching "t

Re: Ramdisk (and other) problems with 2.4.2

2001-03-10 Thread Pavel Machek
Hi! > Script started on Wed Mar 7 12:22:20 2001 > # mke2fs -Fq /dev/ram0 1440 > mke2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09 > # mount /dev/ram0 /mnt > # ls -la /mnt > total 0 > # umount /mnt > # exit > exit No "." and ".."? something is definitely wrong here! -- Philips Velo 1: 1"x4"x8

Re: [PATCH] aicasm db3 fiasco

2001-03-10 Thread Chmouel Boudjnah
FAVRE Gregoire <[EMAIL PROTECTED]> writes: > thanks for your answer, I cannot apply your patch, don't know why, but > readind it I think it won't change anything for me: I have db3 (I have a > Mandrake...). on which version ? it works fine for me. -- MandrakeSoft Inc http:/

Kernel 2.4.1 on RHL 6.2

2001-03-10 Thread Srinath Ravinathan
Hi, I'm trying to compile kernel 2.4.1 on RedHat 6.2 (zoot). After the make xconfig and make dep when I give make bzlilo I get the following error message gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c In file included from /usr/inclu

Re: static scheduling - SCHED_IDLE?

2001-03-10 Thread Rik van Riel
On Fri, 9 Mar 2001, Jamie Lokier wrote: > Rik van Riel wrote: > > > Just raise the priority whenever the task's in kernel mode. Problem > > > solved. > > > > Remember that a task schedules itself out at the timer interrupt, > > in kernel/sched.c::schedule() ... which is kernel mode ;) > > Even ni

Possible bug with poll syscall

2001-03-10 Thread Alex Baretta
I am using poll with the POLLIN flag to wait for connection requests on a set of listening sockets in a server process. Although clients attempt to connect to those sockets, poll does returns zero after the expiration of the timeout. I believe this might be a bug. As far as I understand poll shoul

Re: [Fwd: Problem at Kernel Configuring!!!!]

2001-03-10 Thread J . A . Magallon
Trying to build an Athlon+SMP kernel ? -- J.A. Magallon $> cd pub mailto:[EMAIL PROTECTED] $> more beer Linux werewolf 2.4.2-ac15 #1 SMP Fri Mar 9 01:46:56 CET 2001 i686 - To unsubscribe from this lis

Re: Hashing and directories

2001-03-10 Thread Kai Henningsen
[EMAIL PROTECTED] (Bill Crawford) wrote on 22.02.01 in <[EMAIL PROTECTED]>: > A particular reason for this, apart from filesystem efficiency, > is to make it easier for people to find things, as it is usually > easier to spot what you want amongst a hundred things than among > a thousand or te

Re: a bug report for 2.4.2 kernel

2001-03-10 Thread Alan Cox
> ude/linux/modversions.h -c -o iriap.o iriap.c > iriap.c: In function `iriap_getvaluebyclass_request_R87307dbc': > iriap.c:425: Internal error: Segmentation fault. > Please submit a full bug report. > See http://bugzilla.redhat.com/bugzilla/> for instructions. What version of gcc are you usin

Re: [PATCH]: allow notsc option for buggy cpus

2001-03-10 Thread Alan Cox
> The 600E's CPU doesn't actually use SpeedStep (it's only a 400MHz > Mobile Pentium2, SpeedStep made its debut with the 600MHz Mobile > Pentium3), but rather some kind of external speed throttling... which > accomplishes basically the same thing, and makes one wonder why Intel > had to go and tra

[Fwd: Problem at Kernel Configuring!!!!]

2001-03-10 Thread root
Hi, I am sending an output the last part kernel configuring. I have read and applied "Changes" which went successful. In configuring kernel, I did make xconfig, make dep, and make clean which was successful. But when I did a "make bzImage" that when I ran into problems. "Make bzImage" stop w

Re: linux-2.4.2-ac1[67] aicam compil error

2001-03-10 Thread FAVRE Gregoire
Thus spake FAVRE Gregoire ([EMAIL PROTECTED]): > Sorry if that has already been posted, I read the m-l via newsgroups. > When I try to compile, I got: > `/usr/src/linux-2.4.2-ac17/drivers/scsi/aic7xxx/aicasm' > kgcc -I/usr/include -ldb aicasm_gram.c aicasm_scan.c aicasm.c > aicasm_symbol.c -o aic

Re: nanosleep question

2001-03-10 Thread george anzinger
Michael Reinelt wrote: > > george anzinger wrote: > > > > Michael Reinelt wrote: > > > > > > At the moment I implemented by own delay loop using a small assembler > > > loop similar to the one used in the kernel. This has two disadvantages: > > > assembler isn't that portable, and the loop has to

RE: sys_sched_yield fast path

2001-03-10 Thread Davide Libenzi
On 10-Mar-2001 Mike Kravetz wrote: > Any thoughts about adding a 'fast path' to the SMP code in > sys_sched_yield. Why not compare nr_pending to smp_num_cpus > before examining the aligned_data structures? Something like, > > if (nr_pending > smp_num_cpus) > goto set_resched_now; > > Wh

RE: ACPI:system description tables not found.

2001-03-10 Thread Stephen Torri
On Thu, 8 Mar 2001, Grover, Andrew wrote: > download the pmtools package from > http://developer.intel.com/technology/iapc/acpi/downloads.htm . (It's at the > bottom.) The acpidmp utility is what you're interested in (you can ignore > compile errors from the others.) Does this utility find tables

RE: ACPI:system description tables not found.

2001-03-10 Thread Stephen Torri
On Thu, 8 Mar 2001, David Christensen wrote: > Stephen, > > Is there a BIOS setup option for enabling ACPI? Make sure it is enabled. The BIOS setup option for ACPI is enabled. > Also attach a copy of the E820 output from dmesg. Linux version 2.4.2 ([EMAIL PROTECTED]) (gcc version egcs-2.91.66

HP Vectra XU 5/90 interrupt problems

2001-03-10 Thread John William
I'm having a problem with kernel 2.4.2-SMP on my HP Vectra XU 5/90. This is an old dual-pentium (Neptune chipset) machine. The machine has an on-board SCSI and ethernet controller, and I have added a Netgear FA310TX card. Due to the "unique" design of the motherboard, all the PCI slots share a