Re: 2.4.0test10pre4 lockups

2000-10-24 Thread Craig Schlenter
On Mon, Oct 23, 2000 at 11:23:47AM -0700, Linus Torvalds wrote: [snip, ide bootup troubles with ALI M1533 chipset ...] > Could you please do two tests (you can do these at the same time, and in > fact it might be easier, if #2 causes your machine to boot up): > > - Please enable debugging in PCI

Re: 2.4.0test10pre4 lockups

2000-10-23 Thread Linus Torvalds
In article <[EMAIL PROTECTED]>, Craig Schlenter <[EMAIL PROTECTED]> wrote: >On Sun, Oct 22, 2000 at 10:51:52PM -0700, Andre Hedrick wrote: >> >> edit ./drivers/ide/ide-pci.c and enforce the stub at line 516. >> >> pci_enable_device(dev); >> >> I worried that this would break ix86 platforms. >

Re: 2.4.0test10pre4 lockups

2000-10-23 Thread Samuli Kaski
On Mon, 23 Oct 2000, Andi Kleen wrote: > I've seen 3 user land lockups with test10pre4 so far on my UP K6-400, running > it for a day. test9 which ran before for more than a week > was rock stable. They all happened during some IO load (e.g. a gcc compile > or a loop mke2fs), usually with some C

Re: 2.4.0test10pre4 lockups

2000-10-22 Thread Craig Schlenter
On Sun, Oct 22, 2000 at 10:51:52PM -0700, Andre Hedrick wrote: > > edit ./drivers/ide/ide-pci.c and enforce the stub at line 516. > > pci_enable_device(dev); > > I worried that this would break ix86 platforms. Just a data point for people on linuxkernel who won't have seen my correspondence wi

Re: 2.4.0test10pre4 lockups

2000-10-22 Thread Andi Kleen
On Sun, Oct 22, 2000 at 11:03:34PM -0700, Andre Hedrick wrote: > On Mon, 23 Oct 2000, Andi Kleen wrote: > > > On Sun, Oct 22, 2000 at 10:51:52PM -0700, Andre Hedrick wrote: > > > > > > edit ./drivers/ide/ide-pci.c and enforce the stub at line 516. > > > > > > pci_enable_device(dev); > > > > >

Re: 2.4.0test10pre4 lockups

2000-10-22 Thread Andre Hedrick
On Mon, 23 Oct 2000, Andi Kleen wrote: > On Sun, Oct 22, 2000 at 10:51:52PM -0700, Andre Hedrick wrote: > > > > edit ./drivers/ide/ide-pci.c and enforce the stub at line 516. > > > > pci_enable_device(dev); > > > Hmm, it was already enabled: > > #if 1 /* what do do with this useful tool ??

Re: 2.4.0test10pre4 lockups

2000-10-22 Thread Andi Kleen
On Sun, Oct 22, 2000 at 10:51:52PM -0700, Andre Hedrick wrote: > > edit ./drivers/ide/ide-pci.c and enforce the stub at line 516. > > pci_enable_device(dev); Hmm, it was already enabled: #if 1 /* what do do with this useful tool ??? */ if (pci_enable_device(dev)) return; #endif

Re: 2.4.0test10pre4 lockups

2000-10-22 Thread Linus Torvalds
On Mon, 23 Oct 2000, Andi Kleen wrote: > > I've seen 3 user land lockups with test10pre4 so far on my UP K6-400, running > it for a day. Almost certainly due to the incorrect BUG()'s in mm/vmscan.c (see the kernel mailing list for exact line numbers - I think it's lines 101-104 that should jus

Re: 2.4.0test10pre4 lockups

2000-10-22 Thread Andre Hedrick
edit ./drivers/ide/ide-pci.c and enforce the stub at line 516. pci_enable_device(dev); I worried that this would break ix86 platforms. On Mon, 23 Oct 2000, Andi Kleen wrote: > > Hi Linus, > > I've seen 3 user land lockups with test10pre4 so far on my UP K6-400, running > it for a day. test

2.4.0test10pre4 lockups

2000-10-22 Thread Andi Kleen
Hi Linus, I've seen 3 user land lockups with test10pre4 so far on my UP K6-400, running it for a day. test9 which ran before for more than a week was rock stable. They all happened during some IO load (e.g. a gcc compile or a loop mke2fs), usually with some CPU eaters running in the background.