2.6.21.5 and forcedeth locks up during boot

2007-07-10 Thread Alex Krohn
Hi, I have a tyan s2912 system that I'm trying to get to boot. It locks up right now just after: forcedeth: using HIGHDMA I did some printk in forcedeth.c, and it seems to be stuck in here: for (i = 0; i 5000; i++) { msleep(1); if (nv_mgmt_acquire_sema(dev)) {

[RFC][PATCH v2 -mm 0/9] netconsole: Multiple targets and dynamic reconfigurability

2007-07-10 Thread Satyam Sharma
[0/9] netconsole: Multiple targets and dynamic reconfigurability This patchset is a rework of the original idea and patches posted by Keiichi Kii and Takayoshi Kochi at: http://lkml.org/lkml/2007/6/13/72 This is v2 of the patchset, the previous version is available at:

[PATCH v2 -mm 1/9] netconsole: Cleanups, codingstyle, prettyfication

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [1/9] netconsole: Cleanups, codingstyle, prettyfication (1) Remove unwanted headers. (2) Mark __init and __exit as appropriate. (3) Various trivial codingstyle and prettification stuff. Signed-off-by: Satyam Sharma [EMAIL PROTECTED] Cc: Keiichi Kii [EMAIL

[PATCH v2 -mm 2/9] netconsole: Remove bogus check

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [2/9] netconsole: Remove bogus check The (!np.dev) check in write_msg() is bogus (always false), because: np.dev is set by netpoll_setup(), which is called by the target init code in init_netconsole() _before_ register_console() = write_msg() cannot be

[PATCH v2 -mm 3/9] netconsole: Simplify boot/module option setup logic

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [3/9] netconsole: Simplify boot/module option setup logic Presently, for built-in netconsole: __setup(..., option_setup) ensures that the option_setup() function is called at boot-time from obsolete_checksetup() with the string matching netconsole= passed

[PATCH v2 -mm 4/9] netconsole: Add some useful tips to documentation

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [4/9] netconsole: Add some useful tips to documentation Add some useful general-purpose tips. Signed-off-by: Satyam Sharma [EMAIL PROTECTED] Cc: Keiichi Kii [EMAIL PROTECTED] --- Documentation/networking/netconsole.txt | 13 + 1 file

[PATCH v2 -mm 5/9] netconsole: Introduce netconsole_target

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [5/9] netconsole: Introduce netconsole_target Introduce a wrapper structure over netpoll to represent logging targets configured in netconsole. This will get extended with other members in further patches. The original patchset did this along with (and

[PATCH v2 -mm 7/9] netconsole: Use netif_running() in write_msg()

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [7/9] netconsole: Use netif_running() in write_msg() Avoid unnecessarily disabling interrupts and calling netpoll_send_udp() if the corresponding local interface is not up. Signed-off-by: Satyam Sharma [EMAIL PROTECTED] Cc: Keiichi Kii [EMAIL PROTECTED]

[PATCH v2 -mm 8/9] netconsole: Support multiple logging targets

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [8/9] netconsole: Support multiple logging targets This patch introduces support for multiple targets: Let's keep this out of CONFIG_NETCONSOLE_DYNAMIC as well -- this is useful even in the default case and (including the infrastructure introduced in

[PATCH v2 -mm 9/9] netconsole: Support dynamic reconfiguration using configfs

2007-07-10 Thread Satyam Sharma
From: Satyam Sharma [EMAIL PROTECTED] [9/9] netconsole: Support dynamic reconfiguration using configfs This patch introduces support for dynamic reconfiguration (adding, removing and/or modifying parameters of netconsole targets at runtime) using a userspace interface exported via configfs.

Re: [PATCH v2 -mm 1/9] netconsole: Cleanups, codingstyle, prettyfication

2007-07-10 Thread Matt Mackall
On Tue, Jul 10, 2007 at 02:49:25PM +0530, Satyam Sharma wrote: From: Satyam Sharma [EMAIL PROTECTED] [1/9] netconsole: Cleanups, codingstyle, prettyfication (1) Remove unwanted headers. (2) Mark __init and __exit as appropriate. (3) Various trivial codingstyle and prettification stuff. I

Re: [PATCH v2 -mm 2/9] netconsole: Remove bogus check

2007-07-10 Thread Matt Mackall
On Tue, Jul 10, 2007 at 02:49:30PM +0530, Satyam Sharma wrote: From: Satyam Sharma [EMAIL PROTECTED] [2/9] netconsole: Remove bogus check The (!np.dev) check in write_msg() is bogus (always false), because: np.dev is set by netpoll_setup(), which is called by the target init code in

Re: + gen_estimator-fix-locking-and-timer-related-bugs.patch added to -mm tree

2007-07-10 Thread Jarek Poplawski
On Mon, Jul 09, 2007 at 07:43:40PM +0300, Ranko Zivojnovic wrote: On Mon, 2007-07-09 at 15:52 +0200, Patrick McHardy wrote: Ranko Zivojnovic wrote: Patrick, I've taken liberty to try and implement this myself. Attached is the whole new

Re: [PATCH v2 -mm 3/9] netconsole: Simplify boot/module option setup logic

2007-07-10 Thread Matt Mackall
On Tue, Jul 10, 2007 at 02:49:36PM +0530, Satyam Sharma wrote: From: Satyam Sharma [EMAIL PROTECTED] [3/9] netconsole: Simplify boot/module option setup logic Acked-by: Matt Mackall [EMAIL PROTECTED] -- Mathematics is the supreme nostalgia of our time. - To unsubscribe from this list: send

Re: [PATCH v2 -mm 4/9] netconsole: Add some useful tips to documentation

2007-07-10 Thread Matt Mackall
On Tue, Jul 10, 2007 at 02:49:41PM +0530, Satyam Sharma wrote: From: Satyam Sharma [EMAIL PROTECTED] [4/9] netconsole: Add some useful tips to documentation Add some useful general-purpose tips. Signed-off-by: Satyam Sharma [EMAIL PROTECTED] Cc: Keiichi Kii [EMAIL PROTECTED] Acked-by:

[PATCH] PCMCIA: add Socket Ethernet card into pcnet_cs

2007-07-10 Thread Marcin Juszkiewicz
From: Marcin Juszkiewicz [EMAIL PROTECTED] One card submitted by Ångström user. Signed-off-by: Marcin Juszkiewicz [EMAIL PROTECTED] Index: git/drivers/net/pcmcia/pcnet_cs.c === --- git.orig/drivers/net/pcmcia/pcnet_cs.c

[PATCH re-resend] fix race in AF_UNIX garbage collector

2007-07-10 Thread Miklos Szeredi
Andrew, Can you please add this to -mm. Sometimes that has wonderful effect on the willingness of people to look at a patch. It fixes a bug in AF_UNIX sockets that affects the ulockmgr library in the fuse package. And for some reason it doesn't seem to interest the netdev guys in the least.

[PATCH] Fix typo in drivers/net/s2io.c

2007-07-10 Thread Rolf Eike Beer
Introduced in d796fdb708fc5b10112934cba43e832c36ce4923. Signed-off-by: Rolf Eike Beer [EMAIL PROTECTED] --- commit 58056c2424917e90b86ca11c2c5d3fd35313d7b6 tree 854d63a14f96416aad64d12ea71cb331acfcc7db parent 87a2df362631d53fdc169a5d76969365aff69c10 author Rolf Eike Beer [EMAIL PROTECTED] Tue,

Re: [PATCH re-resend] fix race in AF_UNIX garbage collector

2007-07-10 Thread Andrew Morton
On Tue, 10 Jul 2007 11:50:30 +0200 Miklos Szeredi [EMAIL PROTECTED] wrote: Can you please add this to -mm. Sometimes that has wonderful effect on the willingness of people to look at a patch. sure ;) It fixes a bug in AF_UNIX sockets that affects the ulockmgr library in the fuse package.

Re: + gen_estimator-fix-locking-and-timer-related-bugs.patch added to -mm tree

2007-07-10 Thread Ranko Zivojnovic
On Tue, 2007-07-10 at 09:34 +0200, Jarek Poplawski wrote: On Mon, Jul 09, 2007 at 07:43:40PM +0300, Ranko Zivojnovic wrote: On Mon, 2007-07-09 at 15:52 +0200, Patrick McHardy wrote: Ranko Zivojnovic wrote: Patrick, I've taken liberty to try and implement this myself. Attached is the

Re: [PATCH v2 -mm 8/9] netconsole: Support multiple logging targets

2007-07-10 Thread Duane Griffin
On 10/07/07, Satyam Sharma [EMAIL PROTECTED] wrote: + /* Avoid taking lock and disabling interrupts unnecessarily */ + if (unlikely(list_empty(target_list))) + return; Is the unlikely a good idea here? Not having any targets may be unusual but it isn't ridiculous. It

Re: Races in net_rx_action vs netpoll?

2007-07-10 Thread Olaf Kirch
On Tuesday 10 July 2007 00:27, David Miller wrote: I'm happy to entertain this kind of solution, but we really need to first have an interface to change multiple bits at a time in one atomic operation, because by itself this patch doubles the number of atomices we do when starting a NAPI

Re: + gen_estimator-fix-locking-and-timer-related-bugs.patch added to -mm tree

2007-07-10 Thread Jarek Poplawski
On Tue, Jul 10, 2007 at 01:09:07PM +0300, Ranko Zivojnovic wrote: On Tue, 2007-07-10 at 09:34 +0200, Jarek Poplawski wrote: On Mon, Jul 09, 2007 at 07:43:40PM +0300, Ranko Zivojnovic wrote: On Mon, 2007-07-09 at 15:52 +0200, Patrick McHardy wrote: Ranko Zivojnovic wrote: Patrick,

Re: + gen_estimator-fix-locking-and-timer-related-bugs.patch added to -mm tree

2007-07-10 Thread Patrick McHardy
Jarek Poplawski wrote: On Tue, Jul 10, 2007 at 01:09:07PM +0300, Ranko Zivojnovic wrote: However I decided not to use _rcu based iteration neither the rcu_read_lock() after going through the RCU documentation and a bunch of examples in kernel that iterate through the lists using non _rcu macros

Re: [PATCH v2 -mm 4/9] netconsole: Add some useful tips to documentation

2007-07-10 Thread Jesper Juhl
On Tuesday 10 July 2007 11:41:43 Matt Mackall wrote: On Tue, Jul 10, 2007 at 02:49:41PM +0530, Satyam Sharma wrote: From: Satyam Sharma [EMAIL PROTECTED] [4/9] netconsole: Add some useful tips to documentation Add some useful general-purpose tips. Signed-off-by: Satyam Sharma [EMAIL

[2.6 patch] sis900_mii_probe() must be __devinit

2007-07-10 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x298170): Section mismatch: reference to .init.text:sis900_mii_probe (between 'sis900_probe' and 'sis900_default_phy') ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL

[2.6 patch] tokenring/3c359.c:xl_init() must be __devinit

2007-07-10 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x361ef1): Section mismatch: reference to .init.text:xl_init (between 'xl_probe' and 'xl_hw_reset') ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- ---

