Re: 2.6.23-rc4-mm1

2007-09-01 Thread Andrew Morton
Regards, > -Kame. > == cut from here == > > tiny bug fix for pcnet32.c (maybe works well. please confirm.) > > Signed-off-by: KAMEZAWA Hiroyuki <[EMAIL PROTECTED]> > > drivers/net/pcnet32.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: d

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 crypto/sca

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 'pcnet32_netif_st

Re: 2.6.23-rc4-mm1

2007-09-04 Thread Zach Carter
gt; +sky2-use-net_device-internal-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 si

Re: 2.6.23-rc4-mm1

2007-09-04 Thread Stephen Hemminger
On Tue, 4 Sep 2007 10:54:32 -0700 Zach Carter <[EMAIL PROTECTED]> wrote: > > > +ioc3-program-uart-predividers.patch > > +sky2-fe-chip-support.patch > > +sky2-use-debugfs-rename.patch > > +sky2-document-gphy_ctrl-bits.patch > > +sky2-dont-restrict-config-space-access.patch > > +sky2-advanced-error

borkage in 2.6.23-rc4-mm1

2007-08-31 Thread Andrew Morton
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 20:57:56 sony dhclient:

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 l

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 20

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.2

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 "

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 run

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 mach

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-01 Thread thunder7
run: > $ gdb ./vmlinux > > and then: > (gdb) l *nv_napi_poll+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 (driv

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-01 Thread thunder7
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. 2.6.23-rc4-mm1 reproducably dies within seconds > > > of &g

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-

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 > > &

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.

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-07 Thread Kok, Auke
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 slight

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 sema

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-07 Thread Kok, Auke
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 bo

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

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) i

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/

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-09 Thread Kok, Auke
Jiri Slaby wrote: 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/driv

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-09 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

Re: 2.6.23-rc4-mm1: e1000e napi lockup

2007-09-09 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 does

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 OOPS in forcedeth?

2007-09-17 Thread Dhaval Giani
vices/pci:00/:00:01.0/:01:00.0/class > > Pid: 0, comm: swapper Not tainted (2.6.23-rc4-mm1-config2 #2) > EIP: 0060:[] EFLAGS: 00010246 CPU: 0 > EIP is at tcp_rto_min+0xb/0x15 > EAX: 0032 EBX: c4c98b68 ECX: fffe EDX: > ESI: c4c98b68 EDI: c055f600 EBP

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-17 Thread Denis V. Lunev
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 >>

Re: 2.6.23-rc4-mm1 OOPS in forcedeth?

2007-09-17 Thread Vlad Yasevich
that may be related: >>> >>> BUG: unable to handle kernel NULL pointer dereference at virtual address >>> 0025 >>> printing eip: c037d81b *pde = >>> Oops: 0000 [#1] >>> last sysfs file: /devices/pci:00/:00:01.0/:01:00.0/class &

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: [] 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, but m

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: &quo

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

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

Re: 2.6.23-rc4-mm1 net bitops compile error

2007-09-04 Thread Jiri Slaby
Adrian Bunk napsal(a): > 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-rc

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.

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 col

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

2007-09-14 Thread Andrew Morton
y 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 > > > > [ 4590.836342] list_add corruption. prev->next should b

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: > [] 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.: uh-oh, it's "[

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 returne

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 usua

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: sta

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 incl

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