Fw: [Bugme-new] [Bug 7696] New: b44 driver doesn't work under heavy load

2006-12-17 Thread Andrew Morton
Begin forwarded message: Date: Sun, 17 Dec 2006 02:20:59 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7696] New: b44 driver doesn't work under heavy load http://bugzilla.kernel.org/show_bug.cgi?id=7696 Summary: b44 driver doesn't work under heavy

[1/1] connector: fix compilation breakage introduced recently.

2006-12-17 Thread Evgeniy Polyakov
Linus has changed work queue structure and has not tested it with connector compiled in, his changes break the build. Attached patch fixes compilation error. Patch is against commit 99f5e9718185f07458ae70c2282c2153a2256c91. Thanks to Toralf Förster for pointing this out. Signed-off-by: Evgeniy

[PATCH] he: tiny space savings

2006-12-17 Thread Alexey Dobriyan
From: Andi Drebes [EMAIL PROTECTED] textdata bss dec hex filename 20015 480 28 20523502b drivers/atm/he.o 19997 480 28 205055019 drivers/atm/he.o Signed-off-by: Andi Drebes [EMAIL PROTECTED] Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] ---

Re: Bug#396185: sky2 freezes in 2.6.17-2-686. Maintainer confirms that it should be fixed in 2.6.19-git tree.

2006-12-17 Thread Evgeniy Polyakov
On Wed, Nov 29, 2006 at 08:29:48AM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: Here is link to discussion: http://marc.theaimsgroup.com/?l=linux-netdevm=116227512815783w=2 can you try the linux-image 2.6.18, they are in unstable

[take28-resend_2-0 8/8] kevent: Kevent posix timer notifications.

2006-12-17 Thread Evgeniy Polyakov
Kevent posix timer notifications. Simple extensions to POSIX timers which allows to deliver notification of the timer expiration through kevent queue. Example application posix_timer.c can be found in archive on project homepage. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git

[take28-resend_2-0 5/8] kevent: Timer notifications.

2006-12-17 Thread Evgeniy Polyakov
Timer notifications. Timer notifications can be used for fine grained per-process time management, since interval timers are very inconvenient to use, and they are limited. This subsystem uses high-resolution timers. id.raw[0] is used as number of seconds id.raw[1] is used as number of

[take28-resend_2-0 6/8] kevent: Pipe notifications.

2006-12-17 Thread Evgeniy Polyakov
Pipe notifications. diff --git a/fs/pipe.c b/fs/pipe.c index f3b6f71..aeaee9c 100644 --- a/fs/pipe.c +++ b/fs/pipe.c @@ -16,6 +16,7 @@ #include linux/uio.h #include linux/highmem.h #include linux/pagemap.h +#include linux/kevent.h #include asm/uaccess.h #include asm/ioctls.h @@ -312,6

[take28-resend_2-0 4/8] kevent: Socket notifications.

2006-12-17 Thread Evgeniy Polyakov
Socket notifications. This patch includes socket send/recv/accept notifications. Using trivial web server based on kevent and this features instead of epoll it's performance increased more than noticebly. More details about various benchmarks and server itself (evserver_kevent.c) can be found

[take28-resend_2-0 3/8] kevent: poll/select() notifications.

2006-12-17 Thread Evgeniy Polyakov
poll/select() notifications. This patch includes generic poll/select notifications. kevent_poll works simialr to epoll and has the same issues (callback is invoked not from internal state machine of the caller, but through process awake, a lot of allocations and so on). Signed-off-by: Evgeniy

[take28-resend_2-0 7/8] kevent: Signal notifications.

2006-12-17 Thread Evgeniy Polyakov
Signal notifications. This type of notifications allows to deliver signals through kevent queue. One can find example application signal.c on project homepage. If KEVENT_SIGNAL_NOMASK bit is set in raw_u64 id then signal will be delivered only through queue, otherwise both delivery types are

Re: OOPS: 2.6.20-rc1 in ieee80211softmac_get_network_by_bssid_locked()

