Message (Your message dated Sat, 17 Feb 2007 13:40:26...)

2007-02-17 Thread LISTSERV
Your message dated Sat, 17 Feb 2007 13:40:26 +0100 with subject Mail System Error - Returned Mail has been submitted to the moderator of the TOURBUS list: [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: Extensible hashing and RCU

2007-02-17 Thread Evgeniy Polyakov
On Mon, Feb 05, 2007 at 10:02:53AM -0800, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: On Sat, 4 Feb 2007 [EMAIL PROTECTED] wrote: I noticed in an LCA talk mention that apprently extensible hashing with RCU access is an unsolved problem. Here's an idea for solving it. Yes, I have

[PATCH] Correct links in net/ipv4/Kconfig

2007-02-17 Thread Baruch Even
Fix bug #6216, update the link for CONFIG_IP_MCAST help message. The bug with the proposed fix was submitted by [EMAIL PROTECTED] Correct other dead/indirect links in the same file. Signed-Off-By: Baruch Even [EMAIL PROTECTED] Index: 2.6-gt/net/ipv4/Kconfig

[PATCH] Hostess SV-11 depends on INET

2007-02-17 Thread Baruch Even
Comtrol Hostess SV-11 driver uses features from INET but doesn't depend on it. The simple solution is to make it depend on INET as happens for the sealevel driver. Fixes bug #7930. Signed-Off-By: Baruch Even [EMAIL PROTECTED] Index: 2.6-gt/drivers/net/wan/Kconfig

Re: MediaGX/GeodeGX1 requires X86_OOSTORE.

2007-02-17 Thread takada
From: [EMAIL PROTECTED] (Lennart Sorensen) Subject: Re: MediaGX/GeodeGX1 requires X86_OOSTORE. (Was: Re: Strange connection slowdown on pcnet32) Date: Fri, 16 Feb 2007 19:00:19 -0500 On Fri, Feb 16, 2007 at 05:48:24PM -0500, Lennart Sorensen wrote: Well so far it really looks like enabling

Re: MediaGX/GeodeGX1 requires X86_OOSTORE.

2007-02-17 Thread Lennart Sorensen
On Sat, Feb 17, 2007 at 11:11:13PM +0900, takada wrote: is it mean what doesn't help with doesn't call set_cx86_reoder()? this function disable to reorder at 0x4000: to 0x:. does pcnet32 access at out of above range? No it is accessing system memory by DMA to transfer frames.

Re: [Bug 8013] New: select for write hangs on a socket after write returned ECONNRESET

2007-02-17 Thread Evgeniy Polyakov
On Fri, Feb 16, 2007 at 09:34:27PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: Otherwise we can extend select output mask to include hungup too (getting into account that hungup is actually output event). This is another possible way to fix select after write after connection reset.

Re: [RFC] [PATCH] Network Events Connector

2007-02-17 Thread Evgeniy Polyakov
On Fri, Feb 09, 2007 at 05:43:14AM +0100, Samir Bellabes ([EMAIL PROTECTED]) wrote: Hi, Here is a new feature which can help firewalls to be more application aware, so more useful for people. Our previous discussion about cn_net and firewalls:

2.6.20-git14 rtl8139 possible circular locking dependency detected

2007-02-17 Thread Michal Piotrowski
Hi, Feb 17 20:07:09 bitis-gabonica kernel: === Feb 17 20:07:09 bitis-gabonica kernel: [ INFO: possible circular locking dependency detected ] Feb 17 20:07:09 bitis-gabonica kernel: 2.6.20 #54 Feb 17 20:07:09 bitis-gabonica kernel:

Re: 2.6.20-rc4-mm1: PCI=n: drivers/net/3c59x.c compile error

2007-02-17 Thread Sergei Shtylyov
Hello, I wrote: 3x59x-fix-pci-resource-management.patch causes the following compile error with CONFIG_PCI=n: -- snip -- ... CC drivers/net/3c59x.o /home/bunk/linux/kernel-2.6/linux-2.6.20-rc4-mm1/drivers/net/3c59x.c: In function 'vortex_init_one':

Re: 2.6.20-rc4-mm1: PCI=n: drivers/net/3c59x.c compile error

2007-02-17 Thread Sergei Shtylyov
Hello. Sergei Shtylyov wrote: 3x59x-fix-pci-resource-management.patch causes the following compile error with CONFIG_PCI=n: -- snip -- ... CC drivers/net/3c59x.o /home/bunk/linux/kernel-2.6/linux-2.6.20-rc4-mm1/drivers/net/3c59x.c: In function 'vortex_init_one':

Re: [PATCH] Convert network devices to use struct device instead of class_device

2007-02-17 Thread Jeff Garzik
Kumar Gala wrote: Convert network devices to use struct device instead of class_device. Greg missed this one in his cleanup path. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- Jeff, Sorry my mailer was completely screwed. I thought I had fixed the settings to turn of flowed text. I

Re: [PATCH 2.6.21] phylib: Add support for Marvell 88e1111S and 88e1145

2007-02-17 Thread Jeff Garzik
Andy Fleming wrote: From Andy Fleming [EMAIL PROTECTED] Changes include: * New support for 88e1145 * New support for 88e111s * Fixing 88e1101 driver to not match non-88e1101 PHYs * Increases in feature support across Marvell PHY product line * Fixes a bunch of whitespace issues found by

Re: [PATCH 1/1] NetXen: Fix to get the driver working after sparse changes

2007-02-17 Thread Jeff Garzik
Amit S. Kale wrote: Signed-off-by: Amit S. Kale [EMAIL PROTECTED] --- netxen_nic.h |8 1 files changed, 4 insertions(+), 4 deletions(-) applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] pcnet32 NAPI no longer experimental

