[-mm patch] let only ACX_PCI/ACX_USB be user-visible and select ACX accordingly

2006-02-04 Thread Adrian Bunk
On Wed, Feb 01, 2006 at 08:57:04AM +0200, Denis Vlasenko wrote: > On Wednesday 01 February 2006 00:16, Adrian Bunk wrote: > > > > > CONFIG_ACX=y > > > > > # CONFIG_ACX_PCI is not set > > > > > # CONFIG_ACX_USB is not set > > > > > > > > > > This won't fly. You must select at least one. > > > > >

Re: [-mm patch] net/ipv4/fib_rules.c: make struct fib_rules static again

2006-02-04 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Fri, 3 Feb 2006 22:02:48 +0100 > struct fib_rules became global for no good reason. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks Adrian. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message

Re: [PATCH][ipcomp6] don't check vfree() argument for NULL.

2006-02-04 Thread David S. Miller
From: Jesper Juhl <[EMAIL PROTECTED]> Date: Sat, 4 Feb 2006 20:49:44 +0100 > vfree does it's own NULL checking, so checking a pointer before handing > it to vfree is pointless. > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Applied to net-2.6.17, thanks. - To unsubscribe from this list: send

[2.6 patch] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific code

2006-02-04 Thread Adrian Bunk
drivers/net/tlan.c compiles with CONFIG_PCI=n only with a warning and due to the dead code elimination of gcc. Additionally, this fixes the only compile error I found with CONFIG_PCI=n and the gcc -Werror-implicit-function-declaration flag on i386. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]

Re: slab corruption in 2.6.16rc1-git4

2006-02-04 Thread David S. Miller
From: Dave Jones <[EMAIL PROTECTED]> Date: Sat, 4 Feb 2006 12:14:11 -0500 > I've hit it three times now, and every time it seems to have happened > whilst it was under attack from junk icmp, which hopefully narrows > it down a little to a specific set of isic parameters. I've sent the following

Re: open bugzilla reports

2006-02-04 Thread Russell King
On Sat, Feb 04, 2006 at 08:47:29AM -0800, Martin J. Bligh wrote: > > > > [Bug 5958] CF bluetooth card oopses machine when > > > http://bugzilla.kernel.org/show_bug.cgi?id=5958 > > > > This isn't a serial bug - it's a bluetooth ldisc bug. I reported it > > to the bluetooth folk back when it fir

[PATCH 1/3] forcedeth: Add vlan support

2006-02-04 Thread Ayaz Abdulla
This forcedeth patch adds support for vlan stripping/inserting in hardware. Signed-off-By: Ayaz Abdulla <[EMAIL PROTECTED]> --- orig-2.6/drivers/net/forcedeth.c2006-01-21 23:33:01.0 -0500 +++ new-2.6/drivers/net/forcedeth.c 2006-01-21 23:33:08.0 -0500 @@ -102,6 +102,7 @@

[PATCH 2/3] forcedeth: Add support for 64bit rings

2006-02-04 Thread Ayaz Abdulla
This forcedeth patch adds high dma support for tx/rx rings. Signed-off-By: Ayaz Abdulla <[EMAIL PROTECTED]> --- orig-2.6/drivers/net/forcedeth.c2006-01-21 23:47:55.0 -0500 +++ new-2.6/drivers/net/forcedeth.c 2006-01-21 23:49:35.0 -0500 @@ -103,6 +103,7 @@ * 0.48: 24

[PATCH 3/3] forcedeth: Add support for MSI/MSIX

2006-02-04 Thread Ayaz Abdulla
This forcedeth patch adds support for MSI/MSIX interrupts. Signed-off-By: Ayaz Abdulla <[EMAIL PROTECTED]> --- orig-2.6/drivers/net/forcedeth.c2006-01-21 23:50:18.0 -0500 +++ new-2.6/drivers/net/forcedeth.c 2006-01-21 23:54:37.0 -0500 @@ -104,6 +104,7 @@ * 0.49: 10

transmit timeout (and then complete silence) in sky2 driver

2006-02-04 Thread tho
Good morning all, I'm experiencing difficulties with a Marvell NIC (marketed as 8062 - on the chip 88E8062 is stamped - lspci calls it an unknown device 4347). It is not recognized by the sk98lin driver of recent kernels. The sk98lin driver provided by Marvell Technologies seems to work (no exten

Re: slab corruption in 2.6.16rc1-git4

2006-02-04 Thread Dave Jones
On Fri, Feb 03, 2006 at 08:27:02PM -0800, Stephen Hemminger wrote: > It takes about 15 minutes of over a gigabit link for me to trigger > on a dual Opteron with 2G of mem. Maybe Dave's niagra's would be > faster. > > Although it might be depend on what level of debugging is turned on. > Wha

Re: open bugzilla reports

2006-02-04 Thread Martin J. Bligh
> > [Bug 5958] CF bluetooth card oopses machine when > > http://bugzilla.kernel.org/show_bug.cgi?id=5958 > > This isn't a serial bug - it's a bluetooth ldisc bug. I reported it > to the bluetooth folk back when it first got raised by Pavel. However, > they seem to be completely disintereste

Re: Linux 2.6.15.2

2006-02-04 Thread Holger Eitzenberger
On Fri, Feb 03, 2006 at 11:14:14AM -0800, Andrew Morton wrote: > http://www.mail-archive.com/netdev@vger.kernel.org/msg06355.html > > A look into /proc/sys/net/ipv4/tcp_mem showed that that the values in > > there were way to high. I hope that a reduction of these values will > > help (not done

Re: [Acx100-devel] [PATCH] acx: make firmware statistics parsing more intelligent

2006-02-04 Thread Denis Vlasenko
On Friday 03 February 2006 12:58, Andreas Mohr wrote: > this patch does: > - implement much more flexible firmware statistics parsing > (for /proc/driver/acx_wlanX_diag) > This has the nice effect that we now get output for both the older > TNETW1100 USB and TNETW1450. > Since firmware stat

Re: [BUG] sky2 broken for Yukon PCI-E Gigabit Ethernet Controller 11ab:4362 (rev 19)

2006-02-04 Thread Knut Petersen
2.6.16-rc2 still misses your patch. Was there a special reason not to send it to Linus? cu, Knut On Fri, Jan 27, 2006 at 07:07:34AM +0100, Knut Petersen wrote: Well, there are no problems if SuSEfirewall2 is disabled. But have a look at the loaded modules: ipt_MASQUERADE 3968 1

Re: open bugzilla reports

2006-02-04 Thread Russell King
On Fri, Feb 03, 2006 at 03:11:50PM -0800, Andrew Morton wrote: > serial > == > > [Bug 5832] Enabling ACPI Plug and Play in kernels > http://bugzilla.kernel.org/show_bug.cgi?id=5832 This seems to be misfiled. Why do you think this is a serial bug? It seems to be talking about parallel p

Re: [2.6 patch] move some code to net/ipx/af_ipx.c

2006-02-04 Thread Christoph Hellwig
On Sat, Feb 04, 2006 at 02:09:59AM +0100, Adrian Bunk wrote: > This patch moves some code only used in this file to net/ipx/af_ipx.c . this doesn't make any sense. the code is part of the 802.2/3 layer, not the ipx layer even if no other protocol makes use of it yet. - To unsubscribe from this l