2006-12-17 Thread Larry Finger
Ben Collins wrote: Kernel is 2.6.20-rc1, SMP, voluntary-preempt. CC'd Martin, since he was the original reporter. [ 110.701863] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 110.813273] Unable to handle kernel paging request for data at address 0x [ 110.813291] Faulting

[TCP]: Trivial fix to message in tcp_v4_inbound_md5_hash

2006-12-17 Thread Leigh Brown
The message logged in tcp_v4_inbound_md5_hash when the hash was expected but not found was reversed. Signed-off-by: Leigh Brown [EMAIL PROTECTED] diff -uprN a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c --- a/net/ipv4/tcp_ipv4.c 2006-12-17 10:05:54.0 + +++ b/net/ipv4/tcp_ipv4.c

Deadlock in MD5 Signature support

2006-12-17 Thread Leigh Brown
It was all going so well, and then it deadlocked. What can be done about this? SysRq : Show Regs Pid: 2330, comm: torture EIP: 0060:[c02a6240] CPU: 0 EIP is at _spin_lock+0x5/0xf EFLAGS: 0282Not tainted (2.6.19.1 #2) EAX: c03187e4 EBX: ECX: fa01a8c0 EDX: c52f81e0

Re: [KJ] [PATCH] he: tiny space savings

2006-12-17 Thread Adrian Bunk
On Sun, Dec 17, 2006 at 03:56:22PM +0300, Alexey Dobriyan wrote: From: Andi Drebes [EMAIL PROTECTED] textdata bss dec hex filename 20015 480 28 20523502b drivers/atm/he.o 19997 480 28 205055019 drivers/atm/he.o Signed-off-by: Andi

Bringing acx-d80211 up to date (was: [Acx100-devel] Ping)

2006-12-17 Thread Carlos Martín Nieto
On dom, 2006-12-17 at 17:09 +0100, Matthias Steppuhn wrote: Hi all, Bernat Tallaferro wrote a wakeup call ;-) I'd suggest everyone still in the mood to contribute to issue his ping - or are we already fading away ? I think we faded away some time ago. I have however recently picked up

Re: [KJ] [PATCH] he: tiny space savings

2006-12-17 Thread Alexey Dobriyan
On Sun, Dec 17, 2006 at 07:28:06PM +0100, Adrian Bunk wrote: On Sun, Dec 17, 2006 at 03:56:22PM +0300, Alexey Dobriyan wrote: From: Andi Drebes [EMAIL PROTECTED] textdata bss dec hex filename 20015 480 28 20523502b drivers/atm/he.o 19997 480

Re: [KJ] [PATCH] he: tiny space savings

2006-12-17 Thread Adrian Bunk
On Sun, Dec 17, 2006 at 11:02:55PM +0300, Alexey Dobriyan wrote: On Sun, Dec 17, 2006 at 07:28:06PM +0100, Adrian Bunk wrote: On Sun, Dec 17, 2006 at 03:56:22PM +0300, Alexey Dobriyan wrote: From: Andi Drebes [EMAIL PROTECTED] textdata bss dec hex filename 20015

Re: [RFC] rfkill - Add support for input key to control wireless radio

2006-12-17 Thread Ivo van Doorn
This is the latest version of rfkill. The changes since the version that was originally send are: Spelling fixes (Thanks to Randy Dunlap) THIS_MODULE is now a field in the rkfill_master (Suggested by Christoph Hellwig) The open_count has been completely removed, decision making on which action

[PATCH] netpoll: drivers must not enable IRQ unconditionally in their NAPI handler

2006-12-17 Thread Francois Romieu
net/core/netpoll.c::netpoll_send_skb() calls the poll handler when it is available. As netconsole can be used from almost any context, IRQ must not be enabled blindly in the NAPI handler of a driver which supports netpoll. b57bd06655a028aba7b92e1c19c2093e7fcfb341 fixed the issue for the 8139too.c

[PATCH] r8169: use the broken_parity_status field in pci_dev

