ieee80211_rx.c: is_beacon

2006-02-26 Thread Pete Zaitcev
Fix broken is_beacon(). Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> --- This wart came with -rc3. The -rc2 was ok. It's not like nobody noticed: Johannes' snapshot has a different fix (which is somewhat defective, he declared a CPU-order word as __be16). But the strangest thing is, the git t

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Ian Kumlien
On Sun, 2006-02-26 at 23:38 +0100, Carl-Daniel Hailfinger wrote: > Ian Kumlien schrieb: > > I also saw some oddities... portage stopped working, i dunno if this can > > be MSI related or so, else something is trashing memory in a very > > special way =P > > Yes, 0.15 causes memory corruption even

I'm *sick* of frivolous BUG_ON

2006-02-26 Thread Pete Zaitcev
Dear Collegues, I have come to consider BUG_ON generally harmful. The idea of an assert is to prevent a program to execute past a point where its state is known erroneous, thus preventing it from dealing more damage to the data (or hiding the traces of malfunction). The problem is, in kernel this

Re: ANNOUNCE: new DHCP client for linux 2.6.x

2006-02-26 Thread Stefan Rompf
Hi, Am Freitag 17 Februar 2006 20:39 schrieb Simon Barber: > In 802.11 networks when connecting to a new AP on the same networks > (same SSID & security settings) you typically don't have to do DHCP > again - but with some networks setups you do. In order to detect this, > when connecting to a ne

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Wolfgang Hoffmann
On Sunday 26 February 2006 23:31, Wolfgang Hoffmann wrote: > On Sunday 26 February 2006 19:13, Wolfgang Hoffmann wrote: > > Ok, I did some reading and just started a git bisect. I didn't find hints > > on how to bisect if I'm only interested in changes to sky2.[ch], so I'm > > taking the full kerne

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Carl-Daniel Hailfinger
Ian Kumlien schrieb: > On Sun, 2006-02-26 at 16:47 +0100, Arjan van de Ven wrote: > >>On Sun, 2006-02-26 at 16:00 +0100, Ian Kumlien wrote: >> >>>On Sun, 2006-02-26 at 09:57 +0100, Wolfgang Hoffmann wrote: >>> On Sunday 26 February 2006 03:03, Stephen Hemminger wrote: >Instead of whin

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Wolfgang Hoffmann
On Sunday 26 February 2006 19:13, Wolfgang Hoffmann wrote: > Ok, I did some reading and just started a git bisect. I didn't find hints > on how to bisect if I'm only interested in changes to sky2.[ch], so I'm > taking the full kernel tree and skip testing those bisect steps that didn't > change sky

Re: RTL 8139 stops RX after receiving a jumbo frame

2006-02-26 Thread John Zielinski
Alan Cox wrote: Should drop the packet, but it may be triggering a driver path with a bug. Is this repeatable and with multiple 8139 cards I took the card out of my firewall and put it into my test box. The test procedure was to ping a third machine from the text box and then start pinging t

Re: RTL 8139 stops RX after receiving a jumbo frame

2006-02-26 Thread John Zielinski
Francois Romieu wrote: Can you send lspci -vx, dmesg and lsmod after the hang ? :00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4) Subsystem: Asustek Computer, Inc.: Unknown device 80e7 Flags: bus master, medium devsel, latency 0

Re: [Announce] Intel PRO/Wireless 3945ABG Network Connection

2006-02-26 Thread Alejandro Bonilla
On Sat, 2006-02-25 at 17:19 -0500, John Stoffel wrote: > > "Matthieu" == Matthieu CASTET <[EMAIL PROTECTED]> writes: > > Matthieu> I will say, why not put the restriction of the firmware > Matthieu> binary blob ? It run on the device so it will be difficult > Matthieu> for people to analyse i

Re: [2.6 patch] make UNIX a bool

2006-02-26 Thread Diego Calleja
El Sat, 25 Feb 2006 09:13:08 -0800, Stephen Hemminger <[EMAIL PROTECTED]> escribió: > Why? You can build unix domain sockets as a loadable module and > it runs fine (or it did last I tried). Whether that makes sense from a I've been running with CONFIG_UNIX=m since the dawn of time and everythin

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Wolfgang Hoffmann
On Sunday 26 February 2006 16:00, Ian Kumlien wrote: > On Sun, 2006-02-26 at 09:57 +0100, Wolfgang Hoffmann wrote: > > Stephen, if you want me (as suggested off-list) to bisect the individual > > patches leading from 0.13a to current head, please give me a series of > > patches to incrementally app

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Ian Kumlien
On Sun, 2006-02-26 at 16:47 +0100, Arjan van de Ven wrote: > On Sun, 2006-02-26 at 16:00 +0100, Ian Kumlien wrote: > > On Sun, 2006-02-26 at 09:57 +0100, Wolfgang Hoffmann wrote: > > > On Sunday 26 February 2006 03:03, Stephen Hemminger wrote: > > > > Instead of whining, try this. > > > > > > I tr

[PATH][RFC] acxsm: Make acx mdoular again

