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
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
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
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
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
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
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.
> > >
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
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
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
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
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
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
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]>
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
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
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
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
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
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
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
21 matches
Mail list logo