2.4.0-test12-pre8: solid lockup

2000-12-15 Thread Frank van Maarseveen
I just had a solid lockup inside X. Just moved the serial mouse, nothing special going on. No caps lock, no ping. gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) Kernel is 2.4.0-test12-pre8 + this patch

PATCH: SMBFS does not compile on test12-pre8

2000-12-11 Thread Gary E. Miller
Yo All! Scott McDermott <[EMAIL PROTECTED]> convinced me the way to fix my problem with SMBFS was to use the INIT_LIST_HEAD() macro. This allows SMBFS to compile and may even be correct: --- sock.c.dist Mon Dec 11 15:26:56 2000 +++ sock.c Mon Dec 11 15:27:03 2000 @@ -163,7 +163,7 @@

SMBFS does not compile on test12-pre8

2000-12-11 Thread Gary E. Miller
Yo All! I just tried to compile SMBFS in test12-pre8. Here is the error message I get: make[3]: Entering directory `/u3/local/src/linux-2.4.0-test12-pre8/fs/smbfs' gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing

Re: [PATCH] test12-pre8 task queue fix batch

2000-12-11 Thread Kai Germaschewski
On Sun, 10 Dec 2000, Mohammad A. Haque wrote: > More fixes. Ignore previous. diff -urw linux-2.4.0-test12.old/drivers/atm/ambassador.c linux-2.4.0-test12/drivers/atm/ambassador.c --- linux-2.4.0-test12.old/drivers/atm/ambassador.c Fri Jul 7 00:37:24 2000 +++ linux-2.4.0-test12/drivers/at

Re: Trouble with 2.4.0-test12-pre8

2000-12-11 Thread Frank Davis
Hello, > There is also a problem building fs/smbfs/inode.c at line 166 > > Is there a fix or have I got something really screwed up? If you are referring to 'next' is not a member of the structure? If so, known issue. Regards, -Frank - To unsubscribe from this list: send the line "unsubscrib

Trouble with 2.4.0-test12-pre8

2000-12-11 Thread Bill Maidment
Hi I've had some very peculiar problems with 2.4.0-test12-pre8 In particular I can't start linux in single user mode, it goes to level 5 when trying to init 1. There is also a problem building fs/smbfs/inode.c at line 166 Is there a fix or have I got something really screwed up? -

[2.4.0-test12-pre8] plip error.

2000-12-10 Thread Edward C. Lang
gcc -D__KERNEL__ -I/usr/local/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/local/src/linux/include/linux/modversions.h -c -o plip.o plip.c plip.c: In function `plip_in

make modules exits on test12-pre8

2000-12-10 Thread Norbert Breun
Hallo, tried to compile test12-pre8 and make modules exits with: >make[2]: Entering directory `/usr/src/linux-2.4.0.12pre8/fs/smbfs' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2

Re: more compile errors, test12-pre8 and reiserfs

2000-12-10 Thread Steven Cole
David Ford wrote: >journal.c: In function `reiserfs_journal_commit_thread': >journal.c:1816: invalid operands to binary != Just before that error, I also got this: journal.c: In function `setup_commit_task_arg': journal.c:1765: structure has no member named `next' Steven - To unsubscribe from t

Re: test12-pre8

2000-12-10 Thread Peter Samuelson
[Linus] > - pre8: Small thinko in arch/mips64/Makefile, looks like. --- 2.4.0test12pre8/arch/mips64/Makefile~ Sun Dec 10 20:07:02 2000 +++ 2.4.0test12pre8/arch/mips64/MakefileSun Dec 10 20:13:07 2000 @@ -33,7 +33,7 @@ # machines may also. Since BFD is incredibly buggy with resp

2.4.0-test12-pre8 -- ohci1394.c:1588 In function `alloc_dma_rcv_ctx': structure has no member named `next'