[2.6 patch] fore200e_param_bs_queue() must be __devinit

2007-07-10 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x6203bb): Section mismatch: reference to .init.text:fore200e_param_bs_queue (between 'fore200e_initialize' and 'fore200e_monitor_putc') ... -- snip -- Signed-off-by:

[2.6 patch] atm/lanai.c:sram_test_word() must be __devinit

2007-07-10 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x62e4f7): Section mismatch: reference to .init.text:sram_test_word (between 'sram_test_pass' and 'sram_test_and_clear') ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL

[2.6 patch] rrunner.c:rr_init() must be __devinit

2007-07-10 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x26e3f2): Section mismatch: reference to .init.text:rr_init (between 'rr_init_one' and 'rr_remove_one') ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- ---

[2,6 patch] sunhme.c:quattro_pci_find() must be __devinit

2007-07-10 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x272f8b): Section mismatch: reference to .init.text:quattro_pci_find (between 'happy_meal_pci_probe' and 'happy_meal_pci_remove') ... -- snip -- Signed-off-by: Adrian Bunk

[PATCH] QE Ethernet driver writes to wrong register to mask interrupts

2007-07-10 Thread Timur Tabi
The QE Ethernet driver was writing to the wrong register to mask interrupts. In ucc_geth_stop(), it was clearing UCCE instead of UCCM. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- drivers/net/ucc_geth.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

