Re: [2.6.23-rc4-mm1][Bug] kernel BUG at include/linux/netdevice.h:339!

2007-09-20 Thread Kamalesh Babulal
Andrew Morton wrote: On Mon, 17 Sep 2007 17:46:38 +0530 Kamalesh Babulal [EMAIL PROTECTED] wrote: Kernel Bug is hit with 2.6.23-rc4-mm1 kernel on ppc64 machine. kernel BUG at include/linux/netdevice.h:339! (please cc netdev@vger.kernel.org on networking-related matters) You

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-17 Thread Dhaval Giani
/:01:00.0/class Pid: 0, comm: swapper Not tainted (2.6.23-rc4-mm1-config2 #2) EIP: 0060:[c037d81b] EFLAGS: 00010246 CPU: 0 EIP is at tcp_rto_min+0xb/0x15 EAX: 0032 EBX: c4c98b68 ECX: fffe EDX: ESI: c4c98b68 EDI: c055f600 EBP: c4432e40 ESP: c0596dec DS: 007b ES: 007b FS

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-17 Thread Denis V. Lunev
be related: BUG: unable to handle kernel NULL pointer dereference at virtual address 0025 printing eip: c037d81b *pde = Oops: [#1] last sysfs file: /devices/pci:00/:00:01.0/:01:00.0/class Pid: 0, comm: swapper Not tainted (2.6.23-rc4-mm1-config2 #2) EIP: 0060

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-17 Thread Vlad Yasevich
printing eip: c037d81b *pde = Oops: [#1] last sysfs file: /devices/pci:00/:00:01.0/:01:00.0/class Pid: 0, comm: swapper Not tainted (2.6.23-rc4-mm1-config2 #2) EIP: 0060:[c037d81b] EFLAGS: 00010246 CPU: 0 EIP is at tcp_rto_min+0xb/0x15 EAX: 0032 EBX: c4c98b68 ECX

Re: [2.6.23-rc4-mm1][Bug] kernel BUG at include/linux/netdevice.h:339!

2007-09-17 Thread Andrew Morton
On Mon, 17 Sep 2007 17:46:38 +0530 Kamalesh Babulal [EMAIL PROTECTED] wrote: Kernel Bug is hit with 2.6.23-rc4-mm1 kernel on ppc64 machine. kernel BUG at include/linux/netdevice.h:339! (please cc netdev@vger.kernel.org on networking-related matters) You died here: static inline void

Re: [2.6.23-rc4-mm1][Bug] kernel BUG at include/linux/netdevice.h:339!

2007-09-17 Thread David Miller
From: Andrew Morton [EMAIL PROTECTED] Date: Mon, 17 Sep 2007 14:16:22 -0700 On Mon, 17 Sep 2007 17:46:38 +0530 Kamalesh Babulal [EMAIL PROTECTED] wrote: Kernel Bug is hit with 2.6.23-rc4-mm1 kernel on ppc64 machine. kernel BUG at include/linux/netdevice.h:339! (please cc netdev

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-17 Thread Satyam Sharma
On Mon, 17 Sep 2007, Denis V. Lunev wrote: Dhaval Giani wrote: On Thu, Sep 13, 2007 at 11:51:33PM -0400, Andrew James Wade wrote: EIP: [c037d81b] tcp_rto_min+0xb/0x15 SS:ESP 0068:c0596dec As Vlad Yasevich mentioned, this one is already fixed in 23-rc6. The forcedeth oops is unrelated,

Re: 2.6.23-rc4-mm1 list_add corruption in networking code

2007-09-14 Thread Randy Dunlap
[adding netdev] On Fri, 14 Sep 2007 10:08:03 -0400 Mathieu Desnoyers wrote: Hi Andrew, My P4 is crashing about once a day, started with 2.6.23-rc4-mm1, with errors that seems related to network code. Here is the latest BUG: (sorry, my console log cuts it at 80 cols) Mathieu

Re: 2.6.23-rc4-mm1 list_add corruption in networking code

2007-09-14 Thread Andrew Morton
with 2.6.23-rc4-mm1, with errors that seems related to network code. Here is the latest BUG: (sorry, my console log cuts it at 80 cols) Mathieu [ 4590.836342] list_add corruption. prev-next should be next (c1df4a10), but w [ 4590.864914] [ cut here

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-13 Thread Andrew James Wade
I have an Oops that may be related: BUG: unable to handle kernel NULL pointer dereference at virtual address 0025 printing eip: c037d81b *pde = Oops: [#1] last sysfs file: /devices/pci:00/:00:01.0/:01:00.0/class Pid: 0, comm: swapper Not tainted (2.6.23-rc4-mm1

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-10 Thread Jiri Slaby
Kok, Auke napsal(a): Jiri Slaby wrote: I still have problems with the driver. When I do `ip link set eth0 up', ksoftirq runs with 100 % cpu time, so I think you endlessly re-schedule some timer (or the new napi layer?) something changed in the logic and e1000e apparently does something

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-10 Thread Kok, Auke
Jiri Slaby wrote: Kok, Auke napsal(a): Jiri Slaby wrote: I still have problems with the driver. When I do `ip link set eth0 up', ksoftirq runs with 100 % cpu time, so I think you endlessly re-schedule some timer (or the new napi layer?) something changed in the logic and e1000e apparently

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-09 Thread Jiri Slaby
On 09/07/2007 09:19 AM, Jiri Slaby wrote: Hi, I found a regression in 2.6.23-rc4-mm1 (since -rc3-mm1) in e1000e driver. napi_disable(adapter-napi) in e1000_probe freezes the kernel on boot. Ok, after these changes: diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-07 Thread David Miller
From: Jiri Slaby [EMAIL PROTECTED] Date: Fri, 07 Sep 2007 09:19:30 +0200 I found a regression in 2.6.23-rc4-mm1 (since -rc3-mm1) in e1000e driver. napi_disable(adapter-napi) in e1000_probe freezes the kernel on boot. Yes, the semantics changed slightly in the net-2.6.24 tree the other week

2.6.23-rc4-mm1: e1000e napi lockup

2007-09-07 Thread Jiri Slaby
Hi, I found a regression in 2.6.23-rc4-mm1 (since -rc3-mm1) in e1000e driver. napi_disable(adapter-napi) in e1000_probe freezes the kernel on boot. regards, -- Jiri Slaby ([EMAIL PROTECTED]) Faculty of Informatics, Masaryk University - To unsubscribe from this list: send the line unsubscribe

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-07 Thread Jeff Garzik
Kok, Auke wrote: David Miller wrote: From: Jiri Slaby [EMAIL PROTECTED] Date: Fri, 07 Sep 2007 09:19:30 +0200 I found a regression in 2.6.23-rc4-mm1 (since -rc3-mm1) in e1000e driver. napi_disable(adapter-napi) in e1000_probe freezes the kernel on boot. Yes, the semantics changed slightly

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-07 Thread Jeff Garzik
Kok, Auke wrote: Jeff Garzik wrote: Kok, Auke wrote: David Miller wrote: From: Jiri Slaby [EMAIL PROTECTED] Date: Fri, 07 Sep 2007 09:19:30 +0200 I found a regression in 2.6.23-rc4-mm1 (since -rc3-mm1) in e1000e driver. napi_disable(adapter-napi) in e1000_probe freezes the kernel on boot

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-07 Thread Kok, Auke
Jeff Garzik wrote: Kok, Auke wrote: Jeff Garzik wrote: Kok, Auke wrote: David Miller wrote: From: Jiri Slaby [EMAIL PROTECTED] Date: Fri, 07 Sep 2007 09:19:30 +0200 I found a regression in 2.6.23-rc4-mm1 (since -rc3-mm1) in e1000e driver. napi_disable(adapter-napi) in e1000_probe freezes

Re: 2.6.23-rc4-mm1 build error, pcnet32 on x86_64

2007-09-06 Thread Adrian Bunk
Already reported in an answer to the 2.6.23-rc4-mm1 announcement on linux-kernel [1]. cu Adrian [1] http://lkml.org/lkml/2007/9/1/18 -- Is there not promise of rain? Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. Only a promise

Re: 2.6.23-rc4-mm1

2007-09-04 Thread Zach Carter
-stats.patch +ktime_sub_ns-analog-of-ktime_add_ns.patch +export-reciprocal_value-for-modules.patch +sky2-hardware-receive-timestamp-counter.patch +sky2-avoid-divide-in-receive-path.patch +sky2-118.patch Folks, I've got these messages since installing 2.6.23-rc4-mm1: sky2 :07:00.0: error

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-02 Thread thunder7
-rc4-mm1/ On this machine (Athlon 64 X2 4600, 4 GiB memory, lots of disks), 2.6.23-rc1-mm2 runs fine. 2.6.23-rc4-mm1 reproducably dies within seconds of starting a rsync session on another PC against this machine. NULL pointer dereference code: nv_napi_poll+0x108

2.6.23-rc4-mm1 net bitops compile error

2007-09-02 Thread Adrian Bunk
defconfig fails with the following error on parisc: -- snip -- ... CC net/core/gen_estimator.o In file included from include2/asm/bitops.h:111, from /home/bunk/linux/kernel-2.6/linux-2.6.23-rc4-mm1/net/core/gen_estimator.c:18: /home/bunk/linux/kernel-2.6/linux-2.6.23

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-02 Thread Satyam Sharma
On Sun, 2 Sep 2007, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: On this machine (Athlon 64 X2 4600, 4 GiB memory, lots of disks), 2.6.23-rc1-mm2 runs fine. 2.6.23-rc4-mm1 reproducably dies within seconds of starting a rsync session on another PC against

Re: 2.6.23-rc4-mm1: unpingable box and NULL dereference at tcp_rto_min()

2007-09-02 Thread Andrew Morton
On Sun, 2 Sep 2007 06:36:19 +0400 Alexey Dobriyan [EMAIL PROTECTED] wrote: On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ - dynticks-for-x86_64 has returned Good news is that, contary

Re: 2.6.23-rc4-mm1: unpingable box and NULL dereference at tcp_rto_min()

2007-09-02 Thread Alexey Dobriyan
On Sun, Sep 02, 2007 at 01:52:45PM -0700, Andrew Morton wrote: On Sun, 2 Sep 2007 06:36:19 +0400 Alexey Dobriyan [EMAIL PROTECTED] wrote: The bad news is something knocked off box from the net, then panicked it: Yeah, the net tree has been quite bad lately. Unusually bad - it's usually

Re: 2.6.23-rc4-mm1

2007-09-01 Thread Andrew Morton
file changed, 1 insertion(+), 1 deletion(-) Index: devel-2.6.23-rc4-mm1/drivers/net/pcnet32.c === --- devel-2.6.23-rc4-mm1.orig/drivers/net/pcnet32.c +++ devel-2.6.23-rc4-mm1/drivers/net/pcnet32.c @@ -2619,7 +2619,7

Re: 2.6.23-rc4-mm1

2007-09-01 Thread Herbert Xu
On Fri, Aug 31, 2007 at 11:58:15PM -0700, Andrew Morton wrote: crypto/built-in.o: In function `update2': digest.c:(.text+0x94a): undefined reference to `crypto_km_types' digest.c:(.text+0x9bf): undefined reference to `crypto_km_types' digest.c (CONFIG_CRYPTO) uses

Re: borkage in 2.6.23-rc4-mm1

2007-09-01 Thread Johannes Berg
On Fri, 2007-08-31 at 21:16 -0700, Andrew Morton wrote: Am seeing random crap like this: Aug 31 20:58:07 sony kernel: ipw2200: Firmware error detected. Restarting. Aug 31 21:01:31 sony kernel: ipw2200: Firmware error detected. Restarting. when trying to use ssh on the current rc4-mm1

Re: borkage in 2.6.23-rc4-mm1

2007-09-01 Thread Jeff Garzik
Andrew Morton wrote: Am seeing random crap like this: Aug 31 20:57:46 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67 Aug 31 20:57:51 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67 Aug 31 20:57:56 sony dhclient: dhclient(4537) is already running - exiting. Aug 31

Re: 2.6.23-rc4-mm1

2007-09-01 Thread Kamalesh Babulal
Andrew Morton wrote: On Sat, 1 Sep 2007 15:53:53 +0900 KAMEZAWA Hiroyuki [EMAIL PROTECTED] wrote: I met 2 troubles while I compiled rc4-mm1 on x86/UP system, One on pcnet32.c (patch is attaced below). One on crypto CONFIG. == compile log == drivers/net/pcnet32.c: In function

Re: borkage in 2.6.23-rc4-mm1

2007-09-01 Thread John W. Linville
On Sat, Sep 01, 2007 at 05:47:23AM -0400, Jeff Garzik wrote: Andrew Morton wrote: Aug 31 20:58:07 sony kernel: ipw2200: Firmware error detected. Restarting. I see this on my Sony Vaio with older, non-mm kernels too. Incredibly frustrating, as it seems to be related to the phase of the

Re: borkage in 2.6.23-rc4-mm1

2007-09-01 Thread Andrew Morton
On Sat, 01 Sep 2007 05:47:23 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: Am seeing random crap like this: Aug 31 20:57:46 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67 Aug 31 20:57:51 sony dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-01 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Fri, Aug 31, 2007 at 09:58:22PM -0700 ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ On this machine (Athlon 64 X2 4600, 4 GiB memory, lots of disks), 2.6.23-rc1-mm2 runs fine

Re: 2.6.23-rc4-mm1 no CRC MODPOST warnings

2007-09-01 Thread Satyam Sharma
On Fri, 31 Aug 2007, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ Got these on an i386 build with CONFIG_MODVERSIONS=y ... WARNING: div64_64 [net/netfilter/xt_connbytes.ko] has no CRC! WARNING: div64_64 [net/ipv4/tcp_cubic.ko

Re: 2.6.23-rc4-mm1 no CRC MODPOST warnings

2007-09-01 Thread Adrian Bunk
On Sun, Sep 02, 2007 at 03:36:08AM +0530, Satyam Sharma wrote: On Fri, 31 Aug 2007, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ Got these on an i386 build with CONFIG_MODVERSIONS=y ... WARNING: div64_64 [net

Re: 2.6.23-rc4-mm1 no CRC MODPOST warnings

2007-09-01 Thread Sam Ravnborg
On Sun, Sep 02, 2007 at 03:36:08AM +0530, Satyam Sharma wrote: On Fri, 31 Aug 2007, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ Got these on an i386 build with CONFIG_MODVERSIONS=y ... WARNING: div64_64 [net

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-01 Thread Satyam Sharma
Hi Jurriaan, [EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Fri, Aug 31, 2007 at 09:58:22PM -0700 ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ On this machine (Athlon 64 X2 4600, 4 GiB memory, lots of disks

Re: 2.6.23-rc4-mm1: unpingable box and NULL dereference at tcp_rto_min()

2007-09-01 Thread Satyam Sharma
On Sun, 2 Sep 2007, Alexey Dobriyan wrote: Unable to handle kernel NULL pointer dereference at 0039 RIP: [803b6f7c] tcp_rto_min+0xc/0x20 tcp_rto_min() lacks a check-for-NULL. You want 5c127c58ae9bf196 from the net-2.6.git tree -- so this will be gone in -rc6. P.S.:

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-01 Thread thunder7
+0x108 and send us the output? That seems to be the easier option: AMD64 :gdb /usr/src/linux-2.6.23-rc4-mm1/vmlinux GNU gdb 6.6-debian (gdb) l *nv_napi_poll+0x108 0x80418f28 is in nv_napi_poll (drivers/net/forcedeth.c:2470). 2465if ((flags NV_RX2_CHECKSUMMASK