Re: Linux 2.4.1ac20

2001-02-21 Thread Alan Cox

> The only candidates (it was a trivially small patch) seem to be:
> the two additions:  dev->last_rx = jiffies ; I'll bet that at least

Can you stick an if(dev!=NULL) in front of that and let me know if that
fixes it - just to verify thats the problem spot
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.1ac20

2001-02-21 Thread Alan Cox

 The only candidates (it was a trivially small patch) seem to be:
 the two additions:  dev-last_rx = jiffies ; I'll bet that at least

Can you stick an if(dev!=NULL) in front of that and let me know if that
fixes it - just to verify thats the problem spot
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Linux 2.4.1ac20

2001-02-20 Thread Alan Cox


ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/

2.4.1-ac20
o   Update fusion drivers   (Steve Ralston)
o   Further VM page launder balancing   (Rik van Riel)
o   Hopefully fix ext2 block size checking  (Andries Brouwer)
o   Update the i810 random number generator (Jeff Garzik)
o   Hopefully fix the bonding crash on down/reboot  (Dave Miller)
o   Tulip update (add accton comets, clean up pm)   (Jeff Garzik)
o   Merge wavelan_cs, pcnet_cs and fmvj18x_cs   (Jeff Garzik)
changes from Dave Hinds tree
o   Make awe32 behave in 2.4 like 2.2 if given an   (Bill Nottingham)
io
o   Fix alpha build problems in stallion, c101 (Andrzej Krzysztofowicz)
synclink and wavfront drivers
o   Add isa_check_signature and missing ioctl ids  (Andrzej Krzysztofowicz)
for hayesesp
o   Fix math emulation bug  (Martin Schwidefsky)
o   Disable APIC during APM to avoid suspend/resume (Mikael Pettersson)
problems.
o   SMP kernel on UP hardware APIC fixes(Maciej Rozycki)
o   Code cleanups in nmi, reduce NMI rate to 1Hz(Mikael Pettersson)