2000-12-10 Thread Miles Lane
make[2]: Entering directory `/usr/src/linux/drivers/ieee1394' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686 -DMODULE -DEXPORT_SYMTAB -c ohci1394.c ohci1394.c: In function `alloc_dma_rcv_ctx': ohci1394.c:1588:

more compile errors, test12-pre8 and reiserfs

2000-12-10 Thread David Ford
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686-c -o journal.o journal.c journal.c: In function `reiserfs_journal_commit_thread': journal.c:1816: invalid operands to binary != make[

Re: [PATCH] test12-pre8 task queue fix batch

2000-12-10 Thread Mohammad A. Haque
More fixes. Ignore previous. "Mohammad A. Haque" wrote: > > Lets see if this is the gist of them... -- = Mohammad A. Haque http://www.haque.net/ [EM

Re: test12-pre8 ohci1394.c compile error

2000-12-10 Thread Robert M. Love
On Sun, 10 Dec 2000, Frank Davis wrote: > I suspect there are more. Is there a simple patch that will fix all > affected drivers? yah there are a lot. ive posted a couple of patches already. the problem is because the task queue was changed (yes, this late in 2.4) to a newer better design, and d

Re: [PATCH] test12-pre8 task queue fix batch

2000-12-10 Thread Ingo Oeser
On Sun, Dec 10, 2000 at 07:20:56PM -0500, Mohammad A. Haque wrote: > Lets see if this is the gist of them... At least one more to fix: diff -ru linux-2.4.0-test12-pre8/drivers/isdn/hisax/config.c linux/drivers/isdn/hisax/config.c --- linux-2.4.0-test12-pre8/drivers/isdn/hisax/config.c Sun

[PATCH] test12-pre8 task queue fix batch

2000-12-10 Thread Mohammad A. Haque
Lets see if this is the gist of them... -- = Mohammad A. Haque http://www.haque.net/ [EMAIL PROTECTED] "Alcohol and calculus don't mix.

Re: test12-pre8 ohci1394.c compile error

2000-12-10 Thread Ingo Oeser
On Sun, Dec 10, 2000 at 07:02:05PM -0500, Frank Davis wrote: > ohci1394.c:1588: structure has no member named 'next' > make[2]:*** [ohci1394.o] Error 1 > make[2]: Leaving directory '/usr/src/linux/drivers/ieee1394' > > Its the same case with drivers/i2o/i2o_lan.c > > I suspect there are more

test12-pre8 ohci1394.c compile error

2000-12-10 Thread Frank Davis
Hello, I also received this error: ohci1394.c:1588: structure has no member named 'next' make[2]:*** [ohci1394.o] Error 1 make[2]: Leaving directory '/usr/src/linux/drivers/ieee1394' ... Its the same case with drivers/i2o/i2o_lan.c I suspect there are more. Is there a simple patch that will f

[PATCH]test12-pre8 i2o_lan.c

2000-12-10 Thread Frank Davis
Hello, I just downloaded test12-pre8 from ftp.kernel.org and received the following error, as I did in the old test12-pre8. The following error appears to fix the problem. Regards, Frank i2o_lan.c:116: warning: initialization makes integer from pointer without a cast i2o_lan.c:1404

Re: test12-pre8

2000-12-10 Thread Mohammad A. Haque
I think you're right. Here's an update to what I submitted before. I'll be submitting more patches as I encounter more. On Sun, 10 Dec 2000, Urban Widmark wrote: > or just leaving the list as it is. It will be initialized anyway by > schedule_task (queue_task), but using the init macro seems like

Re: test12-pre8

2000-12-10 Thread Urban Widmark
#x27; looks bad to me. I would prefer: diff -ur -X exclude linux-2.4.0-test12-pre8-orig/fs/smbfs/sock.c linux-2.4.0-test12-pre8-smbfs/fs/smbfs/sock.c --- linux-2.4.0-test12-pre8-orig/fs/smbfs/sock.cSun Dec 10 21:01:16 2000 +++ linux-2.4.0-test12-pre8-smbfs/fs/smbfs/sock.c Sun Dec 10

[PATCH] Matrox DRM (mga_dma.c) tq fix Was: Re: Compile Failure:mga_dma.o on 2.4.0-test12-pre8

2000-12-10 Thread Robert M. Love
i previously reported a problem with mga_dma.c not compiling due to the new schedule task queue updates. below is a patch to use the new task queue system. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] --- linux/drivers/char/drm/mga_dma.c~ Sun Dec 10 17:35:17 2000 +++ linux/drivers/c

2.4.0-test12-pre8 compilation errors and make oldconfig problem

2000-12-10 Thread Frank van Maarseveen
I don't know why but make oldconfig keeps asking this: ServerWorks OSB4 chipset support (CONFIG_BLK_DEV_OSB4) [N/y/?] (NEW) Compilation problems: plip.c: In function `plip_init_dev': plip.c:352: structure has no member named `next' plip.c:357: structure has no member named `next' plip.c:363

2.4.0-test12-pre8 (plip) does not compile

2000-12-10 Thread f5ibh
kernel-sources-2.4.0-test12-pre8/drivers/net' make[1]: *** [_modsubdir_net] Erreur 2 make[1]: Quitte le répertoire `/usr/src/kernel-sources-2.4.0-test12-pre8/drivers' make: *** [_mod_drivers] Erreur 2 Regards Jean-Luc - To unsubscribe from this list: send the line &qu

