Re: [-mm patch] make csum_and_copy_from_user arch independent (was Re: 2.6.21-mm2)

2007-05-11 Thread Andrew Morton
On Fri, 11 May 2007 10:27:38 +0200 Frederik Deweerdt [EMAIL PROTECTED] wrote: On Wed, May 09, 2007 at 01:23:22AM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21/2.6.21-mm2/ ERROR: csum_partial_copy_from_user [net/rxrpc/af-rxrpc.ko

Re: [PATCH 1/2] AFS: Fix interminable loop in afs_write_back_from_locked_page()

2007-05-11 Thread Andrew Morton
On Fri, 11 May 2007 10:49:23 +0100 David Howells [EMAIL PROTECTED] wrote: Andrew Morton [EMAIL PROTECTED] wrote: Following bug was uncovered by compiling with '-W' flag: gcc -W finds a number of fairly scary bugs. Do you mean in my code specifically? Or in the kernel in general

Re: [patch 04/13] ppp_generic: fix lockdep warning

2007-05-11 Thread Andrew Morton
On Fri, 11 May 2007 14:03:09 -0700 (PDT) David Miller [EMAIL PROTECTED] wrote: From: Jeff Garzik [EMAIL PROTECTED] Date: Fri, 11 May 2007 16:57:19 -0400 applied I was under the impression that this patch didn't actually fix the problem yet? I might be thinking about something else...

Re: [patch 08/13] Use menuconfig objects II - netdev (general+100mbit)

2007-05-11 Thread Andrew Morton
to enter the menu first. CONFIG_SMC9194: Move it so that it appears correctly in menuconfig. Signed-off-by: Jan Engelhardt [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/net/Kconfig | 167

Fw: [Bugme-new] [Bug 8474] New: regression failure, can't even ping modem

2007-05-13 Thread Andrew Morton
Begin forwarded message: Date: Sun, 13 May 2007 19:05:40 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 8474] New: regression failure, can't even ping modem http://bugzilla.kernel.org/show_bug.cgi?id=8474 Summary: regression failure, can't even ping

Re: kernel oops after unloading nf_conntrack_netbios_ns_module

2007-05-14 Thread Andrew Morton
On Mon, 14 May 2007 09:16:11 +0200 Gabor Burjan [EMAIL PROTECTED] wrote: On Sat, May 12, 2007 at 05:05:51PM +0200, Patrick McHardy wrote: Gabor Burjan wrote: EIP is at destroy_conntrack+0x52/0x127 [nf_conntrack] nmblookup existing_netbios_name cat /proc/net/ip_conntrack sleep 3

Re: [patch 1/1] icom: Add new sub-device-id to support new adapter

2007-05-15 Thread Andrew Morton
On Tue, 15 May 2007 11:29:15 -0500 wendy xiong [EMAIL PROTECTED] wrote: I have tested this with new adapter on our systems. I didn't get comments since I sent out last Wednesday. Could you help me with this patch? You sent it to the wrong mailing list: netdev doesn't handle serial drivers.

Re: select(0, ..) is valid ?

2007-05-15 Thread Andrew Morton
On Tue, 15 May 2007 10:29:18 -0700 Badari Pulavarty [EMAIL PROTECTED] wrote: Hi, Is select(0, ..) is a valid operation ? Probably - it becomes an elaborate way of doing a sleep. Whatever - we used to permit it without error, so we should continue to do so. I see that there is no check to

Re: select(0, ..) is valid ?

2007-05-15 Thread Andrew Morton
On Tue, 15 May 2007 11:10:22 -0700 (PDT) Christoph Lameter [EMAIL PROTECTED] wrote: On Tue, 15 May 2007, Andrew Morton wrote: I _think_ we can just do --- a/fs/compat.c~a +++ a/fs/compat.c @@ -1566,9 +1566,13 @@ int compat_core_sys_select(int n, compat */ ret = -ENOMEM

Re: [Bugme-new] [Bug 8491] New: OOPS triggered by ip(8) deconfiguring a network interface

2007-05-17 Thread Andrew Morton
On Thu, 17 May 2007 06:59:21 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8491 Summary: OOPS triggered by ip(8) deconfiguring a network interface Kernel Version: 2.6.22-rc1 Status: NEW Severity: high

Re: [PATCH] Fix incorrect prototype for ipxrtr_route_packet()

2007-05-17 Thread Andrew Morton
On Thu, 17 May 2007 18:48:12 +0800 David Woodhouse [EMAIL PROTECTED] wrote: The function ipxrtr_route_packet() takes a 'len' argument of type size_t. However, its prototype in af_ipx.c incorrectly suggests that the corresponding argument is of type 'int' instead. Discovered by building with

Re: [git patches] net driver updates

2007-05-18 Thread Andrew Morton
On Fri, 18 May 2007 23:46:21 +0200 Mariusz Koz__owski [EMAIL PROTECTED] wrote: Hello, diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 7053026..111f23d 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h @@ -279,6 +279,40 @@ SMC_outw(u16 val, void __iomem

Re: STRANGE ERROR

2007-05-19 Thread Andrew Morton
On Sun, 20 May 2007 00:30:55 +0200 Sasa Ostrouska [EMAIL PROTECTED] wrote: Hi everybody, I tried today to upgrade the kernel to 2.6.21.1 and i got the same error during the boot time. Here is the dmesg of the 2.6.20.2, can somebody tell me what this is ? ... Marvell 88E1101: Registered

Re: [Bugme-new] [Bug 8519] New: NAT prerouting over tun interface broken

2007-05-21 Thread Andrew Morton
On Mon, 21 May 2007 13:05:36 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8519 Summary: NAT prerouting over tun interface broken Kernel Version: 2.6.21.1 Status: NEW Severity: normal Owner: [EMAIL PROTECTED]

Re: [PATCH 1/2 v4] s2io: add PCI error recovery support

2007-05-21 Thread Andrew Morton
On Mon, 21 May 2007 13:58:53 -0500 [EMAIL PROTECTED] (Linas Vepstas) wrote: This patch adds PCI error recovery support to the s2io 10-Gigabit ethernet device driver. Fourth revision, blocks MSI interrupts, and statistics gathering, as well. Tested, seems to work well. Signed-off-by:

Re: [PATCH 1/2 v4] s2io: add PCI error recovery support

2007-05-21 Thread Andrew Morton
On Mon, 21 May 2007 17:23:57 -0500 [EMAIL PROTECTED] (Linas Vepstas) wrote: On Mon, May 21, 2007 at 02:48:47PM -0700, Andrew Morton wrote: On Mon, 21 May 2007 13:58:53 -0500 [EMAIL PROTECTED] (Linas Vepstas) wrote: This patch adds PCI error recovery support to the This is already

Re: EIP is at netlink_insert+0x41/0x10c

2007-05-28 Thread Andrew Morton
On Sun, 27 May 2007 23:47:52 -0700 Miles Lane [EMAIL PROTECTED] wrote: please cc netdev@vger.kernel.org on net-related matters. Linux version 2.6.22-rc2-mm1 ([EMAIL PROTECTED]) (gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)) #1 PREEMPT Sun May 27 18:30:28 PDT 2007 ... serio: i8042 AUX

Re: [PATCH 3/4] Make net watchdog timers 1 sec jiffy aligned

2007-05-30 Thread Andrew Morton
On Tue, 29 May 2007 11:01:13 -0700 Venki Pallipadi [EMAIL PROTECTED] wrote: round_jiffies for net dev watchdog timer. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Index: linux-2.6.22-rc-mm/net/sched/sch_generic.c ===

e100 resume failure

2007-05-30 Thread Andrew Morton
I was doing some suspend-to-ram testing on the Vaio with the 2.6.22-rc3-mm1 lineup. After 10 or 15 cycles a resume failed: [ 357.119436] Suspending device full [ 357.120450] Suspending device zero [ 358.084978] Suspending device port [ 358.085664] Suspending device null [ 358.086432]

Re: [PATCH] bugfix GFP_KERNEL - GFP_ATOMIC in spin_locked region

2007-06-04 Thread Andrew Morton
On Mon, 04 Jun 2007 18:25:28 +0200 Yoann Padioleau [EMAIL PROTECTED] wrote: In a few files a function such as usb_submit_urb is taking GFP_KERNEL as an argument whereas this function call is inside a spin_lock_irqsave region of code. Documentation says that it must be GFP_ATOMIC instead.

Re: [PATCH] bugfix GFP_KERNEL - GFP_ATOMIC in spin_locked region

2007-06-04 Thread Andrew Morton
On Mon, 4 Jun 2007 21:00:18 -0700 Andrew Morton [EMAIL PROTECTED] wrote: diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index 544098d..9ec38e3 100644 --- a/drivers/usb/serial/io_ti.c +++ b/drivers/usb/serial/io_ti.c @@ -2351,7 +2351,7 @@ static int restart_read

warnings in git-wireless

2007-06-05 Thread Andrew Morton
i386 allmodconfig isn't that hard, guys. drivers/net/wireless/mac80211/zd1211rw/zd_mac.c:600: warning: 'fill_rt_header' defined but not used drivers/net/wireless/mac80211/iwlwifi/iwl-4965.c: In function 'iwl_hw_tx_queue_free_tfd': drivers/net/wireless/mac80211/iwlwifi/iwl-4965.c:964: warning:

Re: warnings in git-wireless

2007-06-05 Thread Andrew Morton
On Tue, 05 Jun 2007 13:12:03 -0700 James Ketrenos [EMAIL PROTECTED] wrote: John W. Linville wrote: On Tue, Jun 05, 2007 at 02:06:14AM -0700, Andrew Morton wrote: Please, don't anybody dare think about thinking about letting this anywhere near mainline until it has had a thorough review

Re: 2.6.22-rc3-mm1 - pppd hanging in netdev_run_todo while holding mutex

2007-06-06 Thread Andrew Morton
On Mon, 04 Jun 2007 14:00:56 -0400 [EMAIL PROTECTED] wrote: On Wed, 30 May 2007 23:58:23 PDT, Andrew Morton said: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc3/2.6.22-rc3-mm1/ Under 22-rc2-mm1, if my VPN connection got reset, ppp0 just quietly went away. Under

Re: warnings in git-wireless

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 13:51:41 -0700 James Ketrenos [EMAIL PROTECTED] wrote: * make C=2 CF=-Wall will complain if you use ARRAY_SIZE on global data */ #define GLOBAL_ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) This is identical to ARRAY_SIZE. And if there's some problem with

Re: warnings in git-wireless

2007-06-06 Thread Andrew Morton
On Wed, 06 Jun 2007 15:33:46 -0700 James Ketrenos [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Wed, 06 Jun 2007 13:51:41 -0700 James Ketrenos [EMAIL PROTECTED] wrote: * make C=2 CF=-Wall will complain if you use ARRAY_SIZE on global data */ #define GLOBAL_ARRAY_SIZE(x) (sizeof(x

Re: 2.6.22-rc4-mm2 -- ipw2200 -- SIOCSIFADDR: No buffer space available

2007-06-07 Thread Andrew Morton
On Thu, 7 Jun 2007 11:25:30 -0700 Miles Lane [EMAIL PROTECTED] wrote: Hi Andrew, This might be some problem with my kernel configuration. I added: CONFIG_BONDING=y # dhclient eth1 There is already a pid file /var/run/dhclient.pid with pid 134993416 Internet Systems Consortium DHCP

Re: 2.6.22-rc4-mm2: Assigning IP address fails

2007-06-07 Thread Andrew Morton
On Thu, 7 Jun 2007 17:46:09 -0400 [EMAIL PROTECTED] (Joseph Fannin) wrote: On Wed, Jun 06, 2007 at 10:03:13PM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm2/ I'm not able to bring an ethernet interface down and back

Re: [PATCH 1/1] make network DMA usable for non-tcp drivers

2007-06-08 Thread Andrew Morton
On Fri, 8 Jun 2007 10:30:53 -0400 Ed L. Cashin [EMAIL PROTECTED] wrote: Here is a patch against the netdev-2.6 git tree that makes the net DMA feature usable for drivers like the ATA over Ethernet block driver, which can use dma_skb_copy_datagram_iovec when receiving data from the network.

Re: [Bugme-new] [Bug 8635] New: EV6 version of csum_ipv6_magic causing unaligned access errors

2007-06-16 Thread Andrew Morton
On Fri, 15 Jun 2007 13:47:33 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8635 Summary: EV6 version of csum_ipv6_magic causing unaligned access errors Product: Networking Version: 2.5

Re: [Bugme-new] [Bug 8638] New: unregister_netdevice: waiting for ppp0 to become free. pppoe + multihome + htb qos?

2007-06-16 Thread Andrew Morton
On Sat, 16 Jun 2007 03:11:30 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8638 Summary: unregister_netdevice: waiting for ppp0 to become free. pppoe + multihome + htb qos? Product: Networking Version:

Re: [Bugme-new] [Bug 8638] New: unregister_netdevice: waiting for ppp0 to become free. pppoe + multihome + htb qos?

2007-06-18 Thread Andrew Morton
On Mon, 18 Jun 2007 10:56:06 -0400 Chuck Ebbert [EMAIL PROTECTED] wrote: Is there any way to print the addresses the notifier is calling to try and release net device references? I see: net/core/dev/c::netdev_wait_allrefs(): while (atomic_read(dev-refcnt) != 0) {

Re: [Bugme-new] [Bug 8654] New: possible connect() bug

2007-06-20 Thread Andrew Morton
On Wed, 20 Jun 2007 03:56:28 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8654 Summary: possible connect() bug Product: Networking Version: 2.5 KernelVersion: Linux version 2.6.21.1 ([EMAIL PROTECTED]) (gcc

Re: [patch] alpha: fix alignment problem in csum_ipv6_magic()

2007-06-21 Thread Andrew Morton
On Sun, 17 Jun 2007 01:20:20 +0400 Ivan Kokshaysky [EMAIL PROTECTED] wrote: Hopefully this fixes http://bugzilla.kernel.org/show_bug.cgi?id=8635 The struct in6_addr passed to csum_ipv6_magic() is 4 byte aligned, so we can't use the regular 64-bit loads. Since the cost of handling of 4 byte

Re: [PATCH] Ethernet driver for EISA only SNI RM200/RM400 machines

2007-06-23 Thread Andrew Morton
On Fri, 22 Jun 2007 21:53:58 +0200 [EMAIL PROTECTED] (Thomas Bogendoerfer) wrote: Hi, This is new ethernet driver, which use the code taken out of lasi_82596 (done by the other patch I just sent). Thomas. Ethernet driver for EISA only SNI RM200/RM400 machines ... +static char

Re: [PATCH v2.6.22-rc5] cxgb2: handle possible NULL pointer dereferencing, take 2

2007-06-23 Thread Andrew Morton
On Thu, 21 Jun 2007 18:48:30 +0530 pradeep singh [EMAIL PROTECTED] wrote: Hi, My mistake. Resending after reformatting the patch by hand. Looks like gmail messes the plain text patches. That's still mangled so I typed it in again. Please always include a full changlog with each version of

Re: Scaling Max IP address limitation

2007-06-24 Thread Andrew Morton
On Sun, 24 Jun 2007 12:20:01 -0500 David Jones [EMAIL PROTECTED] wrote: Hi, I am trying to add multiple IP addresses ( v6 ) to my FC7 box on eth0. But I am hitting a max limit of 4000 IP address . Seems like there is a limiting variable in linux kernel (which one? ) that prevents from

Re: [Bugme-new] [Bug 8668] New: HTB Deadlock

2007-06-24 Thread Andrew Morton
On Sun, 24 Jun 2007 21:57:19 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8668 Summary: HTB Deadlock Product: Networking Version: 2.5 KernelVersion: 2.6.19.7 Platform: All OS/Version: Linux

Re: [PATCH v2.6.22-rc5] cxgb2: handle possible NULL pointer dereferencing, take 2

2007-06-25 Thread Andrew Morton
On Thu, 21 Jun 2007 18:48:30 +0530 pradeep singh [EMAIL PROTECTED] wrote: diff --git a/drivers/net/chelsio/cxgb2.c b/drivers/net/chelsio/cxgb2.c index 231ce43..006c634 100644 --- a/drivers/net/chelsio/cxgb2.c +++ b/drivers/net/chelsio/cxgb2.c @@ -1022,6 +1022,11 @@ static int __devinit

Re: [NET] au1000_eth: Fix warnings.

2007-06-25 Thread Andrew Morton
On Sun, 24 Jun 2007 15:59:54 +0200 Ralf Baechle [EMAIL PROTECTED] wrote: Fixed by including linux/dma-mapping.h: CC drivers/net/au1000_eth.o drivers/net/au1000_eth.c: In function 'au1000_probe': drivers/net/au1000_eth.c:661: warning: implicit declaration of function

Re: [PATCH v2.6.22-rc5] cxgb2: handle possible NULL pointer dereferencing, take 2

2007-06-25 Thread Andrew Morton
On Mon, 25 Jun 2007 19:14:05 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: The chelsio driver is assuming that pci_device_id.driver_data has been initialised to the board index, but I am unable to locate anywhere where that initialisation actually happens. It's hidden

Re: 2.6.22: ERROR: __ucmpdi2 [drivers/net/s2io.ko] undefined!

2007-06-26 Thread Andrew Morton
On Thu, 21 Jun 2007 05:55:13 -0400 Sivakumar Subramani [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Hering Sent: Wednesday, June 20, 2007 2:11 AM To: Stephen Hemminger Cc: [EMAIL PROTECTED];

Re: [PATCH] Re: [2.6.21.1] soft lockup when removing netconsole module

2007-06-26 Thread Andrew Morton
cancel_rearming_delayed_work() if there is no pending work. Signed-off-by: Jason Wessel [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- net/core/netpoll.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff -puN net/core

Re: [PATCH] Re: [2.6.21.1] soft lockup when removing netconsole module

2007-06-26 Thread Andrew Morton
On Tue, 26 Jun 2007 17:46:13 -0700 Wessel, Jason [EMAIL PROTECTED] wrote: } } Everything went quiet? If this patch has been tested and fixes the bug, can you please send a version which is ready for merging? (ie: add a suitable description of

git-net, git-netdev-all and everything else on g5

2007-06-28 Thread Andrew Morton
With the full -mm lineup, my tg3-using powerpc g5 spits lots of these: windfarm: Drive bay control loop started. audit(1183017094.732:2): audit_pid=2117 old=0 by auid=4294967295 [ cut here ] Badness at net/core/dev.c:1303 Call Trace: [cb45ead0] [c00108c8]

Re: e1000: backport ich9 support from 7.5.5 ?

2007-06-29 Thread Andrew Morton
On Fri, 29 Jun 2007 14:39:20 -0700 Kok, Auke [EMAIL PROTECTED] wrote: That's why we want to introduce a second e1000 driver (named differently, pick any name) that contains the new code base, side-by-side into the kernel with the current e1000. Sounds like a reasonable approach to me

Re: [Bugme-new] [Bug 8697] New: nfs-root doesn't work with jumbo frames

2007-07-01 Thread Andrew Morton
please submit the patch via email as per http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt to Andrew Morton [EMAIL PROTECTED] netdev@vger.kernel.org [EMAIL PROTECTED] thanks. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 07/12] use a dynamic pool of sk_buffs to keep up with fast targets

2007-07-02 Thread Andrew Morton
On Tue, 26 Jun 2007 14:50:11 -0400 Ed L. Cashin [EMAIL PROTECTED] wrote: Use a dynamic pool of sk_buffs to keep up with fast targets. That's far too skimpy a description of what this patch is doing, what it is for, what makes AOE need this functionality, etc. My initial thought is that if

Re: [Bugme-new] [Bug 8724] New: Unaligned acess in udp_recvmsg() on EV56

2007-07-08 Thread Andrew Morton
On Sun, 8 Jul 2007 14:30:17 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8724 Summary: Unaligned acess in udp_recvmsg() on EV56 Product: Platform Specific/Hardware Version: 2.5 KernelVersion: 2.6.22-rc7-git7

Re: [Bugme-new] [Bug 8726] New: MSG_TRUNC not regarded in unix_dgram_recvmsg()

2007-07-09 Thread Andrew Morton
On Mon, 9 Jul 2007 04:01:58 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8726 Summary: MSG_TRUNC not regarded in unix_dgram_recvmsg() Product: Networking Version: 2.5 KernelVersion: 2.6.19 Platform: All

Fw: [Bugme-new] [Bug 4922] New: Bug in netfilter.c when drivers do hardware checksum generation.

2005-07-21 Thread Andrew Morton
Begin forwarded message: Date: Thu, 21 Jul 2005 11:39:44 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4922] New: Bug in netfilter.c when drivers do hardware checksum generation. http://bugzilla.kernel.org/show_bug.cgi?id=4922 Summary: Bug in

Fw: 2.6.13-rc4 - kernel panic - BUG at net/ipv4/tcp_output.c:918

2005-07-31 Thread Andrew Morton
Begin forwarded message: Date: Sun, 31 Jul 2005 17:02:01 +0200 From: Guillaume Pelat [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Cc: [EMAIL PROTECTED] Subject: 2.6.13-rc4 - kernel panic - BUG at net/ipv4/tcp_output.c:918 Hi, I've been trying to upgrade kernel from 2.6.12.3 to

Re: 2.6.13-rc4 - kernel panic - BUG at net/ipv4/tcp_output.c:918

2005-08-04 Thread Andrew Morton
Guillaume Pelat [EMAIL PROTECTED] wrote: Hi, Herbert Xu wrote: On Thu, Aug 04, 2005 at 01:33:29PM +1000, herbert wrote: So I suppose we should reset cwnd_quota after tcp_transmit_skb? Please try this patch to see if this is really the problem or not. Thanks, I just applied

Re: [TCP]: Fix TSO cwnd caching bug

2005-08-04 Thread Andrew Morton
Herbert Xu [EMAIL PROTECTED] wrote: On Thu, Aug 04, 2005 at 04:58:42PM -0700, Andrew Morton wrote: Thanks, Guillaume. Herbert, David is travelling and not able to do a lot of patchmonkeying. Could you please prepare and submit a final patch? OK, here is the final version. Thanks

Fw: oops with 2.6.13-rc5 on webserver with raid

2005-08-05 Thread Andrew Morton
Did we fix this today? Begin forwarded message: Date: Fri, 05 Aug 2005 11:52:15 +0200 From: Martin Braun [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: oops with 2.6.13-rc5 on webserver with raid Hi, I've been trying to upgrade kernel to 2.6.13-rc5. The server boots normally

Fw: [Bugme-new] [Bug 5014] New: rp_filter proc interface generate oops when enable

2005-08-07 Thread Andrew Morton
Begin forwarded message: Date: Sun, 7 Aug 2005 07:12:40 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5014] New: rp_filter proc interface generate oops when enable http://bugzilla.kernel.org/show_bug.cgi?id=5014 Summary: rp_filter proc interface

Fw: [Bugme-new] [Bug 5080] New: bonding related oops on boot

2005-08-17 Thread Andrew Morton
Begin forwarded message: Date: Wed, 17 Aug 2005 07:20:36 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5080] New: bonding related oops on boot http://bugzilla.kernel.org/show_bug.cgi?id=5080 Summary: bonding related oops on boot Kernel Version:

Re: [patch 2.6.13-rc6] net/802/tr: use interrupt-safe locking

2005-08-21 Thread Andrew Morton
Jay Vosburgh [EMAIL PROTECTED] wrote: FWIW, this patch is currently being carried in the Fedora and RHEL kernels. It certainly looks like it is necessary to me. Can we get some movement on this? It's in the SuSE kernel as well. For how long has this fix been in the vendor

Re: [Bugme-new] [Bug 5138] New: 64bit put_unaligned/get_unaligned does not work on 32bit kernel

2005-08-27 Thread Andrew Morton
[EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=5138 Summary: 64bit put_unaligned/get_unaligned does not work on 32bit kernel Kernel Version: 2.6.12 Status: NEW Severity: normal Owner: [EMAIL

Re: [Bugme-new] [Bug 5175] New: Kernel 2.6.13 breaks libpcap (at least on ppp)

2005-09-02 Thread Andrew Morton
(Full bug record. All replies will go into bugzilla - please trim text) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=5175 Summary: Kernel 2.6.13 breaks libpcap (at least on ppp) Kernel Version: 2.6.13 Status: NEW Severity:

Re: Kernel 2.6.13 breaks libpcap (and tcpdump).

2005-09-02 Thread Andrew Morton
John McGowan [EMAIL PROTECTED] wrote: Kernel 2.6.13. Breaks libpcap. Fedora Core 2, gcc 3.3.3, Pentium III (933MHz) I had written about my dismay that traceproto and tcptraceroute no longer worked and suspected that libnet was broken. It seems that it is libpcap that is broken by

Fw: [Bugme-new] [Bug 5182] New: 2.6.13-git3 won't compile on firewall

2005-09-03 Thread Andrew Morton
Begin forwarded message: Date: Sat, 3 Sep 2005 13:26:30 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5182] New: 2.6.13-git3 won't compile on firewall http://bugzilla.kernel.org/show_bug.cgi?id=5182 Summary: 2.6.13-git3 won't compile on firewall

Fw: [Bugme-new] [Bug 5194] New: IPSec related OOps in 2.6.13

2005-09-06 Thread Andrew Morton
Begin forwarded message: Date: Tue, 6 Sep 2005 03:49:57 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5194] New: IPSec related OOps in 2.6.13 http://bugzilla.kernel.org/show_bug.cgi?id=5194 Summary: IPSec related OOps in 2.6.13 Kernel Version:

Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread Andrew Morton
Christoph Hellwig [EMAIL PROTECTED] wrote: On Tue, Sep 06, 2005 at 04:44:00PM -0400, John W. Linville wrote: Add module option to enable 3c59x driver to use memory-mapped PCI I/O resources. This may improve performance for those devices so equipped. Add use_mmio=1 to the 3c59x module

Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread Andrew Morton
John W. Linville [EMAIL PROTECTED] wrote: I fully intend to have have a flag in the private data set based on the PCI ID when I accumulate some data on which devices support this and which don't. So far I've only got a short list... Do you think such a flag should be based on which ones

Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread Andrew Morton
John W. Linville [EMAIL PROTECTED] wrote: On Tue, Sep 06, 2005 at 03:15:46PM -0700, Andrew Morton wrote: John W. Linville [EMAIL PROTECTED] wrote: I fully intend to have have a flag in the private data set based on the PCI ID when I accumulate some data on which devices support

Fw: masquerading failure for at least icmp and tcp+sack on amd64

2005-09-07 Thread Andrew Morton
Begin forwarded message: Date: Tue, 6 Sep 2005 19:29:30 +0200 From: Marc Lehmann [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: masquerading failure for at least icmp and tcp+sack on amd64 Hi! I recently upgraded a 32 bit machine to a new amd64 board+cpu. I took the same kernel

Fw: [Bugme-new] [Bug 5200] New: Wrong source IPv6 address selected for destination

2005-09-07 Thread Andrew Morton
Begin forwarded message: Date: Wed, 7 Sep 2005 06:14:45 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5200] New: Wrong source IPv6 address selected for destination http://bugzilla.kernel.org/show_bug.cgi?id=5200 Summary: Wrong source IPv6 address

Fw: [Bugme-new] [Bug 5201] New: Badness in dst_release at include/net/dst.h:154

2005-09-07 Thread Andrew Morton
Begin forwarded message: Date: Wed, 7 Sep 2005 06:16:22 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5201] New: Badness in dst_release at include/net/dst.h:154 http://bugzilla.kernel.org/show_bug.cgi?id=5201 Summary: Badness in dst_release at

Fw: PROBLEM: Badness in dst_release at include/net/dst.h:154

2005-09-07 Thread Andrew Morton
I think this got fixed? If so, is the fix queued for 2.6.13.1? Thanks. Begin forwarded message: Date: Wed, 07 Sep 2005 15:26:50 +0300 From: Ady Deac [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: PROBLEM: Badness in dst_release at include/net/dst.h:154 [1.] One line summary of

Fw: Oops in 2.6.13 (__tcp_push_pending_frames)

2005-09-07 Thread Andrew Morton
I have a feeling that I'm spamming netdev with already-fixed bugs. But please bear with me - it's better than letting unfixed bugs slip past ;) Begin forwarded message: Date: Wed, 7 Sep 2005 19:04:45 +0200 From: Peter Palfrader [EMAIL PROTECTED] To: Linux Kernel list

Fw: 2.6.13-git7 strange system freeze

2005-09-08 Thread Andrew Morton
Begin forwarded message: Date: Thu, 8 Sep 2005 14:14:39 +0200 From: Michal Piotrowski [EMAIL PROTECTED] To: LKML linux-kernel@vger.kernel.org Subject: 2.6.13-git7 strange system freeze Hi, after about 20 hours of uptime, my 2.6.13-git7 system freeze. I find it in my klog. Sep 8 13:45:09

Re: [PATCH] 3c59x: read current link status from phy

2005-09-08 Thread Andrew Morton
Tommy Christensen [EMAIL PROTECTED] wrote: In order to spare some I/O operations, be more intelligent about when to read from the PHY. Seems sane. Should we also decrease the polling interval? Perhaps only when the cable is unplugged? - To unsubscribe from this list: send the line

Re: [PATCH] 3c59x: read current link status from phy

2005-09-09 Thread Andrew Morton
Tommy Christensen [EMAIL PROTECTED] wrote: John W. Linville wrote: Any chance you could re-diff this to apply on top of the patch posted earlier today by Neil Horman? Sure, but his patch didn't apply to -git8. If Neil would please resend, then I can diff against that. Is OK, I'll

Re: [PATCH]dgrs - Fixes Warnings when CONFIG_ISA and CONFIG_PCI are not enabled

2005-11-05 Thread Andrew Morton
Richard Knutsson [EMAIL PROTECTED] wrote: BTW, can anyone ack or is that up to the maintainers? It's useful info - it shows that someone else took the time to revie the code. BTW #2, why not remove #ifdef CONFIG_PCI on dgrs_cleanup_module() at the same time? Or maybe that should be in a

Fw: [Bugme-new] [Bug 5591] New: KERNEL: assertion (!sk-sk_forward_alloc) failed at net/core/stream.c (279)

2005-11-12 Thread Andrew Morton
Begin forwarded message: Date: Fri, 11 Nov 2005 04:39:23 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5591] New: KERNEL: assertion (!sk-sk_forward_alloc) failed at net/core/stream.c (279) http://bugzilla.kernel.org/show_bug.cgi?id=5591 Summary:

Fw: [2.6.14.2] Debug: sleeping function called from invalid context at mm/slab.c:2459

2005-11-14 Thread Andrew Morton
I think this got fixed, didn't it? If so, should we backport the fix into 2.6.14.x? Begin forwarded message: Date: Mon, 14 Nov 2005 20:30:21 +0100 From: Frank van Maarseveen [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: [2.6.14.2] Debug: sleeping function called from invalid

Fw: AIM7 fails with 2.6.18-rc5-mm1

2006-09-05 Thread Andrew Morton
We think this is a net bug. Begin forwarded message: Date: Mon, 4 Sep 2006 17:02:22 -0700 (PDT) From: Christoph Lameter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org Subject: AIM7 fails with 2.6.18-rc5-mm1 On an 8p Altix. 6 GB Ram AIM Multiuser Benchmark - Suite

Re: [Bugme-new] [Bug 7137] New: modprobe eth modules random loading order

2006-09-09 Thread Andrew Morton
On Sat, 9 Sep 2006 21:37:07 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=7137 Summary: modprobe eth modules random loading order Kernel Version: 2.6.17.x Status: NEW Severity: high Owner: [EMAIL PROTECTED]

Re: [Bugme-new] [Bug 7159] New: No networking on a machine with Ethernet Pro 100 and Realtek 8139

2006-09-14 Thread Andrew Morton
(Switching from bugzilla to email - please retain all Cc's) On Thu, 14 Sep 2006 11:04:03 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=7159 Summary: No networking on a machine with Ethernet Pro 100 and Realtek 8139 Kernel

Re: [PATCH] please include in 2.6.18: e100 disable device on PCI error

2006-09-18 Thread Andrew Morton
is no longer enabled. This is a trivial fix for this problem. Tested. Signed-off-by: Linas Vepstas [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Auke Kok [EMAIL PROTECTED] drivers/net/e100.c |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.18

Re: 2.6.18-rc7-mm1

2006-09-19 Thread Andrew Morton
On Tue, 19 Sep 2006 22:25:21 +0200 Rafael J. Wysocki [EMAIL PROTECTED] wrote: - It took maybe ten hours solid work to get this dogpile vaguely compiling and limping to a login prompt on x86, x86_64 and powerpc. I guess it's worth briefly testing if you're keen. It's not that bad,

Fw: [Bugme-new] [Bug 7179] New: Compilation of .tmp_linux1 fails due to missing declaration in net/netfilter/xt_physdev.c

2006-09-21 Thread Andrew Morton
Methinks CONFIG_NETFILTER_XT_TARGET_CLASSIFY should depend upon CONFIG_BRIDGE_NETFILTER. Because brnf_deferred_hooks is defined in net/bridge/br_netfilter.c and is referred to in net/netfilter/xt_physdev.c. Or something else ;) Begin forwarded message: Date: Thu, 21 Sep 2006 14:41:13 -0700

Re: 2.6.1[78] page allocation failure. order:3, mode:0x20

2006-09-22 Thread Andrew Morton
On Fri, 22 Sep 2006 07:27:18 + (GMT) Holger Kiehl [EMAIL PROTECTED] wrote: I get some of the page allocation failure errors. My hardware is 4 CPU Opteron with one quad + one dual intel e1000 cards. Kernel is plain 2.6.18 and for two cards MTU is set to 9000. Sep 21 21:03:15 athena

Re: [take19 0/4] kevent: Generic event handling mechanism.

2006-09-22 Thread Andrew Morton
On Wed, 20 Sep 2006 13:35:47 +0400 Evgeniy Polyakov [EMAIL PROTECTED] wrote: Generic event handling mechanism. Consider for inclusion. Ulrich's objections sounded substantial, and afaik remain largely unresolved. How do we sort this out? - To unsubscribe from this list: send the line

Re: 2.6.1[78] page allocation failure. order:3, mode:0x20

2006-09-22 Thread Andrew Morton
On Fri, 22 Sep 2006 10:10:36 -0700 Auke Kok [EMAIL PROTECTED] wrote: I wonder if we can't account for NET_IP_ALIGN when selecting bufsize, to get at rid of at least 1 order size before we netdev_alloc_skb. This should make 9k frames only kmalloc(16384) and thus stay within the 16k

Re: [PATCH] Restore the original TX FIFO overflow process.

2006-09-22 Thread Andrew Morton
On Fri, 22 Sep 2006 15:30:01 -0400 Jesse Huang [EMAIL PROTECTED] wrote: #define DRV_NAME sundance -#define DRV_VERSION 1.01+LK1.14 -#define DRV_RELDATE 04-Aug-2006 +#define DRV_VERSION 1.01+LK1.15 +#define DRV_RELDATE 22-Sep-2006 Can we please delete this thing? It's *forever*

Re: 2.6.1[78] page allocation failure. order:3, mode:0x20

2006-09-22 Thread Andrew Morton
On Fri, 22 Sep 2006 22:25:07 -0700 (PDT) David Miller [EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Fri, 22 Sep 2006 21:50:00 -0700 On Fri, 22 Sep 2006 10:10:36 -0700 Auke Kok [EMAIL PROTECTED] wrote: e1000: account for NET_IP_ALIGN when calculating bufsiz

Re: [PATCH] Restore the original TX FIFO overflow process.

2006-09-23 Thread Andrew Morton
On Fri, 22 Sep 2006 15:30:01 -0400 Jesse Huang [EMAIL PROTECTED] wrote: From: Jesse Huang [EMAIL PROTECTED] Change Logs: - Restore the original TX FIFO overflow process. Signed-off-by: Jesse Huang [EMAIL PROTECTED] ... + txthreshold =

Re: 2.6.18 BUG: unable to handle kernel NULL pointer dereference at virtual address 000,0000a

2006-09-24 Thread Andrew Morton
On Sun, 24 Sep 2006 11:11:02 +0200 Christian Weiske [EMAIL PROTECTED] wrote: Andrew, You keep on losing Cc:s. Please preserve them all with care when replying. I have a reproducible BUG on my server that occurs whenever disk usage gets too high / too much swapping occurs (at least I

Fw: [Bugme-new] [Bug 7198] New: balance-alb bonding oops when disconnecting primary slave interface

2006-09-24 Thread Andrew Morton
Begin forwarded message: Date: Sun, 24 Sep 2006 19:58:03 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7198] New: balance-alb bonding oops when disconnecting primary slave interface http://bugzilla.kernel.org/show_bug.cgi?id=7198 Summary:

[patch] neighbour.c, pneigh_get_next() skips published entry

2006-09-25 Thread Andrew Morton
] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- net/core/neighbour.c |6 ++ 1 file changed, 6 insertions(+) diff -puN net/core/neighbour.c~neighbourc-pneigh_get_next-skips-published-entry net/core/neighbour.c --- a/net/core/neighbour.c~neighbourc-pneigh_get_next-skips-published-entry

Re: [patch] neighbour.c, pneigh_get_next() skips published entry

2006-09-25 Thread Andrew Morton
On Mon, 25 Sep 2006 16:47:31 -0700 (PDT) David Miller [EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Mon, 25 Sep 2006 16:45:35 -0700 I've been sitting on this patch because afaik the problem which it purports to fix remains unfixed. Should I drop

Re: 2.6.18-mm1 -- ieee80211: Info elem: parse failed: info_element-len + 2 left : info_element-len+2=28 left=9, id=221.

2006-09-26 Thread Andrew Morton
[added netdev] On Tue, 26 Sep 2006 12:04:40 -0700 Miles Lane [EMAIL PROTECTED] wrote: ieee80211: Info elem: parse failed: info_element-len + 2 left : info_element-len+2=28 left=9, id=221. ieee80211: Info elem: parse failed: info_element-len + 2 left : info_element-len+2=28 left=9, id=221.

e100 changes in git-netdev-all break reboot with netconsole

2006-09-28 Thread Andrew Morton
Enable netconsole-over-e100, and `reboot -f' hangs. Disabling netconsole prevents that from happening. I assume what's happening is that the driver gets shut down and then something tries to do a printk through it, and things hang. For some reason sysrq-B still reboots the machine. - To

Re: [Bugme-new] [Bug 7222] New: sky2 throws a lot of pci express error in 2.6.18-mm2 on amd64

2006-09-28 Thread Andrew Morton
On Thu, 28 Sep 2006 05:10:43 -0700 [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=7222 Summary: sky2 throws a lot of pci express error in 2.6.18-mm2 on amd64 Kernel Version: 2.6.18-mm2 Status: NEW Severity:

Re: 2.6.18-mm2

2006-09-28 Thread Andrew Morton
(please always do reply-to-all) On Thu, 28 Sep 2006 17:50:31 + (UTC) Steve Fox [EMAIL PROTECTED] wrote: On Thu, 28 Sep 2006 01:46:23 -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18/2.6.18-mm2/ Panic on boot. This machine booted 2.6.18

Re: sky2 (was Re: 2.6.18-mm2)

2006-09-28 Thread Andrew Morton
On Thu, 28 Sep 2006 19:07:05 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: Another customer.. Begin forwarded message: Date: Fri, 29 Sep 2006 00:44:01 +0200 From: Matthias Hentges [EMAIL PROTECTED] To: Andrew Morton [EMAIL PROTECTED] Cc: linux-kernel

Re: [PATCH] IPv6/DCCP: Fix memory leak in dccp_v6_do_rcv()

2006-09-29 Thread Andrew Morton
On Fri, 29 Sep 2006 02:45:33 +0200 Jesper Juhl [EMAIL PROTECTED] wrote: Coverity found what looks like a real leak in net/dccp/ipv6.c::dccp_v6_do_rcv() We may leave via the return inside if (sk-sk_state == DCCP_OPEN) { but at that point we may have allocated opt_skb, but we never free it

Re: 2.6.18-mm2 - oops in cache_alloc_refill()

2006-09-29 Thread Andrew Morton
On Fri, 29 Sep 2006 20:01:54 -0400 [EMAIL PROTECTED] wrote: On Fri, 29 Sep 2006 12:45:58 PDT, Andrew Morton said: (Adding a bunch of people to the cc: list now that I have a clue what is going on) I'd expect it's the same bug - slab data structures have gone bad. *bing*! We have

  1   2   3   4   5   6   7   8   9   10   >