2006-02-26 Thread Carlos Martín
Hi, Well, here it is. I've not been able to run-test it yet, but it at least compiles and loads without problems. This is on x86_64 compiled against Linville's wireless-2.6 git tree. (I don't have any x86 boxes running Linux right now, but it should be alright). I've added a struct acx_ops wit

de620: fix section mismatch warning

2006-02-26 Thread Sam Ravnborg
In latest -mm de620 gave following warning: WARNING: drivers/net/de620.o - Section mismatch: reference to \ .init.text:de620_probe from .text between 'init_module' (at offset \ 0x1682) and 'cleanup_module' init_module() call de620_probe() which is declared __init. Fix is to declare init_modul

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Arjan van de Ven
On Sun, 2006-02-26 at 16:00 +0100, Ian Kumlien wrote: > On Sun, 2006-02-26 at 09:57 +0100, Wolfgang Hoffmann wrote: > > On Sunday 26 February 2006 03:03, Stephen Hemminger wrote: > > > Instead of whining, try this. > > > > I tried and still see the hang. > > I'm at a record 12 hours with that pat

wan: fix section mismatch warning in sbni

2006-02-26 Thread Sam Ravnborg
In latest -mm sbni gives following warning: WARNING: drivers/net/wan/sbni.o - Section mismatch: reference to\ .init.data: from .text between 'init_module' (at offset 0x14ef) and \ 'cleanup_module' The warning is caused by init_module() calling a function declared __init. Declare init_module()

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Ian Kumlien
On Sat, 2006-02-25 at 18:03 -0800, Stephen Hemminger wrote: > Instead of whining, try this. I'm sorry to say that this failed after 12h 33m =P -- Ian Kumlien -- http://pomac.netswarm.net signature.asc Description: This is a digitally signed message part

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Paul Rolland
Hello, > Ok, great, I was just wondering since I would have made one if you had > no plans to do so. Well, I was just waiting to make sure it was interesting for someone ;) Here is it, verified with tab and not spaces... but attached as my mailer is likely to cripple anything I try to inline...

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Ian Kumlien
On Sun, 2006-02-26 at 09:57 +0100, Wolfgang Hoffmann wrote: > On Sunday 26 February 2006 03:03, Stephen Hemminger wrote: > > Instead of whining, try this. > > I tried and still see the hang. I'm at a record 12 hours with that patch. > Stephen, if you want me (as suggested off-list) to bisect the

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Jesper Juhl
On 2/26/06, Paul Rolland <[EMAIL PROTECTED]> wrote: > Hello, > > > are you planning a 2.6 patch as well ? > > > I'm preparing it, and I'll be carefull with Tab/space ;) > Ok, great, I was just wondering since I would have made one if you had no plans to do so. -- Jesper Juhl <[EMAIL PROTECTED]> Do

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Paul Rolland
Hello, > are you planning a 2.6 patch as well ? > I'm preparing it, and I'll be carefull with Tab/space ;) Paul - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: RTL 8139 stops RX after receiving a jumbo frame

2006-02-26 Thread Francois Romieu
John Zielinski <[EMAIL PROTECTED]> : [8139 failure] Can you send lspci -vx, dmesg and lsmod after the hang ? -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.h

Re: [PATCH] Let DAC960 supply entropy to random pool

2006-02-26 Thread Anders K. Pedersen
Hello, On Sun, 2006-02-26 at 09:07, Jesse Brandeburg wrote: > On 2/23/06, Anders K. Pedersen <[EMAIL PROTECTED]> wrote: > > We have a couple of servers with Mylex RAID controllers (handled by the > > DAC960 block device driver). There's normally no keyboard or mouse > > attached, and neither the D

Re: [2.6.15] running tcpdump on 3c905b causes freeze (reproducable)

2006-02-26 Thread Folkert van Heusden
> > > > > > > > Have you tried enabling the NMI watchdog? Enable > > > CONFIG_X86_LOCAL_APIC and > > > > > > > > boot with `nmi_watchdog=1' on the command line, make sure that > > > the NMI line > > > > > > > > of /proc/interrupts is incrementing. > > > > > > > I'll give it a try. I've added

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Jesper Juhl
On 2/25/06, Paul Rolland <[EMAIL PROTECTED]> wrote: > Hello, > > This patch is based on Linux 2.4.32, and I've verified the same problem > exists on 2.6.15.4. are you planning a 2.6 patch as well ? -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.

Re: RTL 8139 stops RX after receiving a jumbo frame

2006-02-26 Thread Alan Cox
On Sad, 2006-02-25 at 23:23 -0500, John Zielinski wrote: > I'm surprised that the switch actually let the jumbo packet through onto > a 100Mbit link. I'm going to see if I can find a non RTL 8139 card in > my parts bin and see what that one does. > > What's the normal behavior for overruns on a

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Paul Rolland
> it's mangled, tabs have been turned into whitespaces. I fixed > it so please > use the appended one. Sorry about that, thanks for the fix. Paul - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Willy TARREAU
Hello Paul, On Sat, Feb 25, 2006 at 11:08:49AM +0100, Paul Rolland wrote: > Hello, > > This patch is based on Linux 2.4.32, and I've verified the same problem > exists on 2.6.15.4. it's mangled, tabs have been turned into whitespaces. I fixed it so please use the appended one. > Working on a ma

Re: [PATCH] Revert sky2 to 0.13a

2006-02-26 Thread Wolfgang Hoffmann
On Sunday 26 February 2006 03:03, Stephen Hemminger wrote: > Instead of whining, try this. I tried and still see the hang. Stephen, if you want me (as suggested off-list) to bisect the individual patches leading from 0.13a to current head, please give me a series of patches to incrementally app

Re: [PATCH] Let DAC960 supply entropy to random pool

2006-02-26 Thread Jesse Brandeburg
On 2/23/06, Anders K. Pedersen <[EMAIL PROTECTED]> wrote: > Hello, > > We have a couple of servers with Mylex RAID controllers (handled by the > DAC960 block device driver). There's normally no keyboard or mouse > attached, and neither the DAC960 nor the NIC driver (e100) provides > entropy to the