RE: [PATCH] QE Ethernet driver writes to wrong register to mask interrupts

2007-07-10 Thread Li Yang-r58472
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tabi Timur-B04825 Sent: Tuesday, July 10, 2007 8:51 PM To: [EMAIL PROTECTED]; netdev@vger.kernel.org Cc: Tabi Timur-B04825 Subject: [PATCH] QE Ethernet driver writes to wrong register to mask

Re: + gen_estimator-fix-locking-and-timer-related-bugs.patch added to -mm tree

2007-07-10 Thread Jarek Poplawski
On Tue, Jul 10, 2007 at 02:20:12PM +0200, Patrick McHardy wrote: Jarek Poplawski wrote: On Tue, Jul 10, 2007 at 01:09:07PM +0300, Ranko Zivojnovic wrote: However I decided not to use _rcu based iteration neither the rcu_read_lock() after going through the RCU documentation and a bunch of

iproute2 showing wrong number of bytes on 64bit architectures.

2007-07-10 Thread Andreas Henriksson
Hello! While investigating the problems reported in Debian bug #199054 (http://bugs.debian.org/199054), stating that the RX/TX bytes differ between ifconfig and ip(route2) I came across this: include/linux/if_link.h (used in kernel and iproute2 source): /* The struct should be in sync with

Re: + gen_estimator-fix-locking-and-timer-related-bugs.patch added to -mm tree

2007-07-10 Thread Jarek Poplawski
On Tue, Jul 10, 2007 at 03:10:34PM +0200, Jarek Poplawski wrote: On Tue, Jul 10, 2007 at 02:20:12PM +0200, Patrick McHardy wrote: Jarek Poplawski wrote: On Tue, Jul 10, 2007 at 01:09:07PM +0300, Ranko Zivojnovic wrote: However I decided not to use _rcu based iteration neither the