test12-pre8 tq_struct compile failures

2000-12-10 Thread Frank Davis
Hello, I sent Linus a patch a few minutes ago regarding a tq_struct issue within drivers/i2o/i2o_lan.c . Alan just sent out a MD5sum for test12-pre8 , so I would double check the MD5sum against your version of test12-pre8 to see if your errors are from 'old' test12-pre8 or 'n

test12-pre8 tq_struct compile failures

2000-12-10 Thread David Ford
There seem to be quite a lot of compile failures wrt tq_struct. Does anyone have a template patch to use to start fixing these? -d begin:vcard n:Ford;David x-mozilla-html:TRUE url:www.blue-labs.org adr:;; version:2.1 email;internet:[EMAIL PROTECTED] title:Blue Labs Developer note;quoted-

Re: Compile Failure: mga_dma.o on 2.4.0-test12-pre8

2000-12-10 Thread Robert M. Love
OK, the problem is that drm_device.tq is a tq_struct, which we just got done redoing. tq->next was removed in favor of the new tq.list. so drm_device.tq needs to be rewritten to use the new task queue, and the problem will be solved. ill dig through the archives and see if i can figure out the

Re: test12-pre8

2000-12-10 Thread Mohammad A. Haque
Could someome who knows what they are doing check over the following patch please? Linus Torvalds wrote: > - pre8: > - Stephen Rothwell: APM updates > - Johannes Erdfelt: USB updates > - me: call_usermodehelper(/sbin/hotplug) cleanup and deadlock fix > - Leonard Zubkoff: DAC960 D

Compile Failure: mga_dma.o on 2.4.0-test12-pre8

2000-12-10 Thread Robert M. Love
Cleanly patched 2.4.0-test12-pre8 (with the correct pre8, linus!) ... fails compile with the following. I have CONFIG_DRM_MGA enabled. pre7 compiled fine. kgcc -D__KERNEL__ -I/home/rml/src/linux/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march

Re: test12-pre8

2000-12-10 Thread Linus Torvalds
Follow-up: I uploaded the wrong patch by mistake, so if anybody got test12-pre8 within the first five minutes, you'll get a kernel that has some trouble compiling. Oops. Fixed. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

test12-pre8

2000-12-10 Thread Linus Torvalds
The biggest part of the pre8 changes are the USB updates, with support for a new serial dongle. The most discussed part of this is the fs/buffer.c handling, and hotplug changes. Which were fairly small, but interesting (the fs/buffer.c stuff should fix the double unlock oops, where the new test