atl1 developers wanted

2007-10-27 Thread Chris Snook
Greetings, netdev! Since the Linux Driver Project apparently has a glut of talent, I figured I'd ask for a little help with an existing driver. As some of you may know, Jay Cliburn and I have been working on atl1 since last summer, and we've gotten the driver merged and stable. It does the

[PATCH] Fix/Rewrite of the mipsnet driver

2007-10-27 Thread Thiemo Seufer
Hello All, currently the mipsnet driver fails after transmitting a number of packages because SKBs are allocated but never freed. I fixed that and coudn't refrain from removing the most egregious warts. - mipsnet.h folded into mipsnet.c, as it doesn't provide any useful external interface. - Fr

Re: [PATCH 1/5][ATM]: atm is no longer experimental

2007-10-27 Thread David Miller
Sorry Chas, you'll need to submit ATM changes like this within the merge window just like everyone else. The merge window for 2.6.24 was open for more than a week, and is now closed. Please resubmit these during the 2.6.25 merge window. Thank you. - To unsubscribe from this list: send the line

Re: [PATCH] proc_fs.h redux

2007-10-27 Thread Joe Perches
On Sat, 2007-10-27 at 23:47 +0400, Alexey Dobriyan wrote: > Remove proc_fs.h from headers that doesn't really need it. > --- a/arch/powerpc/kernel/process.c > +++ b/arch/powerpc/kernel/process.c > @@ -17,6 +17,7 @@ > #include > #include > #include > +#include Your code doesn't match your p

Re: [linux-pm] QUESTION: How to fix race between .suspend routine and watchdog timer

2007-10-27 Thread Alan Stern
On Sat, 27 Oct 2007, Maxim Levitsky wrote: > > Use del_timer_sync(). It guarantees that when it returns, the timer > > will be stopped and the timer routine will no longer be running on any > > CPU. > > > Even if the timer re-enables itself, are you sure? Last time I looked at the source code

[PATCH] proc_fs.h redux

2007-10-27 Thread Alexey Dobriyan
Remove proc_fs.h from headers that doesn't really need it. Typical overkill is including full header when one can get away with just forward declaration of "struct proc_dir_entry". Number of files that are recompiled after touching proc_fs.h drops from 1100 to 513(!) on x86_64 allmodconfig. Signe

Re: [linux-pm] QUESTION: How to fix race between .suspend routine and watchdog timer

2007-10-27 Thread Maxim Levitsky
On Saturday 27 October 2007 21:17:55 Alan Stern wrote: > On Fri, 26 Oct 2007, Maxim Levitsky wrote: > > > > > Looking through the dmfe code, I noticed yet another possible race. > > > > A race between the .suspend, and a timer that serves both as a > > > > watchdog, and link state detector. > > >

Re: [linux-pm] QUESTION: How to fix race between .suspend routine and watchdog timer

2007-10-27 Thread Alan Stern
On Fri, 26 Oct 2007, Maxim Levitsky wrote: > > > Looking through the dmfe code, I noticed yet another possible race. > > > A race between the .suspend, and a timer that serves both as a watchdog, > > > and link state detector. > > > Again I need to prevent it from running during the suspend/resum

Re: Files, sockets, and closing

2007-10-27 Thread Andi Kleen
This particular problem has come up many times over the years. So far the standard strategy has been to ignore it. It's doubtful that the complexity needed for a fix is worth it. Workaround at user space level: call shutdown() first instead of close() -Andi - To unsubscribe from this list: send

Re: [PATCH] ucc_geth: add support for netpoll

2007-10-27 Thread Anton Vorontsov
On Sat, Oct 27, 2007 at 05:09:51PM +0400, Sergei Shtylyov wrote: > Hello. > > Anton Vorontsov wrote: > > > This patch adds netpoll support for the QE UCC Gigabit Ethernet > > driver. The approach is very similar to the gianfar driver. > > It's rather contrarywise -- this is standard approach

[PATCH 4/5][ATM]: [br2864] routed support

2007-10-27 Thread chas williams - CONTRACTOR
commit fea6b121bcc150fc91186e5012466c91944ce64d Author: Eric Kinzie <[EMAIL PROTECTED]> Date: Fri Oct 26 08:05:08 2007 -0400 [ATM]: [br2864] routed support From: Eric Kinzie <[EMAIL PROTECTED]> Signed-off-by: Chas Williams <[EMAIL PROTECTED]> diff --git a/include/linux/atmbr268