Re: [PATCH 2.6] WE : Fix get 32 char ESSID

2007-07-10 Thread John W. Linville
On Mon, Jul 09, 2007 at 03:13:22PM -0700, Jean Tourrilhes wrote: A little bug was introduced a few months ago that prevent reading ESSID with 32 character. Philippe Teuwen was the first one to report that, followed by the MadWifi team : http://madwifi.org/ticket/930

[PATCH] e100: Fix Tyan motherboard e100 not receiving IPMI commands

2007-07-10 Thread Auke Kok
From: David Graham [EMAIL PROTECTED] The 82550 51 parts have an extended configuration block that includes a bit GMRC, required to enable the expected TCO behavior, in config byte offset 22d. The config block sent by the failing driver does include the extension area, but this bit is not

Fw: iproute2 showing wrong number of bytes on 64bit architectures.

2007-07-10 Thread Stephen Hemminger
Looks like net_device_stats should have always used u32? Too late to change it now. Begin forwarded message: Date: Tue, 10 Jul 2007 13:58:51 +0200 From: Andreas Henriksson [EMAIL PROTECTED] To: netdev@vger.kernel.org Cc: [EMAIL PROTECTED] Subject: iproute2 showing wrong number of bytes on 64bit

[IOC3] Switch to pci refcounting safe APIs

2007-07-10 Thread Ralf Baechle
From: Alan Cox [EMAIL PROTECTED] Convert the IOC3 driver to use ref counting pci interfaces so that we can obsolete the (usually unsafe) pci_find_{slot/device} interfaces and avoid future authors writing hotplug-unsafe device drivers. Signed-off-by: Alan Cox [EMAIL PROTECTED] Build fixes:

Re: Does the Netxen driver work?

2007-07-10 Thread Chuck Ebbert
On 07/10/2007 12:33 AM, Dhananjay Phadke wrote: The MSI error wasn't fatal, so it was suppressed in recent fixes for 2.6.22-rc7. The driver in 2.6.21 had many bugs, but I ain't sure if recent fixes are going to be pulled in Fedora kernel. Fedora 6/7 are moving to kernel 2.6.22 very soon. -

Re: [PATCH 01/12] sky2: restore workarounds for lost interrupts

2007-07-10 Thread Jeff Garzik
Stephen Hemminger wrote: This patch restores a couple of workarounds from 2.6.16: * restart transmit moderation timer in case it expires during IRQ routine * default to having 10 HZ watchdog timer. At this point it more important not to hang than to worry about the power cost. Signed-off-by:

Re: [patch 3/7] atari_pamsnet.c: old declaration ritchie style fix

2007-07-10 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Yoann Padioleau [EMAIL PROTECTED] Use consistent function declaration style. Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/net/atari_pamsnet.c | 62 -- 1 files changed, 22 insertions(+), 40 deletions(-) applied

Re: [PATCH] spidernet: improve interrupt handling

2007-07-10 Thread Jeff Garzik
Linas Vepstas wrote: From: Ishizaki Kou [EMAIL PROTECTED] We intend this patch to improve spidernet interrupt handling to be more strict. We had following problem and this patch solves it. -when CONFIG_DEBUG_SHIRQ=y, request_irq() calls handler(). -when spider_net_open() is called, it calls

Re: [PATCH] PCMCIA: add Socket Ethernet card into pcnet_cs

2007-07-10 Thread Jeff Garzik
Marcin Juszkiewicz wrote: From: Marcin Juszkiewicz [EMAIL PROTECTED] One card submitted by Ångström user. Signed-off-by: Marcin Juszkiewicz [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] Fix typo in drivers/net/s2io.c

2007-07-10 Thread Jeff Garzik
Rolf Eike Beer wrote: Introduced in d796fdb708fc5b10112934cba43e832c36ce4923. Signed-off-by: Rolf Eike Beer [EMAIL PROTECTED] --- commit 58056c2424917e90b86ca11c2c5d3fd35313d7b6 tree 854d63a14f96416aad64d12ea71cb331acfcc7db parent 87a2df362631d53fdc169a5d76969365aff69c10 author Rolf Eike Beer

Re: [2.6 patch] sis900_mii_probe() must be __devinit

2007-07-10 Thread Jeff Garzik
Adrian Bunk wrote: This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x298170): Section mismatch: reference to .init.text:sis900_mii_probe (between 'sis900_probe' and 'sis900_default_phy') ... -- snip -- Signed-off-by:

Re: [2.6 patch] tokenring/3c359.c:xl_init() must be __devinit

2007-07-10 Thread Jeff Garzik
Adrian Bunk wrote: This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x361ef1): Section mismatch: reference to .init.text:xl_init (between 'xl_probe' and 'xl_hw_reset') ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL

Re: [2.6 patch] rrunner.c:rr_init() must be __devinit

2007-07-10 Thread Jeff Garzik
Adrian Bunk wrote: This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x26e3f2): Section mismatch: reference to .init.text:rr_init (between 'rr_init_one' and 'rr_remove_one') ... -- snip -- Signed-off-by: Adrian Bunk

Re: [PATCH] QE Ethernet driver writes to wrong register to mask interrupts

2007-07-10 Thread Jeff Garzik
Timur Tabi wrote: The QE Ethernet driver was writing to the wrong register to mask interrupts. In ucc_geth_stop(), it was clearing UCCE instead of UCCM. Signed-off-by: Timur Tabi [EMAIL PROTECTED] --- drivers/net/ucc_geth.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applied

Re: [PATCH] e100: Fix Tyan motherboard e100 not receiving IPMI commands

2007-07-10 Thread Jeff Garzik
Auke Kok wrote: From: David Graham [EMAIL PROTECTED] The 82550 51 parts have an extended configuration block that includes a bit GMRC, required to enable the expected TCO behavior, in config byte offset 22d. The config block sent by the failing driver does include the extension area, but this

Re: [IOC3] Switch to pci refcounting safe APIs

2007-07-10 Thread Jeff Garzik
Ralf Baechle wrote: From: Alan Cox [EMAIL PROTECTED] Convert the IOC3 driver to use ref counting pci interfaces so that we can obsolete the (usually unsafe) pci_find_{slot/device} interfaces and avoid future authors writing hotplug-unsafe device drivers. Signed-off-by: Alan Cox [EMAIL

Re: [PATCH] 7990 : Various fixes and cleanups

2007-07-10 Thread Jeff Garzik
Philippe De Muyter wrote: This patch - avoids 7990 blocking when no tx buffer is available, [...] diff -r 6c0a10cc415a drivers/net/7990.c --- a/drivers/net/7990.cThu Jul 5 16:10:16 2007 -0700 +++ b/drivers/net/7990.cFri Jul 6 11:27:20 2007 +0200 [...] @@ -541,9 +546,6 @@

Re: [PATCH] AX88796 network driver

2007-07-10 Thread Jeff Garzik
Ben Dooks wrote: Support for the Asix AX88796 network controller, an NE2000 compatible 10/100 ethernet device with internal PHY. The driver supports PHY settings via either ioctl() or the ethtool driver ops. Signed-off-by: Ben Dooks [EMAIL PROTECTED] applied - To unsubscribe from this

Re: [PATCH] [1/2] phylib: cleanup marvell.c a bit

2007-07-10 Thread Jeff Garzik
Olof Johansson wrote: Simplify the marvell driver init a bit: Make the supported devices an array instead of explicitly registering each structure. This makes it considerably easier to add new devices down the road. Signed-off-by: Olof Johansson [EMAIL PROTECTED] applied 1-2 - To

Re: [PATCH] netxen: deinline and sparse fix

2007-07-10 Thread Jeff Garzik
Stephen Hemminger wrote: Get rid of dubious casts to (void *) which causes a sparse warning. And move largeish function from inline to the one file that uses the code, the compiler can then decide to inline it. Compile tested only. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] applied

Re: [PATCH 2.6.22-rc7] 8139cp: dev-tx_timeout

2007-07-10 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: (Resending the patch against 2.6.22-rc7) This patch implements the missing dev-tx_timeout for 8139cp driver Signed-off-by: Mika Lansirinne [EMAIL PROTECTED] ACK but still fails to apply - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: macmace: use unsigned long flags;

2007-07-10 Thread Jeff Garzik
Alexey Dobriyan wrote: Code will do local_irq_save() on it. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- drivers/net/macmace.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/macmace.c +++ b/drivers/net/macmace.c @@ -577,7 +577,7 @@ static irqreturn_t

Re: [PATCH] atl1: remove write-only var in tx handler

2007-07-10 Thread Jeff Garzik
Alexey Dobriyan wrote: Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- drivers/net/atl1/atl1_main.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] bonding / ipv6: no addrconf for slaves separately from master

2007-07-10 Thread Jeff Garzik
Jay Vosburgh wrote: At present, when a device is enslaved to bonding, if ipv6 is active then addrconf will be initated on the slave (because it is closed then opened during the enslavement processing). This causes DAD and RS packets to be sent from the slave. These packets in turn can

Re: [PATCH] Cleanup usbnet_probe() return value handling

2007-07-10 Thread Jeff Garzik
Peter Korsgaard wrote: David == David Brownell [EMAIL PROTECTED] writes: Hi, David I'd rather see the later test updated to match this one. David (Good catch!) David The return convention is negative means error. There's David code in USB which has multiple nonnegative success codes.

Re: [2.6 patch] the scheduled sk98lin removal

