Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 21 Dec 2001 12:09:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 21 Dec 2001 12:09:09 -0500 Received: from 12-224-36-149.client.attbi.com ([12.224.36.149]:8723 "HELO kroah.com") by vger.kernel.org with SMTP id ; Fri, 21 Dec 2001 12:08:55 -0500 Date: Fri, 21 Dec 2001 09:05:11 -0800 From: Greg KH To: linux-kernel@vger.kernel.org Subject: oops in mm/memory.c remap_page_range() in 2.2.20 Message-ID: <20011221090511.A21051@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i X-Operating-System: Linux 2.2.20 (i586) Reply-By: Fri, 23 Nov 2001 14:23:52 -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Running "cvs update" on a 2.2.20 kernel with 16Mb of real memory I got the following oops: Unable to handle kernel NULL pointer dereference at virtual address 00000002 current->tss.cr3 = 00f53000, %cr3 = 00f53000 *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[] Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010296 eax: 00000002 ebx: c0fe4f50 ecx: 00000000 edx: c0229ff8 esi: 00000000 edi: c0fe4f50 ebp: 00000002 esp: c0805f04 ds: 0018 es: 0018 ss: 0018 Process cvs (pid: 21185, process nr: 44, stackpage=c0805000) Stack: c0fe4f50 00000000 c0fe4fcc c011956f 00000002 00000000 c0804000 c0fe4f9c c012247e c0fe4f50 00000000 00000000 c0fe4f50 00000243 c0ebd200 00000000 00000048 c0fe4f50 00000243 00000000 3c2367de 3c2367de 3c2367de 00000006 Call Trace: [] [] [] [] [] [] Code: 8b 4d 00 89 4c 24 10 8b 5d 04 8b 75 08 29 de 8b 55 2c 3b 54 >>EIP; c01194a0 <===== Trace; c011956f Trace; c012247e <__get_free_pages+1e3e/2820> Trace; c012aa62 Trace; c0122ea4 Trace; c01230ea Trace; c01079c4 Code; c01194a0 00000000 <_EIP>: Code; c01194a0 <===== 0: 8b 4d 00 mov 0x0(%ebp),%ecx <===== Code; c01194a3 3: 89 4c 24 10 mov %ecx,0x10(%esp,1) Code; c01194a7 7: 8b 5d 04 mov 0x4(%ebp),%ebx Code; c01194aa a: 8b 75 08 mov 0x8(%ebp),%esi Code; c01194ad d: 29 de sub %ebx,%esi Code; c01194af f: 8b 55 2c mov 0x2c(%ebp),%edx Code; c01194b2 12: 3b 54 00 00 cmp 0x0(%eax,%eax,1),%edx Any suggestions? thanks, greg k-h - 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/