2007-02-17 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: Remove the experimental tag for the pcnet32 NAPI implementation. Signed-off-by: Don Fry [EMAIL PROTECTED] applied both patches - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] macb: Remove inappropriate spinlocks around mii calls

2007-02-17 Thread Jeff Garzik
Haavard Skinnemoen wrote: Remove spin_lock_irqsave() around mii_ethtool_gset, mii_ethtool_sset and generic_mii_ioctl. These are unnecessary and harmful because the mii calls may call back into the mdio functions, which may sleep. Pointed out by David Brownell. Signed-off-by: Haavard Skinnemoen

Re: [NET] Convert meth to netdev_priv

2007-02-17 Thread Jeff Garzik
Ralf Baechle wrote: And while at it loose plenty of useless casts. Signed-off-by: Ralf Baechle [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [patch 2/2] bugfixes and new hardware support for arcnet driver

2007-02-17 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Jeff Morrow [EMAIL PROTECTED] The modifications and bug fixes noted below were done by Realtime Control Works and Contemporary Control Systems, Inc, Jan 2005. They were incorporated into the 2.6 kernel by Jeff Morrow of Sierra Analytics, Feb 2007. [EMAIL

Re: [patch 1/2] atm: Use ARRAY_SIZE macro when appropriate

2007-02-17 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Ahmed S. Darwish [EMAIL PROTECTED] Use ARRAY_SIZE macro already defined in kernel.h for ATM drivers. Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] Cc: chas williams [EMAIL PROTECTED] Cc: David S. Miller [EMAIL PROTECTED]

Re: [PATCH 1/6] sky2: dont flush good pause frames

2007-02-17 Thread Jeff Garzik
Stephen Hemminger wrote: Don't mark pause frames as errors. This problem caused transmitter not to pause and would effectively take out a gigabit switch because the it can't handle overrun. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] applied 1-6 - To unsubscribe from this list:

Re: [PATCH 1/2] b44: replace define

2007-02-17 Thread Jeff Garzik
Gary Zambrano wrote: Replaced B44_DMA_MASK with DMA_30BIT_MASK. Signed-off by: Gary Zambrano [EMAIL PROTECTED] applied 1-2 - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] sk98lin: planned removal

2007-02-17 Thread Jeff Garzik
Stephen Hemminger wrote: Nag message about planned sk98lin removal. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [IOC3] Fix link autonegotiation timer.

2007-02-17 Thread Jeff Garzik
Ralf Baechle wrote: Start link negotiation in the open method. Previously it was started on driver initialialization and shutdown on close so an ifdown would have results in closing negotiation for good. Signed-off-by: Ralf Baechle [EMAIL PROTECTED] applied - To unsubscribe from this list:

Re: [PATCH] Hostess SV-11 depends on INET

2007-02-17 Thread Jeff Garzik
Baruch Even wrote: Comtrol Hostess SV-11 driver uses features from INET but doesn't depend on it. The simple solution is to make it depend on INET as happens for the sealevel driver. Fixes bug #7930. Signed-Off-By: Baruch Even [EMAIL PROTECTED] applied - To unsubscribe from this list: send

Re: [PATCH 1/3] e1000: fix shared interrupt warning message

2007-02-17 Thread Auke Kok
Jeff Garzik wrote: Kok, Auke wrote: Signed-off-by: Jesse Brandeburg [EMAIL PROTECTED] Signed-off-by: Auke Kok [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/net/e1000/e1000_main.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) applied

Re: [PATCH 3/4] 8139too: RTNL and flush_scheduled_work deadlock

2007-02-17 Thread Francois Romieu
Stephen Hemminger [EMAIL PROTECTED] : [...] You need to hold a dev reference (dev_hold) as well. to keep the device from disappearing. or do a flush_scheduled_work in the remove routine. The patched drivers do #2 (before unregister_netdev). -- Ueimor - To unsubscribe from this list: send the

Re: [PATCH v2, resend] gianfar: don't duplicate gfar_error()

2007-02-17 Thread Jeff Garzik
Sergei Shtylyov wrote: It was hardly necessary to repeat most of the code from gfar_error() in gfar_interrupt(), especially having some inconsistencies between the two. So, make the gfar_interrupt() just call gfar_error(), and not acknowledge the interrupts itself as

Bluetooth patches for 2.6.20

2007-02-17 Thread Marcel Holtmann
Hi Dave, here are some patches for the Bluetooth subsystem. All of them are pending patches that can be finally included since the missing core functionality has been merged upstream. Regards Marcel Please pull from