[PATCH 1/5][ATM]: atm is no longer experimental

2007-10-27 Thread chas williams - CONTRACTOR
commit f57512af6142cf14bd15012c4c627f9ebef0582a Author: Robert P. J. Day <[EMAIL PROTECTED]> Date: Fri Oct 26 07:27:07 2007 -0400 [ATM]: atm is no longer experimental From: Robert P. J. Day <[EMAIL PROTECTED]> Signed-off-by: Chas Williams <[EMAIL PROTECTED]> diff --git a/net/at

[PATCH 2/5][ATM]: Convert struct class_device to struct device

2007-10-27 Thread chas williams - CONTRACTOR
commit 03c544e08cfe22f0c8a952c0aed1265917dca469 Author: Kay Sievers <[EMAIL PROTECTED]> Date: Fri Oct 26 07:28:29 2007 -0400 [ATM]: Convert struct class_device to struct device Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> Cc: Tony Jones <[EMAIL PROTECTED]> Signed-off-by: G

[PATCH 3/5][ATM]: [he] This patch removes the ancient version string.

2007-10-27 Thread chas williams - CONTRACTOR
commit 41d6b7e20dd6d57bec4f14697f654c8211ff5d57 Author: Adrian Bunk <[EMAIL PROTECTED]> Date: Fri Oct 26 07:29:47 2007 -0400 [ATM]: [he] This patch removes the ancient version string. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Chas Williams <[EMAIL PROTECTED]>

ASUS NX1001 (IP100A, sundance) PHY not powered up

2007-10-27 Thread Yanko Kaneti
Hi, Trying a new ASUS NX1001 adapter (1043:8213) with a IP100A chip (13f0:0200) (rev 31) on a machine running Fedora development (2.6.23.1 + some unrelated to sundance patches). On power up the link appears down (judging by the switch port its connected to). The normal fedora startup has udev w

Re: [PATCH] ucc_geth: add support for netpoll

2007-10-27 Thread Sergei Shtylyov
Hello. Anton Vorontsov wrote: This patch adds netpoll support for the QE UCC Gigabit Ethernet driver. The approach is very similar to the gianfar driver. It's rather contrarywise -- this is standard approach and gianfar with its 3 TSEC IRQs has a quite non-standard poll_controller() imple

[PATCH 5/5][ATM]: [br2864] whitespace cleanup

2007-10-27 Thread chas williams - CONTRACTOR
commit 6b11f93a718dc916198feb1099ae0cef39ce3936 Author: Chas Williams <[EMAIL PROTECTED]> Date: Sat Oct 27 08:33:40 2007 -0400 [ATM]: [br2864] whitespace cleanup Signed-off-by: Chas Williams <[EMAIL PROTECTED]> diff --git a/include/linux/atmbr2684.h b/include/linux/atmbr2684.h inde

Re: [0/3] Distributed storage. Mirror algo extension for automatic recovery.

2007-10-27 Thread Evgeniy Polyakov
Hi Andrew. On Fri, Oct 26, 2007 at 01:55:38PM -0700, Andrew Morton ([EMAIL PROTECTED]) wrote: > > I'm pleased to announce sixth release of the distributed storage > > subsystem, which allows to form a storage on top of remote and local > > nodes, which in turn can be exported to another storage a

Re: [PATCH 2/2] [CRYPTO] users: Fix up scatterlist conversion errors

2007-10-27 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Fri, 26 Oct 2007 23:00:05 +0800 > [CRYPTO] users: Fix up scatterlist conversion errors > > This patch fixes the errors made in the users of the crypto layer during > the sg_init_table conversion. It also adds a few conversions that were > missing altoge

Re: [PATCH 1/2] [CRYPTO] tcrypt: Move sg_init_table out of timing loops

2007-10-27 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Fri, 26 Oct 2007 23:00:04 +0800 > [CRYPTO] tcrypt: Move sg_init_table out of timing loops > > This patch moves the sg_init_table out of the timing loops for hash > algorithms so that it doesn't impact on the speed test results. > > Signed-off-by: Herber

Re: [PATCH] net: Marking struct pernet_operations __net_initdata was inappropriate

2007-10-27 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Sat, 27 Oct 2007 00:07:12 -0600 > This patch is minimal stupid and should just work. Doubtless the > clever patch can be applied on top, once the details are figured > out. That is true and that's why I applied your patch. Thanks! - To unsubscri