2006-12-17 Thread Francois Romieu
The former option is removed and platform code can now specify the expected behavior. Signed-off-by: Lennert Buytenhek [EMAIL PROTECTED] Signed-off-by: Francois Romieu [EMAIL PROTECTED] --- drivers/net/r8169.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] r8169: use the broken_parity_status field in pci_dev

2006-12-17 Thread Lennert Buytenhek
On Mon, Dec 18, 2006 at 12:04:19AM +0100, Francois Romieu wrote: The former option is removed and platform code can now specify the expected behavior. Thanks a lot. FYI, I submitted this patch for the n2100 side: Index: linux-2.6.19/arch/arm/mach-iop32x/n2100.c

Re: [PATCH 1/4][TG3]: Assign tp-link_config.orig_* values.

2006-12-17 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Fri, 15 Dec 2006 22:48:22 -0800 [TG3]: Assign tp-link_config.orig_* values. tp-link_config.orig_* values must be assigned during tg3_set_settings() because these values will be used to setup the link speed during tg3_open(). Without these

Re: [PATCH 2/4][TG3]: Fix race condition when calling register_netdev().

2006-12-17 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Fri, 15 Dec 2006 22:48:43 -0800 [TG3]: Fix race condition when calling register_netdev(). Hot-plug scripts can call tg3_open() as soon as register_netdev() is called in tg3_init_one(). We need to call pci_set_drvdata() before register_netdev(),

Re: [PATCH 3/4][TG3]: Power down/up 5906 PHY correctly.

2006-12-17 Thread David Miller
From: Michael Chan [EMAIL PROTECTED] Date: Fri, 15 Dec 2006 22:48:54 -0800 [TG3]: Power down/up 5906 PHY correctly. The 5906 PHY requires a special register bit to power down and up the PHY. Signed-off-by: Michael Chan [EMAIL PROTECTED] Patch applied, thanks. - To unsubscribe from this

Re: [1/1] connector: fix compilation breakage introduced recently.

2006-12-17 Thread David Miller
From: Evgeniy Polyakov [EMAIL PROTECTED] Date: Sun, 17 Dec 2006 14:29:46 +0300 Linus has changed work queue structure and has not tested it with connector compiled in, his changes break the build. Attached patch fixes compilation error. Patch is against commit

Re: [PATCH] he: tiny space savings

2006-12-17 Thread David Miller
From: Alexey Dobriyan [EMAIL PROTECTED] Date: Sun, 17 Dec 2006 15:56:22 +0300 From: Andi Drebes [EMAIL PROTECTED] textdata bss dec hex filename 20015 480 28 20523502b drivers/atm/he.o 19997 480 28 205055019 drivers/atm/he.o

Re: [TCP]: Fix oops caused by tcp_v4_md5_do_del

2006-12-17 Thread David Miller
From: Leigh Brown [EMAIL PROTECTED] Date: Sun, 17 Dec 2006 13:44:45 - (GMT) md5sig_info.alloced4 must be set to zero when freeing keys4, otherwise it will not be alloc'd again when another key is added to the same socket by tcp_v4_md5_do_add. Signed-off-by: Leigh Brown [EMAIL PROTECTED]

Re: [TCP]: Trivial fix to message in tcp_v4_inbound_md5_hash

2006-12-17 Thread David Miller
From: Leigh Brown [EMAIL PROTECTED] Date: Sun, 17 Dec 2006 18:04:15 - (GMT) The message logged in tcp_v4_inbound_md5_hash when the hash was expected but not found was reversed. Signed-off-by: Leigh Brown [EMAIL PROTECTED] Also applied, thanks. - To unsubscribe from this list: send the

Re: [patch sungem] improved locking

2006-12-17 Thread Benjamin Herrenschmidt
Thanks for testing this stuff. I'll take a look at the pause-enabling issue in the sungem drive then work on integrating Eric's patch. Ok, thanks. Probably we'll need to put this in post-2.6.20 as the merge window is closed. Yup, no hurry there. Ben. - To unsubscribe from this list:

Re: [2.6 patch] net/sctp/: make 2 functions static