Re: [PATCH 1/3] e1000: fix shared interrupt warning message

2007-02-17 Thread Francois Romieu
Auke Kok [EMAIL PROTECTED] : [...] It is suspected that workarounds in the _up() routine of e1000 can cause ^ the receive unit to be enabled before we're all done initializing the adapter data. An interrupt arriving before we're all done setting up obviously causes problems.

[PATCH] zd1211rw-d80211: changed GFP_NOFS to GFP_KERNEL

2007-02-17 Thread Daniel Drake
From: Ulrich Kunitz [EMAIL PROTECTED] Michael Buesch commented that GFP_NOFS should not be used in a network driver. This patch implements it for zd1211rw-d80211. Signed-off-by: Ulrich Kunitz [EMAIL PROTECTED] Signed-off-by: Daniel Drake [EMAIL PROTECTED] ---

[PATCH] zd1211rw-d80211: Add ID for ZyXEL ZyAIR G-220 v2

2007-02-17 Thread Daniel Drake
Tested by Marijn Schouten zd1211b chip 0586:340f v4810 high 00-13-49 AL2230_RF pa0 g--- FCC ID: I88G220V2 Signed-off-by: Daniel Drake [EMAIL PROTECTED] --- drivers/net/wireless/d80211/zd1211rw/zd_usb.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 1/3] e1000: fix shared interrupt warning message

2007-02-17 Thread Auke Kok
Francois Romieu wrote: Auke Kok [EMAIL PROTECTED] : [...] It is suspected that workarounds in the _up() routine of e1000 can cause ^ the receive unit to be enabled before we're all done initializing the adapter data. An interrupt arriving before we're all done setting up

Re: [PATCH 1/6] atl1: drop NET_PCI from Kconfig

2007-02-17 Thread Jeff Garzik
Jay Cliburn wrote: From: Jay Cliburn [EMAIL PROTECTED] The atl1 driver doesn't need NET_PCI. Remove it from Kconfig. Noticed by Chad Sprouse. Signed-off-by: Jay Cliburn [EMAIL PROTECTED] Signed-off-by: Chris Snook [EMAIL PROTECTED] applied 1-6 - To unsubscribe from this list: send the

Re: [patch 1/2] natsemi: Add support for using MII port with no PHY

2007-02-17 Thread Jeff Garzik
Mark Brown wrote: This patch provides code paths which allow the natsemi driver to use the external MII port on the chip but ignore any PHYs that may be attached to it. The link state will be left as it was when the driver started and can be configured via ethtool. Any PHYs that are present can

Re: [patch 2/2] natsemi: Support Aculab E1/T1 PMXc cPCI carrier cards

2007-02-17 Thread Jeff Garzik
Mark Brown wrote: Aculab E1/T1 PMXc cPCI carrier card cards present a natsemi on the cPCI bus with an oversized EEPROM using a direct MII-MII connection with no PHY. This patch adds a new device table entry supporting these cards. Signed-Off-By: Mark Brown [EMAIL PROTECTED] @@ -811,7

Re: [PATCH] net/wan/pc300too.c: pci_module_init to pci_register_driver

2007-02-17 Thread Jeff Garzik
Richard Knutsson wrote: Convert pci_module_init() to pci_register_driver(). Signed-off-by: Richard Knutsson [EMAIL PROTECTED] --- Compile-tested with allyes, allmod allno on i386 applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Re: [PATCH] cxgb3 Fix copyrights in the cxgb3 driver.

2007-02-17 Thread Jeff Garzik
Steve Wise wrote: Fix copyrights in the cxgb3 driver. Remove the Open Grid Computing copyright. It shouldn't be there. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/net/cxgb3/cxgb3_defs.h|1 - drivers/net/cxgb3/cxgb3_offload.c |1 - drivers/net/cxgb3/cxgb3_offload.h |

Re: 2.6.20-git14 rtl8139 possible circular locking dependency detected

2007-02-17 Thread Francois Romieu
Michal Piotrowski [EMAIL PROTECTED] : [...] Did you enable RTL8139_DEBUG ? If so you can try the patch below. diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c index 35ad5cf..da61368 100644 --- a/drivers/net/8139too.c +++ b/drivers/net/8139too.c @@ -634,7 +634,6 @@ static int

netpoll again ? (was: Re: 2.6.20-git14 rtl8139 possible circular locking dependency detected)

2007-02-17 Thread Francois Romieu
Francois Romieu [EMAIL PROTECTED] : Michal Piotrowski [EMAIL PROTECTED] : [...] Did you enable RTL8139_DEBUG ? If so you can try the patch below. It's buggy there too but you are not experiencing this one. 1 - netpoll() calls the poll() handler of the device through netpoll_poll() 2 -

Re: 2.6.20-git14 rtl8139 possible circular locking dependency detected

2007-02-17 Thread Michal Piotrowski
On 17/02/07, Francois Romieu [EMAIL PROTECTED] wrote: Michal Piotrowski [EMAIL PROTECTED] : [...] Did you enable RTL8139_DEBUG ? If so you can try the patch below. I enabled debugging #define RTL8139_DEBUG 3 Here is a full log