Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265253AbUAOXmy (ORCPT ); Thu, 15 Jan 2004 18:42:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265254AbUAOXmx (ORCPT ); Thu, 15 Jan 2004 18:42:53 -0500 Received: from intra.cyclades.com ([64.186.161.6]:53134 "EHLO intra.cyclades.com") by vger.kernel.org with ESMTP id S265253AbUAOXmp (ORCPT ); Thu, 15 Jan 2004 18:42:45 -0500 Date: Thu, 15 Jan 2004 21:23:31 -0200 (BRST) From: Marcelo Tosatti X-X-Sender: marcelo@logos.cnet To: "David S. Miller" Cc: Marcelo Tosatti , linux-kernel@vger.kernel.org, sim@netnation.com, dwmw2@infradead.org, viro@parcelfarce.linux.theplanet.co.uk Subject: Re: Linux 2.4.25-pre5 In-Reply-To: <20040115145519.79beddc3.davem@redhat.com> Message-ID: References: <20040115145519.79beddc3.davem@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Cyclades-MailScanner-Information: Please contact the ISP for more information X-Cyclades-MailScanner: Found to be clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3690 Lines: 109 On Thu, 15 Jan 2004, David S. Miller wrote: > On Thu, 15 Jan 2004 18:19:40 -0200 (BRST) > Marcelo Tosatti wrote: > > > Here is -pre5. > > If this is anything like the current 2.4.x BK tree, people will need this > in order to get a successful build: > > --- Makefile.~1~ Thu Jan 15 12:13:10 2004 > +++ Makefile Thu Jan 15 12:13:12 2004 > @@ -1,6 +1,6 @@ > VERSION = 2 > PATCHLEVEL = 4 > -UBLEVEL = 25 > +SUBLEVEL = 25 > EXTRAVERSION = -pre5 > > KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) I forgot to "bk push" (I never forget, you know). Sir Woodhouse, I just managed to crash a SMP box running dbench. I guess this is related to your deadlock fix? Unable to handle kernel NULL pointer dereference at virtual address 00000000 c011a673 *pde = 1efe0001 Oops: 0000 CPU: 6 EIP: 0010:[] Not tainted Using defaults from ksymoops -t elf32-i386-a i386 EFLAGS: 00010097 eax: ec4f81d4 ebx: df0f7dd0 ecx: 00000000 edx: 00000003 esi: cd09a1a0 edi: ec4f81d0 ebp: defe3e30 esp: defe3e18 ds: 0018 es: 0018 ss: 0018 Process sh (pid: 2325, stackpage=defe3000) Stack: 00000001 00000282 00000003 ec4f8120 cd09a1a0 cd09e800 f6ef1002 c0163e24 ec4f8120 ec4f8120 defd9990 00000001 42132674 f5d426e0 cd09a1a0f6efb483 cd09a1f3 c0166010 cd09e800 00001002 cd09a1a0 ffffffea 00000000 cd09c440 Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] Code: 8b 01 85 45 f0 74 69 31 d2 9c 5e fa f0 fe 0d 80 7c 3a c0 0f >>EIP; c011a673 <__wake_up+33/c0> <===== Trace; c0163e24 Trace; c0166010 Trace; c015620b Trace; c016400e Trace; c014c3a3 Trace; c014ccdf Trace; c014d16b Trace; c014d66d Trace; c0140ea4 Trace; c014c02f Trace; c01411f4 Trace; c0108c83 Code; c011a673 <__wake_up+33/c0> 00000000 <_EIP>: Code; c011a673 <__wake_up+33/c0> <===== 0: 8b 01 mov (%ecx),%eax <===== Code; c011a675 <__wake_up+35/c0> 2: 85 45 f0 test %eax,0xfffffff0(%ebp) Code; c011a678 <__wake_up+38/c0> 5: 74 69 je 70 <_EIP+0x70> c011a6e3 <__wake_up+a3/c0> Code; c011a67a <__wake_up+3a/c0> 7: 31 d2 xor %edx,%edx Code; c011a67c <__wake_up+3c/c0> 9: 9c pushf Code; c011a67d <__wake_up+3d/c0> a: 5e pop %esi Code; c011a67e <__wake_up+3e/c0> b: fa cli Code; c011a67f <__wake_up+3f/c0> c: f0 fe 0d 80 7c 3a c0 lock decb 0xc03a7c80 Code; c011a686 <__wake_up+46/c0> 13: 0f 00 00 sldtl (%eax) proc_get_inode() does not call __wake_up(), so I'm wondering whats going on here. 0xc0163e17 : mov 0x20(%edi),%eax 0xc0163e1a : push %ebx 0xc0163e1b : call *0x8(%eax) 0xc0163e1e : push %ebx 0xc0163e1f : call 0xc01584c0 ****> 0xc0163e24 : pop %edi 0xc0163e25 : pop %eax 0xc0163e26 : test %ebx,%ebx - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/