2006-12-17 Thread Sridhar Samudrala
Adrian Bunk wrote: This patch makes the following needlessly global functions static: - ipv6.c: sctp_inet6addr_event() - protocol.c: sctp_inetaddr_event() Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Sridhar Samudrala [EMAIL PROTECTED] Thanks Sridhar ---

Re: [PATCH]Fix BUG of ip_rt_send_redirect()

2006-12-17 Thread Herbert Xu
On Wed, Nov 29, 2006 at 04:08:45PM +0800, Li Yewang wrote: --- linux-2.6.19/net/ipv4/route.c.org 2006-12-05 10:47:02.402147160 +0800 +++ linux-2.6.19/net/ipv4/route.c 2006-12-05 10:48:26.339386760 +0800 @@ -1327,7 +1327,8 @@ void ip_rt_send_redirect(struct sk_buff /* Check for load

Re: [PATCH] [IPVS] transparent proxying

2006-12-17 Thread Horms
On Wed, Nov 29, 2006 at 11:46:22PM +0900, Horms wrote: On Wed, Nov 29, 2006 at 03:15:23PM +0100, Thomas Graf wrote: [split] This patch seems to be based on an old tree, I've renamed nfmark to mark in net-2.6.20. The term fwmark and nfmark shouldn't be used anymore. Sorry, I based this

[PATCH] [IPVS] replace if .. goto with while

2006-12-17 Thread Horms
I guess that this code used to be more complex, but replacing the goto with a while seems to make things a bit more readable. Or in other words, two fairly gratuitous goto are removed. On a related note, I wonder if there should be a limit to how many times it tries. Signed-Off-By: Simon Horman

Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer

2006-12-17 Thread Adrian Bunk
On Sun, Dec 17, 2006 at 11:23:11PM +0900, Komuro wrote: On Sun, 17 Dec 2006 04:02:22 + Al Viro [EMAIL PROTECTED] wrote: On Sun, Dec 17, 2006 at 09:27:52PM +0900, Komuro wrote: Hello, On kernel 2.6.20-rc1, ftp (get or put) stops during file-transfer. Client:

[2.6 patch] net/irda/: proper prototypes

2006-12-17 Thread Adrian Bunk
This patch adds proper prototypes for some functions in include/net/irda/irda.h Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- include/net/irda/irda.h | 15 +++ net/irda/irmod.c| 13 - 2 files changed, 15 insertions(+), 13 deletions(-) ---

[2.6 patch] drivers/atm/he.c: remove ancient version string

2006-12-17 Thread Adrian Bunk
On Sun, Dec 17, 2006 at 05:11:59PM -0800, David Miller wrote: From: Alexey Dobriyan [EMAIL PROTECTED] Date: Sun, 17 Dec 2006 15:56:22 +0300 From: Andi Drebes [EMAIL PROTECTED] textdata bss dec hex filename 20015 480 28 20523502b drivers/atm/he.o

Re: [PATCH]Fix BUG of ip_rt_send_redirect()

2006-12-17 Thread Herbert Xu
On Wed, Nov 29, 2006 at 04:51:31PM +0800, Li Yewang wrote: I have also checked other spots where rate_last/rate_tokens is used. Those places need not be fixed. Thanks. Following is my patch: signed-off-by: Li Yewang[EMAIL PROTECTED] Looks good to me. You should cc David Miller [EMAIL

Re:[PATCH]Fix BUG of ip_rt_send_redirect()

2006-12-17 Thread Li Yewang
Herbert Xu [EMAIL PROTECTED] wrote: Since rate_last can also be zero if jiffies == 0 (OK that's extremely unlikely but I'm feeling picky today :), how about checking rate_tokens instead? The value of rate_last can only be relevant if rate_tokens is non-zero. BTW, please also check the

Re: [ANN] Acrypto asynchronous crypto layer 2.6.19 release.

2006-12-17 Thread Andreas Jellinghaus
Does acrypto still have the same size restrictions I ran into with the last release? Thanks, Andreas - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html