2007-07-10 Thread Jeff Garzik
Adrian Bunk wrote: This patch contains the scheduled removal of the sk98lin driver. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Stephen -- ACK? - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [2,6 patch] sunhme.c:quattro_pci_find() must be __devinit

2007-07-10 Thread Jeff Garzik
Adrian Bunk wrote: This patch fixes the following section mismatch: -- snip -- ... MODPOST vmlinux WARNING: drivers/built-in.o(.text+0x272f8b): Section mismatch: reference to .init.text:quattro_pci_find (between 'happy_meal_pci_probe' and 'happy_meal_pci_remove') ... -- snip --

Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID

2007-07-10 Thread Jeff Garzik
jing xiang wrote: Hi, This patch is for cdc subset to support Mavell vendor/product ID. Jing Xiang Signed-off-by: Jing Xiang[EMAIL PROTECTED] diff -uNpr linux-2.6.21.5/driver/usb/net/cdc_subset.c linux-2.6.21.5.t/driver/usb/net/cdc_subset.c --- linux-2.6.21.5/driver/usb/net/cdc_subset.c

[RFT] via-velocity: use standard VLAN infrastructure

2007-07-10 Thread Stephen Hemminger
The via-velocity is using a non-standard VLAN acceleration interface. This patch converts it to use standard API. Compile tested only. The module parameter method of VLAN configuration is removed, use vconfig instead. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] ---

Re: [patch 2/7] Blackfin: on-chip ethernet MAC controller driver

