Re: [Bugme-new] [Bug 6177] New: Java remote debugging is slow due to apparent networking bug

2006-03-07 Thread Andrew Morton
uploaded it to http://www.zip.com.au/~akpm/linux/patches/stuff/debug.dump.gz On 3/6/06, Andrew Morton [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=6177 Summary: Java remote debugging is slow due to apparent networking

Re: [Bugme-new] [Bug 6186] New: net/ipv4/route.c: use after free in rt_fill_info

2006-03-07 Thread Andrew Morton
[EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=6186 Summary: net/ipv4/route.c: use after free in rt_fill_info Kernel Version: 2.6.16-git Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter: [EMAIL

Re: [Bugme-new] [Bug 6187] New: netlink: possible use after free in netlink_recvmsg

2006-03-07 Thread Andrew Morton
[EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=6187 Summary: netlink: possible use after free in netlink_recvmsg Kernel Version: 2.6.16-git Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter:

Re: [patch 1/4] net: percpufy frequently used vars -- add percpu_counter_mod_bh

2006-03-07 Thread Andrew Morton
Ravikiran G Thirumalai [EMAIL PROTECTED] wrote: +static inline void percpu_counter_mod_bh(struct percpu_counter *fbc, long amount) +{ +local_bh_disable(); +percpu_counter_mod(fbc, amount); +local_bh_enable(); +} + percpu_counter_mod() does preempt_disable(), which is

Re: [patch 2/4] net: percpufy frequently used vars -- struct proto.memory_allocated

2006-03-07 Thread Andrew Morton
Ravikiran G Thirumalai [EMAIL PROTECTED] wrote: - if (atomic_read(sk-sk_prot-memory_allocated) sk-sk_prot-sysctl_mem[0]) { +if (percpu_counter_read(sk-sk_prot-memory_allocated) +sk-sk_prot-sysctl_mem[0]) { Bear in mind that percpu_counter_read[_positive] can

Re: [patch 3/4] net: percpufy frequently used vars -- proto.sockets_allocated

2006-03-07 Thread Andrew Morton
Ravikiran G Thirumalai [EMAIL PROTECTED] wrote: --- linux-2.6.16-rc5mm3.orig/include/net/sock.h 2006-03-07 15:09:22.0 -0800 +++ linux-2.6.16-rc5mm3/include/net/sock.h 2006-03-07 15:09:52.0 -0800 @@ -543,7 +543,7 @@ struct proto { /* Memory pressure */

Re: [patch 2/4] net: percpufy frequently used vars -- struct proto.memory_allocated

2006-03-07 Thread Andrew Morton
Ravikiran G Thirumalai [EMAIL PROTECTED] wrote: On Tue, Mar 07, 2006 at 06:14:22PM -0800, Andrew Morton wrote: Ravikiran G Thirumalai [EMAIL PROTECTED] wrote: - if (atomic_read(sk-sk_prot-memory_allocated) sk-sk_prot-sysctl_mem[0]) { +if (percpu_counter_read(sk-sk_prot

Re: [patch 1/4] net: percpufy frequently used vars -- add percpu_counter_mod_bh

2006-03-08 Thread Andrew Morton
Ravikiran G Thirumalai [EMAIL PROTECTED] wrote: On Wed, Mar 08, 2006 at 04:17:33PM -0500, Benjamin LaHaise wrote: On Wed, Mar 08, 2006 at 01:07:26PM -0800, Ravikiran G Thirumalai wrote: Last time I checked, all the major architectures had efficient local_t implementations. Most of the

Re: [patch 1/4] net: percpufy frequently used vars -- add percpu_counter_mod_bh

2006-03-08 Thread Andrew Morton
Andrew Morton [EMAIL PROTECTED] wrote: Once decrapify-asm-generic-localh.patch is merged I think all architectures can and should use asm-generic/local.h. err, no. Because that's just atomic_long_t, and that's a locked instruction. We need to review and fix up those architectures which have

Re: [patch 1/4] net: percpufy frequently used vars -- add percpu_counter_mod_bh

2006-03-08 Thread Andrew Morton
Benjamin LaHaise [EMAIL PROTECTED] wrote: On Wed, Mar 08, 2006 at 02:25:28PM -0800, Ravikiran G Thirumalai wrote: Then, for the batched percpu_counters, we could gain by using local_t only for the UP case. But we will have to have a new local_long_t implementation for that. Do you

Re: [patch 1/4] net: percpufy frequently used vars -- add percpu_counter_mod_bh

2006-03-08 Thread Andrew Morton
Ravikiran G Thirumalai [EMAIL PROTECTED] wrote: On Wed, Mar 08, 2006 at 03:43:21PM -0800, Andrew Morton wrote: Benjamin LaHaise [EMAIL PROTECTED] wrote: I think it may make more sense to simply convert local_t into a long, given that most of the users will be things like stats

Re: [patch 1/4] net: percpufy frequently used vars -- add percpu_counter_mod_bh

2006-03-08 Thread Andrew Morton
Andi Kleen [EMAIL PROTECTED] wrote: Andrew Morton [EMAIL PROTECTED] writes: x86_64 is signed 32-bit! I'll change it. You want signed 64bit? Well it's all random at present. Since the API is defined as unsigned I guess it's be best to make it unsigned for now. Later, when someone

Re: [PATCH] tcp: bigger congestion window for loopback

2006-03-09 Thread Andrew Morton
David S. Miller [EMAIL PROTECTED] wrote: Like Sun is going to give me the source?... And if Sun doesn't support their userland products well that is somehow the Linux kernel's problem? Presumably they tested this on Solaris and it ran OK. Maybe Solaris (and Windows?) have special-case

Re: [PATCH] fix spidernet build issue

2006-03-10 Thread Andrew Morton
Jens Osterkamp [EMAIL PROTECTED] wrote: This patch fixes a spidernet build issue found in 2.6.16-rc5-mm2. What build issue? The duplicate symbols? I forget what they were, actually. It really helps if you can include the compiler/linker error messages when fixing build problems please.

Re: [PATCH 1/8] [I/OAT] DMA memcpy subsystem

2006-03-11 Thread Andrew Morton
Chris Leech [EMAIL PROTECTED] wrote: +void dma_async_device_cleanup(struct kref *kref); Declarations go in header files, please. Or give it static scope. - 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 3/8] [I/OAT] Setup the networking subsystem as a DMA client

2006-03-11 Thread Andrew Morton
Chris Leech [EMAIL PROTECTED] wrote: There seems to be a small race here. +static void net_dma_rebalance(void) +{ +unsigned int cpu, i, n; +struct dma_chan *chan; + +lock_cpu_hotplug(); + +if (net_dma_count == 0) { +for_each_online_cpu(cpu) +

Re: [PATCH 3/8] [I/OAT] Setup the networking subsystem as a DMA client

2006-03-11 Thread Andrew Morton
Chris Leech [EMAIL PROTECTED] wrote: +#ifdef CONFIG_NET_DMA +#include linux/dmaengine.h +#endif There are still a number of instances of this in the patch series. Did you decide to keep the ifdefs in there for some reason? - To unsubscribe from this list: send the line unsubscribe netdev

Re: [PATCH 8/8] [I/OAT] TCP recv offload to I/OAT

2006-03-11 Thread Andrew Morton
Chris Leech [EMAIL PROTECTED] wrote: Locks down user pages and sets up for DMA in tcp_recvmsg, then calls dma_async_try_early_copy in tcp_v4_do_rcv All those ifdefs are still there. They really do put a maintenance burden on, of all places, net/ipv4/tcp.c. Please find a way of abstracting

Re: [patch 1/2] git-net: ebtables fix

2006-03-12 Thread Andrew Morton
[EMAIL PROTECTED] wrote: +.set_optmax = EBT_SO_SET_MAX + 1 +.set= do_ebt_set_ctl, It's unclear why that compiled. Let me try again. - 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/8] [I/OAT] Driver for the Intel(R) I/OAT DMA engine

2006-03-12 Thread Andrew Morton
Evgeniy Polyakov [EMAIL PROTECTED] wrote: On Fri, Mar 10, 2006 at 06:29:46PM -0800, Leech, Christopher ([EMAIL PROTECTED]) wrote: From: Chris Leech [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 6:29 PM To: Subject: [PATCH 2/8] [I/OAT] Driver for the Intel(R) I/OAT DMA

Re: [patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread Andrew Morton
James Morris [EMAIL PROTECTED] wrote: On Sun, 12 Mar 2006, [EMAIL PROTECTED] wrote: Cc: Stephen Smalley [EMAIL PROTECTED] Cc: James Morris [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] These SELinux symbols should not be directly exported (if you need

Re: [PATCH] scm: fold __scm_send() into scm_send()

2006-03-13 Thread Andrew Morton
Ingo Oeser [EMAIL PROTECTED] wrote: -int scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) -{ -struct task_struct *p = current; -scm-creds = (struct ucred) { -.uid = p-uid, -.gid = p-gid, -.pid = p-tgid -};

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

2006-03-16 Thread Andrew Morton
Mark Brown [EMAIL PROTECTED] wrote: +if (np-ignore_phy (ecmd-autoneg == AUTONEG_ENABLE || + ecmd-port == PORT_INTERNAL)) { What's PORT_INTERNAL? ethtool doesn't appear to define that. drivers/net/natsemi.c: In function `netdev_set_ecmd':

Fw: [Bugme-new] [Bug 6233] New: race condition in tcp_sendmsg when connection became established

2006-03-16 Thread Andrew Morton
Begin forwarded message: Date: Thu, 16 Mar 2006 07:22:54 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6233] New: race condition in tcp_sendmsg when connection became established http://bugzilla.kernel.org/show_bug.cgi?id=6233 Summary: race

Re: [PATCH] scm: fold __scm_send() into scm_send()

2006-03-20 Thread Andrew Morton
Chris Wright [EMAIL PROTECTED] wrote: * Chris Wright ([EMAIL PROTECTED]) wrote: * Ingo Oeser ([EMAIL PROTECTED]) wrote: Hi Chris, Andrew Morton wrote: Ingo Oeser [EMAIL PROTECTED] wrote: -int scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie

Fw: [Bugme-new] [Bug 6268] New: b44 driver - system hangs while changing MAC address

2006-03-22 Thread Andrew Morton
Begin forwarded message: Date: Wed, 22 Mar 2006 02:32:49 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6268] New: b44 driver - system hangs while changing MAC address http://bugzilla.kernel.org/show_bug.cgi?id=6268 Summary: b44 driver - system

Re: [2.6.16-gitX] heavy performance regression in ipw2200 wireless driver

2006-03-22 Thread Andrew Morton
Alessandro Suardi [EMAIL PROTECTED] wrote: Plze try to cc the right people. Driver - or firmware ? Don't know - since the new git snapshots run 1.1.1 which requires newer firmware from http://ipw2200.sourceforge.net. Symptom - my new FC5 partition with 2.6.16-git kernels connects via

Fw: [Bugme-new] [Bug 6277] New: System hangs up when using HTB on a Marvell Technology Group Ltd. Yukon Gigabit Ethernet 10/100/1000Base-T Adapter

2006-03-23 Thread Andrew Morton
Begin forwarded message: Date: Thu, 23 Mar 2006 11:52:03 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6277] New: System hangs up when using HTB on a Marvell Technology Group Ltd. Yukon Gigabit Ethernet 10/100/1000Base-T Adapter

ebt_ulog: not logging via ulog since somebody else already registered for PF_BRIDGE

2006-03-23 Thread Andrew Morton
How come? Calling initcall 0xc0517656: flow_cache_init+0x0/0x11b() Calling initcall 0xc0517771: llc_init+0x0/0x60() Calling initcall 0xc05177d1: snap_init+0x0/0x37() Calling initcall 0xc05186e7: inet_init+0x0/0x1ae() NET: Registered protocol family 2 input: AT Translated Set 2 keyboard as

Re: ebt_ulog: not logging via ulog since somebody else already registered for PF_BRIDGE

2006-03-23 Thread Andrew Morton
Andrew Morton [EMAIL PROTECTED] wrote: Calling initcall 0xc0519498: init+0x0/0x24() Calling initcall 0xc05194bc: init+0x0/0x74() Calling initcall 0xc0519530: init+0x0/0x74() Calling initcall 0xc05195a4: init+0x0/0x16() Calling initcall 0xc05195ba: init+0x0/0x16() Calling initcall

Re: ebt_ulog: not logging via ulog since somebody else already registered for PF_BRIDGE

2006-03-23 Thread Andrew Morton
David S. Miller [EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Thu, 23 Mar 2006 22:36:43 -0800 Would it be possible to do s/init/ebt_ulog_init/etc? I agree, that would be most welcome. whee, 120 files. Gimme fifteen.. - To unsubscribe from this list: send the line

nf_conntrack_l3proto_ipv6.c Kconfig confusion

2006-03-24 Thread Andrew Morton
x86 allmodconfig: bix:/usr/src/25 make net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o CC net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c: In function `ipv6_conntrack_in': net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c:254: error: structure has

Re: dcache leak in 2.6.16-git8 II

2006-03-29 Thread Andrew Morton
Andi Kleen [EMAIL PROTECTED] wrote: On Tuesday 28 March 2006 05:00, Andrew Morton wrote: Andi Kleen [EMAIL PROTECTED] wrote: On Monday 27 March 2006 13:48, Bharata B Rao wrote: On Mon, Mar 27, 2006 at 07:50:20AM +0200, Andi Kleen wrote: A 2GB x86-64 desktop system here

Re: [Patch 5/8] generic netlink interface for delay accounting

2006-03-29 Thread Andrew Morton
Shailabh Nagar [EMAIL PROTECTED] wrote: delayacct-genetlink.patch Create a generic netlink interface (NETLINK_GENERIC family), called taskstats, for getting delay and cpu statistics of tasks and thread groups during their lifetime and when they exit. It's be best to have a netlink

Re: [Patch 5/8] generic netlink interface for delay accounting

2006-03-29 Thread Andrew Morton
Balbir Singh [EMAIL PROTECTED] wrote: The kmem_cache_free() can happen outside the lock. kmem_cache_free() and setting to NULL outside the lock is prone to race conditions. Consider the following scenario A thread group T1 has exiting processes P1 and P2 P1 is exiting, finishes the

Re: [PATCH] deinline some larger functions from netdevice.h

2006-03-29 Thread Andrew Morton
Denis Vlasenko [EMAIL PROTECTED] wrote: Network folks did non comment on these two patches, let me try submitting them to you instead. They're both merged (one is in -linus, the other's in -davem). - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to

Fw: [Bugme-new] [Bug 6308] New: Bug in ip_route_input_slow()

2006-03-30 Thread Andrew Morton
Begin forwarded message: Date: Thu, 30 Mar 2006 09:06:52 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6308] New: Bug in ip_route_input_slow() http://bugzilla.kernel.org/show_bug.cgi?id=6308 Summary: Bug in ip_route_input_slow() Kernel Version:

Fw: bridge+netfilter broken for IP fragments in 2.6.16?

2006-04-01 Thread Andrew Morton
Begin forwarded message: Date: Sat, 1 Apr 2006 16:30:11 +0200 From: Thomas Zeitlhofer [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: bridge+netfilter broken for IP fragments in 2.6.16? Hello, I have set up a bridge with two ports: # brctl show br0 bridge name bridge id

Fw: [Bugme-new] [Bug 6349] New: iptables DNAT returns unknown error 4294967295

2006-04-07 Thread Andrew Morton
Begin forwarded message: Date: Fri, 7 Apr 2006 06:12:07 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6349] New: iptables DNAT returns unknown error 4294967295 http://bugzilla.kernel.org/show_bug.cgi?id=6349 Summary: iptables DNAT returns unknown

Re: updated [Patch 1/1] AF_UNIX Datagram getpeersec

2006-04-07 Thread Andrew Morton
Catherine Zhang [EMAIL PROTECTED] wrote: Enclosed please find the updated AF_UNIX patch. ... --- linux-2.6.17-rc1/include/asm-alpha/socket.h~lsm-secpeer-unix 2006-04-03 18:19:47.0 -0400 +++ linux-2.6.17-rc1-cxzhang/include/asm-alpha/socket.h 2006-04-03

Re: [patch] ipv4: initialize arp_tbl rw lock

2006-04-08 Thread Andrew Morton
Heiko Carstens [EMAIL PROTECTED] wrote: Ok, so the problem seems to be that inet_init gets called after qeth_init. Looking at the top level Makefile this seems to be true for all network drivers in drivers/net/ and drivers/s390/net/ since we have vmlinux-main := $(core-y) $(libs-y)

Fw: [Bugme-new] [Bug 6354] New: NULL Pointer lapbether

2006-04-08 Thread Andrew Morton
Begin forwarded message: Date: Sat, 8 Apr 2006 08:11:18 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6354] New: NULL Pointer lapbether http://bugzilla.kernel.org/show_bug.cgi?id=6354 Summary: NULL Pointer lapbether Kernel Version: 2.6.14

Fw: [Bugme-new] [Bug 6378] New: bonding mode=1 does not always pick right primary interface

2006-04-12 Thread Andrew Morton
Begin forwarded message: Date: Wed, 12 Apr 2006 05:57:27 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6378] New: bonding mode=1 does not always pick right primary interface http://bugzilla.kernel.org/show_bug.cgi?id=6378 Summary: bonding mode=1

Fw: Openswan, iptables (fiaif) and 2.6.16 kernel

2006-04-14 Thread Andrew Morton
Begin forwarded message: Date: Fri, 14 Apr 2006 14:32:39 +0200 From: Laurent CARON [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: Openswan, iptables (fiaif) and 2.6.16 kernel Hi, I'm running an openswan gateway for quite a long time now. I have used 2.4.X and 2.6.X kernels

Fw: [Bugme-new] [Bug 6401] New: tg3 hardware address issue

2006-04-17 Thread Andrew Morton
Begin forwarded message: Date: Mon, 17 Apr 2006 13:39:47 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6401] New: tg3 hardware address issue http://bugzilla.kernel.org/show_bug.cgi?id=6401 Summary: tg3 hardware address issue Kernel Version:

Fw: [Bugme-new] [Bug 6402] New: KERNEL 2.6.16-rX (Gentoo) PPPD SNAT

2006-04-17 Thread Andrew Morton
Begin forwarded message: Date: Mon, 17 Apr 2006 14:57:03 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6402] New: KERNEL 2.6.16-rX (Gentoo) PPPD SNAT http://bugzilla.kernel.org/show_bug.cgi?id=6402 Summary: KERNEL 2.6.16-rX (Gentoo) PPPD SNAT

Re: [patch 11/11] netfilter warning fix

2007-02-05 Thread Andrew Morton
On Mon, 05 Feb 2007 18:10:26 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Date: Mon, 05 Feb 2007 16:31:11 -0800 From: Andrew Morton [EMAIL PROTECTED] using smp_processor_id() in preemptible code Cc: Patrick McHardy [EMAIL PROTECTED] Cc: David S

Re: [patch 11/11] netfilter warning fix

2007-02-05 Thread Andrew Morton
On Mon, 05 Feb 2007 18:44:08 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: I bet this rcu_read_lock()-implies-preempt_disable() assumption has spread into other areas of the tree as well. Me too. Although one expects that other holes will cause might_sleep or lockdep warnings pretty

Re: forcedeth problems on 2.6.20-rc6-mm3

2007-02-05 Thread Andrew Morton
On Mon, 05 Feb 2007 18:35:06 -0600 Robert Hancock [EMAIL PROTECTED] wrote: Daniel Barkalow wrote: On Sun, 4 Feb 2007, Robert Hancock wrote: Something's busted with forcedeth in 2.6.20-rc6-mm3 for me relative to 2.6.20-rc6. There's no errors in dmesg, but it seems no packets ever get

Fw: [Bugme-new] [Bug 7952] New: slattach only works every other time

2007-02-06 Thread Andrew Morton
Begin forwarded message: Date: Tue, 6 Feb 2007 13:01:55 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7952] New: slattach only works every other time http://bugzilla.kernel.org/show_bug.cgi?id=7952 Summary: slattach only works every other time

Re: dynticks + iptables almost stops the boot process [was: Re: 2.6.20-rc6-mm3]

2007-02-06 Thread Andrew Morton
On Wed, 07 Feb 2007 00:17:33 +0100 Thomas Gleixner [EMAIL PROTECTED] wrote: On Wed, 2007-02-07 at 00:12 +0100, Tilman Schmidt wrote: No, not this. Anyway the last patch Thomas forwarded does fix the problem. Which one would that be? I might try it for comparison. Find the combined

Fw: [Bugme-new] [Bug 7962] New: oops in port_carrier_check

2007-02-07 Thread Andrew Morton
Begin forwarded message: Date: Wed, 7 Feb 2007 12:41:07 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7962] New: oops in port_carrier_check http://bugzilla.kernel.org/show_bug.cgi?id=7962 Summary: oops in port_carrier_check Kernel Version:

Re: [PATCH] sk98lin: planned removal

2007-02-07 Thread Andrew Morton
On Wed, 7 Feb 2007 09:18:30 -0800 Stephen Hemminger [EMAIL PROTECTED] wrote: Document planned removal of sk98lin driver. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- Documentation/feature-removal-schedule.txt |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-)

Re: forcedeth problems on 2.6.20-rc6-mm3

2007-02-07 Thread Andrew Morton
On Mon, 5 Feb 2007 16:52:24 -0800 Andrew Morton [EMAIL PROTECTED] wrote: On Mon, 05 Feb 2007 18:35:06 -0600 Robert Hancock [EMAIL PROTECTED] wrote: Daniel Barkalow wrote: On Sun, 4 Feb 2007, Robert Hancock wrote: Something's busted with forcedeth in 2.6.20-rc6-mm3 for me relative

Re: [Bugme-new] [Bug 7974] New: BUG: scheduling while atomic: swapper/0x10000100/0

2007-02-09 Thread Andrew Morton
cond_resched() called from softirq, amongst other problems. On Fri, 9 Feb 2007 08:23:44 -0800 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=7974 Summary: BUG: scheduling while atomic: swapper/0x1100/0 Kernel Version: 2.6.20 Status: NEW

Fw: PROBLEM: xt_state compiles without errors but cannot be loaded

2007-02-12 Thread Andrew Morton
Begin forwarded message: Date: Fri, 9 Feb 2007 16:00:50 -0800 (PST) From: Administrative Services [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: PROBLEM: xt_state compiles without errors but cannot be loaded [1.] module: xt_state compiles without errors but cannot be loaded [2.]

Fw: [BUG] 2.6.20 Oopses in xfrm_audit_log

2007-02-12 Thread Andrew Morton
Begin forwarded message: Date: Mon, 12 Feb 2007 15:16:04 +0100 From: Charles-Edouard Ruault [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org Subject: [BUG] 2.6.20 Oopses in xfrm_audit_log Hi All, i upgraded to vanilla kernel 2.6.20 and while i was using

Re: [BUG] 2.6.20 Oopses in xfrm_audit_log

2007-02-12 Thread Andrew Morton
On Mon, 12 Feb 2007 14:49:38 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: Andrew, we're already discussing a fix for this in another thread today: Yeah, I noticed. Vitimised again by those darn MUA vendors and/or users who bust their In-Reply-To/References headers :( - To unsubscribe

Re: [take35 0/10] kevent: Generic event handling mechanism.

2007-02-12 Thread Andrew Morton
On Mon, 12 Feb 2007 13:35:10 +0300 Evgeniy Polyakov [EMAIL PROTECTED] wrote: Andrew, do you consider kevent for inclusion or declining? I haven't had time to think about it in the past month or two, sorry. However we might as well get it back in there for review-and-test - please send a new

Re: 2.6.20-git8 fails compile -- net/built-in.o __ipv6_addr_type

2007-02-12 Thread Andrew Morton
On Mon, 12 Feb 2007 20:10:13 -0500 (EST) Pete Clements [EMAIL PROTECTED] wrote: 2.6.20-git8 fails compile: CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 net/built-in.o: In function

Fw: [Bugme-new] [Bug 8009] New: PPPoE+mppe Server fail with Win Client

2007-02-14 Thread Andrew Morton
Begin forwarded message: Date: Wed, 14 Feb 2007 02:30:59 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 8009] New: PPPoE+mppe Server fail with Win Client http://bugzilla.kernel.org/show_bug.cgi?id=8009 Summary: PPPoE+mppe Server fail with Win Client

Fw: Problem with 2.6.20 and hostap_cs (Netgear MA401)

2007-02-14 Thread Andrew Morton
Begin forwarded message: Date: Wed, 14 Feb 2007 11:59:00 -0500 From: David G Hamblen [EMAIL PROTECTED] To: Kernel mailing list linux-kernel@vger.kernel.org Subject: Problem with 2.6.20 and hostap_cs (Netgear MA401) I've got the ieee80211 and hostap code compiled as modules for my MA401 card,

Re: [PATCH 1/1] Fabric7 VIOC driver source code

2007-02-14 Thread Andrew Morton
On Wed, 07 Feb 2007 13:07:40 -0800 Sriram Chidambaram [EMAIL PROTECTED] wrote: This patch provides the Fabric7 VIOC driver source code. This git mbox patch is built against git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git The patch can be pulled from

FC5 iptables-restore failure

2007-02-15 Thread Andrew Morton
I've recently been noticing nasty messages come out of FC5: sony:/home/akpm# service iptables stop Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter[ OK ] Unloading iptables modules:[

Re: FC5 iptables-restore failure

2007-02-15 Thread Andrew Morton
On Thu, 15 Feb 2007 06:20:22 -0500 Dave Jones [EMAIL PROTECTED] wrote: On Thu, Feb 15, 2007 at 02:45:07AM -0800, Andrew Morton wrote: I've recently been noticing nasty messages come out of FC5: sony:/home/akpm# service iptables stop Flushing firewall rules

Re: [Bugme-new] [Bug 8042] New: Cisco VPN Client cannot connect using TCP with Intel 82573L NIC

2007-02-19 Thread Andrew Morton
On Mon, 19 Feb 2007 15:55:19 -0800 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8042 Summary: Cisco VPN Client cannot connect using TCP with Intel 82573L NIC Kernel Version: 2.6.18.6 Status: NEW Severity:

Re: [Bugme-new] [Bug 8053] New: net/ieee80211/ieee80211_crypt_tkip.c spams kernel message buffer

2007-02-21 Thread Andrew Morton
On Wed, 21 Feb 2007 16:57:59 -0800 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8053 Summary: net/ieee80211/ieee80211_crypt_tkip.c spams kernel message buffer Kernel Version: 2.6.20.1 Status: NEW Severity:

Re: [Bugme-new] [Bug 8054] New: tipc_ref_discard tipc_deleteport locking dependency

2007-02-22 Thread Andrew Morton
On Thu, 22 Feb 2007 04:20:10 -0800 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8054 Summary: tipc_ref_discard tipc_deleteport locking dependency Kernel Version: 2.6.21-rc1 Status: NEW Severity: normal Owner: [EMAIL

Fw: [Bugme-new] [Bug 8057] New: slab corruption running ip6sic

2007-02-22 Thread Andrew Morton
Begin forwarded message: Date: Thu, 22 Feb 2007 07:56:27 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 8057] New: slab corruption running ip6sic http://bugzilla.kernel.org/show_bug.cgi?id=8057 Summary: slab corruption running ip6sic Kernel

Fw: [Bugme-new] [Bug 8085] New: performance drop in 2.6.20

2007-02-26 Thread Andrew Morton
ooh. Begin forwarded message: Date: Mon, 26 Feb 2007 07:10:48 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 8085] New: performance drop in 2.6.20 http://bugzilla.kernel.org/show_bug.cgi?id=8085 Summary: performance drop in 2.6.20 Kernel Version:

Re: [PATCH] bonding: replace system timer with work queue

2007-02-28 Thread Andrew Morton
On Wed, 28 Feb 2007 10:12:01 +0100 (CET) Jaroslav Kysela [EMAIL PROTECTED] wrote: Hi, please, review and apply to mm tree for further testing. The patch is also available at ftp://ftp.alsa-project.org/pub/kernel-patches/bonding-workqueue.patch . Please cc netdev@vger.kernel.org on

Re: [PATCH -mm 3/5] Blackfin: on-chip ethernet MAC controller driver

2007-03-01 Thread Andrew Morton
On Thu, 01 Mar 2007 12:15:14 +0800 Wu, Bryan [EMAIL PROTECTED] wrote: Hi folks, Here is the blackfin on-chip ethernet MAC controller driver for Linux. It's name is blackfin-driver-net-stamp537.patch [PATCH] Blackfin: on-chip ethernet MAC controller driver This patch implements the

Re: [Bugme-new] [Bug 8107] New: dev-header_cache_update has a random value

2007-03-01 Thread Andrew Morton
this? From: Andrew Morton [EMAIL PROTECTED] Fix http://bugzilla.kernel.org/show_bug.cgi?id=8107: we weren't initialising the header_cache_update field. Cc: Krzysztof Halasa [EMAIL PROTECTED] Cc: David S. Miller [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/net/wan

Re: [Bugme-new] [Bug 8107] New: dev-header_cache_update has a random value

2007-03-01 Thread Andrew Morton
On Thu, 1 Mar 2007 14:37:27 -0800 Stephen Hemminger [EMAIL PROTECTED] wrote: On Thu, 1 Mar 2007 14:34:17 -0800 Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 1 Mar 2007 11:33:05 -0800 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8107 Summary

s390 allmodconfig

2007-03-02 Thread Andrew Morton
Not sure who to blame for all of this... net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config symbol 'BT_HIDP' refer to undefined symbol 'HID' net/mac80211/Kconfig:17:warning: 'select' used by config symbol 'MAC80211_LEDS' refer to undefined symbol 'NEW_LEDS'

Re: s390 allmodconfig

2007-03-02 Thread Andrew Morton
net/mac80211/ieee80211_led.c: In function 'ieee80211_led_init': net/mac80211/ieee80211_led.c:38: error: invalid application of 'sizeof' to incomplete type 'struct led_trigger' net/mac80211/ieee80211_led.c:43: error: dereferencing pointer to incomplete type net/mac80211/ieee80211_led.c:44:

Re: s390 allmodconfig

2007-03-02 Thread Andrew Morton
On Fri, 02 Mar 2007 10:32:32 + Richard Purdie [EMAIL PROTECTED] wrote: On Fri, 2007-03-02 at 00:25 -0800, Andrew Morton wrote: net/mac80211/ieee80211_led.c: In function 'ieee80211_led_init': net/mac80211/ieee80211_led.c:38: error: invalid application of 'sizeof' to incomplete type

Re: s390 allmodconfig

2007-03-02 Thread Andrew Morton
On Fri, 02 Mar 2007 11:38:24 +0100 Johannes Berg [EMAIL PROTECTED] wrote: On Fri, 2007-03-02 at 00:25 -0800, Andrew Morton wrote: Probably related to the Kconfig problems. Yeah, it is. s390 is funny, it doesn't include drivers/Kconfig, I don't think anybody of us would have suspected

Re: s390 allmodconfig

2007-03-02 Thread Andrew Morton
On Fri, 02 Mar 2007 12:11:48 +0100 Johannes Berg [EMAIL PROTECTED] wrote: On Fri, 2007-03-02 at 03:06 -0800, Andrew Morton wrote: No, s390 doesn't have PCI. Ok. s390 is weird ;) There's no way it'll support any of the hardware which you're working on (until they release

Re: [PATCH] dma-mapping.h

2007-03-02 Thread Andrew Morton
On Fri, 02 Mar 2007 19:43:34 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Gary Zambrano wrote: Added dma_sync_single_range_for_cpu/device to dma-mapping.h in asm-arm asm-avr32 to call dma_sync_single_for_cpu/device. This patch enables b44 to compile on systems with these cpus. This patch

Re: Recent wireless breakage (ipw2200, iwconfig, NetworkManager)

2007-03-04 Thread Andrew Morton
On Sun, 4 Mar 2007 18:25:50 -0600 Matt Mackall [EMAIL PROTECTED] wrote: On Mon, Mar 05, 2007 at 12:39:24AM +0100, Johannes Berg wrote: [adding linux-wireless to CC] On Sun, 2007-03-04 at 16:08 -0600, Matt Mackall wrote: Recent kernels are having troubles with wireless for me. Two

Re: [1/6] 2.6.21-rc2: known regressions

2007-03-04 Thread Andrew Morton
On Mon, 5 Mar 2007 02:50:31 +0100 Adrian Bunk [EMAIL PROTECTED] wrote: This email lists some known regressions in 2.6.21-rc2 compared to 2.6.20 that are not yet fixed in Linus' tree. We seem to have broken an unusually large amount of stuff this time. partial post-mortem: - The ACPICA merge

Re: [Bugme-new] [Bug 8132] New: pptp server lockup in ppp_asynctty_receive()

2007-03-05 Thread Andrew Morton
On Mon, 5 Mar 2007 14:26:30 -0800 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8132 Summary: pptp server lockup in ppp_asynctty_receive() Kernel Version: 2.6.20 Status: NEW Severity: high Owner: [EMAIL PROTECTED]

Re: Recent wireless breakage (ipw2200, iwconfig, NetworkManager)

2007-03-05 Thread Andrew Morton
On Mon, 5 Mar 2007 19:56:25 -0500 Theodore Tso [EMAIL PROTECTED] wrote: So the question really is are we really done making changes to sysfs, or maybe what we should do is talk about major version numbers to sysfs. Perhaps using a config option wasn't the right way to do this - a kernel boot

Re: Recent wireless breakage (ipw2200, iwconfig, NetworkManager)

2007-03-05 Thread Andrew Morton
On Mon, 5 Mar 2007 17:17:09 -0800 Greg KH [EMAIL PROTECTED] wrote: On Mon, Mar 05, 2007 at 05:08:49PM -0800, Andrew Morton wrote: On Mon, 5 Mar 2007 19:56:25 -0500 Theodore Tso [EMAIL PROTECTED] wrote: So the question really is are we really done making changes to sysfs, or maybe

Re: [patch 12/19] fix irq problem with NAPI + NETPOLL

2007-03-06 Thread Andrew Morton
context, redirect to netif_rx() instead of processing the skb in that context. Signed-off-by: Atsushi Nemoto [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] Cc: Francois Romieu [EMAIL PROTECTED] Cc: David S. Miller [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED

Re: [patch 2/2] div64_64: common code

2007-03-06 Thread Andrew Morton
On Tue, 06 Mar 2007 10:11:40 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Date: Tue, 06 Mar 2007 02:42:28 -0800 From: Stephen Hemminger [EMAIL PROTECTED] Implement div64_64(): 64-bit by 64-bit division. Needed by networking (at least). This patch,

Re: [patch 2/2] div64_64: common code

2007-03-06 Thread Andrew Morton
On Tue, 06 Mar 2007 15:21:40 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Tue, 6 Mar 2007 14:32:06 -0800 ho hum, I didn't know that, so we missed rc2-mm2. Could I have symlinks in /pub/scm/linux/kernel/git/davem/ to net-latest

Re: 2.6.21-rc2-mm2: drivers/net/wireless/libertas/debugfs.c addr bogosity

2007-03-07 Thread Andrew Morton
On Wed, 7 Mar 2007 23:41:16 +0100 Adrian Bunk [EMAIL PROTECTED] wrote: On Tue, Mar 06, 2007 at 12:44:08AM -0800, Andrew Morton wrote: ... Changes since 2.6.20-rc2-mm1: ... git-netdev-all.patch ... git trees ... drivers/net/wireless/libertas/debugfs.c contains: #define item_addr

Fw: [Bugme-new] [Bug 8151] New: Established connections not displayed in /proc/tcp/netstat

2007-03-08 Thread Andrew Morton
Begin forwarded message: Date: Thu, 8 Mar 2007 07:53:57 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 8151] New: Established connections not displayed in /proc/tcp/netstat http://bugzilla.kernel.org/show_bug.cgi?id=8151 Summary: Established

Re: [PATCH 2.6.21 2/4] cxgb3 - Auto-load FW if mismatch detected

2007-03-21 Thread Andrew Morton
On Sun, 18 Mar 2007 13:10:06 -0700 [EMAIL PROTECTED] wrote: config CHELSIO_T3 tristate Chelsio Communications T3 10Gb Ethernet support depends on PCI + select FW_LOADER Something has gone wrong with the indenting there. - To unsubscribe from this list: send the line

Re: [patch 13/26] Xen-paravirt_ops: Consistently wrap paravirt ops callsites to make them patchable

2007-03-20 Thread Andrew Morton
On Tue, 20 Mar 2007 21:23:52 +0100 Andi Kleen [EMAIL PROTECTED] wrote: Well it causes additional problems. We had some cases where it was really hard to distingush garbage and the true call chain. yes, for some reason the naive backtraces seem to have got messier and messier over the years

Re: [patch 2.6.17] s2io driver irq fix

2006-06-21 Thread Andrew Morton
On Wed, 21 Jun 2006 15:50:49 -0400 (EDT) Ananda Raju [EMAIL PROTECTED] wrote: + if (sp-intr_type == MSI_X) { + int i; - free_irq(vector, arg); + for (i=1; (sp-s2io_entries[i].in_use == MSIX_FLG); i++) { + if

Re: New Qlogic qla3xxx NIC Driver v2.02.00k31 for upstream inclusion

2006-06-21 Thread Andrew Morton
busywaits are all over the place. - The driver would be cleaner if it had a helper function rather than open-coding all those up-to-10-millisecond busywaits. Have some random tweaks: From: Andrew Morton [EMAIL PROTECTED] - coding style - use cpu_relax() - use msleep() Cc: Ron Mercer

Re: [Bugme-new] [Bug 6730] New: pptp connection hang on heavy network load.

2006-06-22 Thread Andrew Morton
On Thu, 22 Jun 2006 03:06:00 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=6730 Summary: pptp connection hang on heavy network load. Kernel Version: 2.6.17 Status: NEW Severity: blocking Owner: [EMAIL PROTECTED]

Re: New Qlogic qla3xxx NIC Driver v2.02.00k31 for upstream inclusion

2006-06-22 Thread Andrew Morton
Ron Mercer [EMAIL PROTECTED] wrote: Thanks for your feedback. I've fixed everything you mentioned with the exception of the code below. I need to swap every other byte pair of my nvram mac address for big endian systems. Everything else I tried was more messy. Did you have anything

Re: [Bugme-new] [Bug 6735] New: network connection does not survive APM suspend and resume

2006-06-22 Thread Andrew Morton
[EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=6735 Summary: network connection does not survive APM suspend and resume ... Steps to reproduce:Push button to suspend ( APM ), push button again to resume, network connection is lost.

Re: 2.6.17-mm2

2006-06-24 Thread Andrew Morton
On Sat, 24 Jun 2006 21:41:41 +0200 Dominik Karall [EMAIL PROTECTED] wrote: On Saturday, 24. June 2006 15:19, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1 7/2.6.17-mm2/ hi! I get this warning on make modules_install: WARNING: /lib/modules

Re: [patch 3/3] Fix phy id for LXT971A/LXT972A

2006-06-25 Thread Andrew Morton
and mask values are wrong and must be left shifted by 4 to actually detect the chips. Signed-off-by: Uwe Zeisberger [EMAIL PROTECTED] Acked-by: Andy Fleming [EMAIL PROTECTED] [akpm: this is a previously-nacked patch, but the problem is real] Signed-off-by: Andrew Morton [EMAIL PROTECTED

Re: [PATCH 6/7] net: Add QE UCC Gigabit Ethernet driver

2006-06-28 Thread Andrew Morton
Li Yang-r58472 [EMAIL PROTECTED] wrote: This is a gigabit Ethernet driver for Freescale QE(QUICC ENGINE) SOC. QE can be found on PowerQUICC II pro family. diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bdaaad8..ebbb218 100644 --- a/drivers/net/Kconfig +++

<    1   2   3   4   5   6   7   8   9   10   >