2.4.1-ac19
o   Fix second module/exception table race  (me)
| I hope ;)
o   Additional CPIA usb ident   (Adam J Richter)
o   Add SA1100 udc and also stall recovery to   (Oleg Drokin)
usbnet
o   Limit smbfs to 2Gig/file(Urban Widmark)
o   Config/doc update for the eicon driver  (Armin Schindler)
o   Update PMS driver to new request_region (Andrey Panin)
o   sys_semop bug check is overcareful  (Hugh Dickins)
o   Fix ipc off by one on checks in ipc (Hugh Dickins)
o   Allow exceptions during module init (Philipp Rumpf)
o   Driver namespace cleanup(Jeff Garzik)
o   Network driver cleanups (Jeff Garzik, 
o   PPC irq updates (Paul Mackerras)
o   SMP fixes for PPC boxes (Paul Mackerras)
o   Fix tmpfs block size reporting  (Christoph Rohland)
o   Update maintainers to add missing YAM maintainer(Jean-Paul Roubelat)
o   Add hooks for /proc/rtas(Paul Mackerras)
o   Fix wrong bogomip reporting on SMP ppc  (Paul Mackerras)
o   Remove unused dbcf inline function on PPC   (Paul Mackerras)
o   Update Cort Dougans email/urls  (Paul Mackerras)
o   Dont assume bit settings on pcnet/pci chips (Paul Mackerras)
o   Add mac ppc serial console hooks(Paul Mackerras)
o   Frame buffer driver updates for ppc (Paul Mackerras)
o   Fix devfs names for ppc serial  (Paul Mackerras)
o   Move some symbols out of net where they didnt   
belong, and into right export locations (Andrzej Krzysztofowicz)
o   Tidy and fix up syncppp drivers (Krzysztof Halasa)

2.4.1-ac18
o   Fix SO_SNDTIMEO bugs(Alexey Kuznetsov)
o   Fix tmpfs fsync (Lennert Buytenhek)
o   PPC now uses generic pci bus setup  (Paul Mackerras)
o   Remove PPC boot argument printing   (Paul Mackerras)
o   Jeff Tranter has moved  (Jeff Tranter)
o   ymf_pci driver cleanups (Pete Zaitcev)
o   Fix USB 2.0 compliance in hub.c (Brad Hards)
o   Fix usb hub device claim race   (Paul Mackerras)
o   Fix some bugs in mac_hid driver (Paul Mackerras)
o   Fix more typos  (Dag Wieers)
o   PPC compile warnings/symbol export fixes(Paul Mackerras)

2.4.1-ac17
o   Fix pegasus for bigendian   (Roman Weissgaerber)
o   Further smbfs fixes (Urban Widmark)
o   Update ISDN version tags(Kai Germaschewski)
o   Finish ISDN move to new style module_init   (Kai Germaschewski)
o   Small Eicon driver updates/fix license bug  (Armin Schindler)
o   Fix reiserfs tail packing problem   (Alexander Zarochentcev
 Chris Mason)
o   Export aci symbols from drivers/sound/aci.c (Alexandr Kanevskiy)
o   Merge Linus 2.4.2pre4
o   Starfire update (Ionu Badulescu)
o   Fix 3270 merge  (Richard Hitt)

2.4.1-ac16
o   Fix the exception table/unload race (me)
o   Further tulip fixup (Manfred Spraul)
o   Fix USB oops on traverse/delete race(Randy Dunlap)
o   Set max_sectors to 255 for 

Linux 2.4.1ac20

2001-02-20 Thread Alan Cox


ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/

2.4.1-ac20
o   Update fusion drivers   (Steve Ralston)
o   Further VM page launder balancing   (Rik van Riel)
o   Hopefully fix ext2 block size checking  (Andries Brouwer)
o   Update the i810 random number generator (Jeff Garzik)
o   Hopefully fix the bonding crash on down/reboot  (Dave Miller)
o   Tulip update (add accton comets, clean up pm)   (Jeff Garzik)
o   Merge wavelan_cs, pcnet_cs and fmvj18x_cs   (Jeff Garzik)
changes from Dave Hinds tree
o   Make awe32 behave in 2.4 like 2.2 if given an   (Bill Nottingham)
io
o   Fix alpha build problems in stallion, c101 (Andrzej Krzysztofowicz)
synclink and wavfront drivers
o   Add isa_check_signature and missing ioctl ids  (Andrzej Krzysztofowicz)
for hayesesp
o   Fix math emulation bug  (Martin Schwidefsky)
o   Disable APIC during APM to avoid suspend/resume (Mikael Pettersson)
problems.
o   SMP kernel on UP hardware APIC fixes(Maciej Rozycki)
o   Code cleanups in nmi, reduce NMI rate to 1Hz(Mikael Pettersson)

2.4.1-ac19
o   Fix second module/exception table race  (me)
| I hope ;)
o   Additional CPIA usb ident   (Adam J Richter)
o   Add SA1100 udc and also stall recovery to   (Oleg Drokin)
usbnet
o   Limit smbfs to 2Gig/file(Urban Widmark)
o   Config/doc update for the eicon driver  (Armin Schindler)
o   Update PMS driver to new request_region (Andrey Panin)
o   sys_semop bug check is overcareful  (Hugh Dickins)
o   Fix ipc off by one on checks in ipc (Hugh Dickins)
o   Allow exceptions during module init (Philipp Rumpf)
o   Driver namespace cleanup(Jeff Garzik)
o   Network driver cleanups (Jeff Garzik, 
o   PPC irq updates (Paul Mackerras)
o   SMP fixes for PPC boxes (Paul Mackerras)
o   Fix tmpfs block size reporting  (Christoph Rohland)
o   Update maintainers to add missing YAM maintainer(Jean-Paul Roubelat)
o   Add hooks for /proc/rtas(Paul Mackerras)
o   Fix wrong bogomip reporting on SMP ppc  (Paul Mackerras)
o   Remove unused dbcf inline function on PPC   (Paul Mackerras)
o   Update Cort Dougans email/urls  (Paul Mackerras)
o   Dont assume bit settings on pcnet/pci chips (Paul Mackerras)
o   Add mac ppc serial console hooks(Paul Mackerras)
o   Frame buffer driver updates for ppc (Paul Mackerras)
o   Fix devfs names for ppc serial  (Paul Mackerras)
o   Move some symbols out of net where they didnt   
belong, and into right export locations (Andrzej Krzysztofowicz)
o   Tidy and fix up syncppp drivers (Krzysztof Halasa)

2.4.1-ac18
o   Fix SO_SNDTIMEO bugs(Alexey Kuznetsov)
o   Fix tmpfs fsync (Lennert Buytenhek)
o   PPC now uses generic pci bus setup  (Paul Mackerras)
o   Remove PPC boot argument printing   (Paul Mackerras)
o   Jeff Tranter has moved  (Jeff Tranter)
o   ymf_pci driver cleanups (Pete Zaitcev)
o   Fix USB 2.0 compliance in hub.c (Brad Hards)
o   Fix usb hub device claim race   (Paul Mackerras)
o   Fix some bugs in mac_hid driver (Paul Mackerras)
o   Fix more typos  (Dag Wieers)
o   PPC compile warnings/symbol export fixes(Paul Mackerras)

2.4.1-ac17
o   Fix pegasus for bigendian   (Roman Weissgaerber)
o   Further smbfs fixes (Urban Widmark)
o   Update ISDN version tags(Kai Germaschewski)
o   Finish ISDN move to new style module_init   (Kai Germaschewski)
o   Small Eicon driver updates/fix license bug  (Armin Schindler)
o   Fix reiserfs tail packing problem   (Alexander Zarochentcev
 Chris Mason)
o   Export aci symbols from drivers/sound/aci.c (Alexandr Kanevskiy)
o   Merge Linus 2.4.2pre4
o   Starfire update (Ionu Badulescu)
o   Fix 3270 merge  (Richard Hitt)

2.4.1-ac16
o   Fix the exception table/unload race (me)
o   Further tulip fixup (Manfred Spraul)
o   Fix USB oops on traverse/delete race(Randy Dunlap)
o   Set max_sectors to 255 for