2007-07-10 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Wu, Bryan [EMAIL PROTECTED] This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip ethernet MAC controller. Signed-off-by: Bryan Wu [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL

Re: [2.6 patch] the scheduled sk98lin removal

2007-07-10 Thread Stephen Hemminger
On Tue, 10 Jul 2007 12:44:35 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Adrian Bunk wrote: This patch contains the scheduled removal of the sk98lin driver. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Stephen -- ACK? Yes. Existing driver is dead, if there are any ancient boards that

Re: [PATCH 1/2] eHEA: Capability flag for DLPAR support

2007-07-10 Thread Jeff Garzik
Jan-Bernd Themann wrote: This patch introduces a capability flag that is used by the DLPAR userspace tool to check which DLPAR features are supported by the eHEA driver. Missing goto has been included. Signed-off-by: Jan-Bernd Themann [EMAIL PROTECTED] applied - To unsubscribe from this

Re: [PATCH 2/2] eHEA: Receive SKB Aggregation

2007-07-10 Thread Jeff Garzik
Jan-Bernd Themann wrote: This patch enables the receive side processing to aggregate TCP packets within the HEA device driver. It analyses the packets already received after an interrupt arrived and forwards these as chains of SKBs for the same TCP connection with modified header field. We have

Re: [PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-07-10 Thread Jeff Garzik
Vitaly Bordug wrote: device_bind_driver() error code returning has been fixed. release() function has been written, so that to free resources in correct way; the release path is now clean. Before the rework, it used to cause Device '[EMAIL PROTECTED]:1' does not have a release() function, it

Re: [PATCH] ethtool: new ID to decode the registers of the 8101E (realtek)

2007-07-10 Thread Jeff Garzik
Francois Romieu wrote: Signed-off-by: Francois Romieu [EMAIL PROTECTED] Cc: Rolf Eike Beer [EMAIL PROTECTED] --- realtek.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

ata and netdev (was Re: -mm merge plans for 2.6.23)

2007-07-10 Thread Jeff Garzik
(just to provide my indicator of status) Andrew Morton wrote: libata-config_pm=n-compile-fix.patch that's for a branch that you don't get via libata-dev#ALL, #mv-ahci-pata. pata_acpi-restore-driver.patch see Alan's comments. I've been ignoring pata_acpi for a while, because IMO it

[PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2

2007-07-10 Thread Ayyappan . Veeraiyan
This patch adds support for the Intel(R) 82598 based PCI Express 10GbE adapters. Please find the full driver as a patch to latest linus-2.6 tree here: git-pull git://lost.foo-projects.org/~aveerani/git/linux-2.6 ixgbe Changes from the last submission... 1. Suspend, resume support is added

No network on Asus P5B (r8169)

2007-07-10 Thread Clemens Brunner
Hi! I just found out that everything is working just fine with a 64-bit Linux kernel. I hope this helps you hunt down the error in the 32-bit version. https://bugzilla.novell.com/show_bug.cgi?id=288406 Clemens - To unsubscribe from this list: send the line unsubscribe netdev in the body of a

Re: [PATCH re-resend] fix race in AF_UNIX garbage collector

2007-07-10 Thread David Miller
From: Miklos Szeredi [EMAIL PROTECTED] Date: Tue, 10 Jul 2007 11:50:30 +0200 Can you please add this to -mm. Sometimes that has wonderful effect on the willingness of people to look at a patch. No, I will merge this into my networking tree when I get the chance to review your patch and it

Re: [PATCH re-resend] fix race in AF_UNIX garbage collector

2007-07-10 Thread David Miller
From: Andrew Morton [EMAIL PROTECTED] Date: Tue, 10 Jul 2007 03:04:43 -0700 On Tue, 10 Jul 2007 11:50:30 +0200 Miklos Szeredi [EMAIL PROTECTED] wrote: Can you please add this to -mm. Sometimes that has wonderful effect on the willingness of people to look at a patch. sure ;) Andrew

Re: [PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2

2007-07-10 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: 7. NAPI mode uses sigle Rx queue and so fake netdev usage is removed. 8. Non-NAPI mode is added. Honestly I'm not sure about drivers that have both NAPI and non-NAPI paths. Several existing drivers do this, and in almost every case, I tend to feel the driver would

Re: iproute2 showing wrong number of bytes on 64bit architectures.

2007-07-10 Thread David Miller
From: Stephen Hemminger [EMAIL PROTECTED] Date: Tue, 10 Jul 2007 08:56:40 -0700 Looks like net_device_stats should have always used u32? It used unsigned long ages ago, and ifconfig gets the bits exported from /proc/net/dev output whereas we have to used fixed data types in whatever we use over

[PATCH] IPv6: optionaly validate RAs on raw sockets

2007-07-10 Thread Remi Denis-Courmont
ICMPv6 Router Advertisements may now contain informations that is mostly of interest to userland. This currently mostly consists of recursive DNS server addresses (though one should expect other stuff to come). This patch adds a setsockopt to ICMPv6 sockets to only deliver Router Advertisements

RE: [PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2

2007-07-10 Thread Veeraiyan, Ayyappan
On 7/10/07, Jeff Garzik [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Doing both tends to signal that the author hasn't bothered to measure the differences between various approaches, and pick a clear winner. I did pick NAPI in our previous submission based on various tests. But to get

Re: [PATCH] ps3: gigabit ethernet driver for PS3, take3

2007-07-10 Thread Jeff Garzik
Masakazu Mokuno wrote: Hi, This is the third submission of the network driver for PS3. The differences from the previous one are: - renamed source file names so that their prefix can match with the module name - added [EMAIL PROTECTED] line for MAINTAINER file - changed some in

Re: [PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2

2007-07-10 Thread Jeff Garzik
Veeraiyan, Ayyappan wrote: On 7/10/07, Jeff Garzik [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Doing both tends to signal that the author hasn't bothered to measure the differences between various approaches, and pick a clear winner. I did pick NAPI in our previous submission based on

Re: ata and netdev (was Re: -mm merge plans for 2.6.23)

2007-07-10 Thread Andrew Morton
On Tue, 10 Jul 2007 13:42:16 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: (just to provide my indicator of status) Thanks. libata-add-irq_flags-to-struct-pata_platform_info-fix.patch are other pata_platform people happy with this? I don't know embedded well enough to know if adding

Re: iproute2 showing wrong number of bytes on 64bit architectures.

2007-07-10 Thread Chris Friesen
David Miller wrote: It used unsigned long ages ago, and ifconfig gets the bits exported from /proc/net/dev output whereas we have to used fixed data types in whatever we use over netlink so u32 was choosen. It's rather ironic that the new-and-improved way of doing things is subject to

Re: iproute2 showing wrong number of bytes on 64bit architectures.

2007-07-10 Thread David Miller
From: Chris Friesen [EMAIL PROTECTED] Date: Tue, 10 Jul 2007 12:17:12 -0600 It's rather ironic that the new-and-improved way of doing things is subject to rollover while the old way is not. Text is always more flexible, but is hard to extend. We can trivially add u64 statistics to netlink. -

[PATCH 2.6] SoftMAC : fix duplicate display of channel in scan

2007-07-10 Thread Jean Tourrilhes
Hi, SoftMAC output the channel twice in the scan output. It should display frequency and channel, but only once for each. Cell 02 - Address: A2:00:04:XX:XX:XX ESSID:TheESSID

Re: [PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2

2007-07-10 Thread Kok, Auke
[EMAIL PROTECTED] wrote: This patch adds support for the Intel(R) 82598 based PCI Express 10GbE adapters. Please find the full driver as a patch to latest linus-2.6 tree here: git-pull git://lost.foo-projects.org/~aveerani/git/linux-2.6 ixgbe Andrew, I rebased this with the new driver

Re: [PATCH re-resend] fix race in AF_UNIX garbage collector

2007-07-10 Thread Miklos Szeredi
On Tue, 10 Jul 2007 11:50:30 +0200 Miklos Szeredi [EMAIL PROTECTED] wrote: Can you please add this to -mm. Sometimes that has wonderful effect on the willingness of people to look at a patch. sure ;) Andrew please don't, it's in my to review pile. Yeah, and I can guess, where

Re: ata and netdev (was Re: -mm merge plans for 2.6.23)

2007-07-10 Thread James Bottomley
On Tue, 2007-07-10 at 11:24 -0700, Andrew Morton wrote: ata-ahci-alpm-store-interrupt-value.patch ata-ahci-alpm-expose-power-management-policy-option-to-users.patch ata-ahci-alpm-enable-link-power-management-for-ata-drivers.patch

Re: ata and netdev (was Re: -mm merge plans for 2.6.23)

2007-07-10 Thread Jeff Garzik
Andrew Morton wrote: On Tue, 10 Jul 2007 13:42:16 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: (just to provide my indicator of status) Thanks. libata-add-irq_flags-to-struct-pata_platform_info-fix.patch are other pata_platform people happy with this? I don't know embedded well enough to

Please pull 'upstream-jgarzik' branch of wireless-2.6

2007-07-10 Thread John W. Linville
The following changes since commit 71780f59e127bb281a9302d430495ca9586c14e7: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6 are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git

Re: [PATCH 2.6] SoftMAC : fix duplicate display of channel in scan

2007-07-10 Thread Larry Finger
Jean, Jean Tourrilhes wrote: Hi, SoftMAC output the channel twice in the scan output. It should display frequency and channel, but only once for each. Cell 02 - Address: A2:00:04:XX:XX:XX

Re: [PATCH 2.6] SoftMAC : fix duplicate display of channel in scan

2007-07-10 Thread Jean Tourrilhes
On Tue, Jul 10, 2007 at 02:25:12PM -0500, Larry Finger wrote: Jean, Jean Tourrilhes wrote: Hi, SoftMAC output the channel twice in the scan output. It should display frequency and channel, but only once for each.

Re: ata and netdev (was Re: -mm merge plans for 2.6.23)

2007-07-10 Thread Sergei Shtylyov
Hello. Jeff Garzik wrote: 3x59x-fix-pci-resource-management.patch Now that the fix for CONFIG_PCI=n has been merged, what's left is to test this on EISA (at least Andrew wanted it :-). netdev patches which are stuck in limbo land. ? I don't think I've seen these. You should

Re: [2.6 patch] the scheduled sk98lin removal

2007-07-10 Thread Chris Stromsoe
On Tue, 10 Jul 2007, Stephen Hemminger wrote: On Tue, 10 Jul 2007 12:44:35 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Adrian Bunk wrote: This patch contains the scheduled removal of the sk98lin driver. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Stephen -- ACK? Yes. Existing driver is

Re: [2.6 patch] the scheduled sk98lin removal

2007-07-10 Thread Chris Stromsoe
On Tue, 10 Jul 2007, Chris Stromsoe wrote: On Tue, 10 Jul 2007, Stephen Hemminger wrote: On Tue, 10 Jul 2007 12:44:35 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Adrian Bunk wrote: This patch contains the scheduled removal of the sk98lin driver. Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

Re: ata and netdev (was Re: -mm merge plans for 2.6.23)

2007-07-10 Thread Sergei Shtylyov
Hello. Andrew Morton wrote: 3x59x-fix-pci-resource-management.patch: you wrote it ;) I have a comment No, I did, almost a year ago already. :-) here: - I don't remember the story with cardbus either. Presumably once upon a time the cardbus layer was claiming IO regions on behalf

Re: ata and netdev (was Re: -mm merge plans for 2.6.23)

2007-07-10 Thread Andrew Morton
On Wed, 11 Jul 2007 00:31:23 +0400 Sergei Shtylyov [EMAIL PROTECTED] wrote: Hello. Andrew Morton wrote: 3x59x-fix-pci-resource-management.patch: you wrote it ;) I have a comment No, I did, almost a year ago already. :-) I thought that was odd. I fixed the attribution. here:

Re: [PATCH] Fix kernel unaligned access with r8169 on sparc64

2007-07-10 Thread Francois Romieu
Philip Craig [EMAIL PROTECTED] : [...] Try the patches at http://www.fr.zoreil.com/linux/kernel/2.6.x/2.6.22-rc6/ I think patches 0012 and/or 0017 will fix this. They should but they will not apply directly against 2.6.18-something. Florian, can you consider one of the option below: - try

Re: Fwd: r8169 driver supporting the 8167 dev ID

2007-07-10 Thread Francois Romieu
Jonathan Larsen [EMAIL PROTECTED] : I've been looking for the r8169 driver that is for the 2.6.x kernel and also supports the device id 8167, 10ec. chipset is the 8110sc. im sure someone is familiar with this. It is not the most used chipset in the 816x family but there are some known users,

  1   2   >