Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750793AbWINLLw (ORCPT ); Thu, 14 Sep 2006 07:11:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751054AbWINLLv (ORCPT ); Thu, 14 Sep 2006 07:11:51 -0400 Received: from wx-out-0506.google.com ([66.249.82.230]:34081 "EHLO wx-out-0506.google.com") by vger.kernel.org with ESMTP id S1750793AbWINLLv (ORCPT ); Thu, 14 Sep 2006 07:11:51 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZOEmkz6PS24KnAD1QIsrSI682NbmzZ3qcQRmDcjYztPbFd/52oUsfY/4uAug6T0eRiI+rONkI/MXKylH9edYspIZm+tGZANzSXvPVxWVjsxRDzlu2PX1YNzSF7tZ6m8X1/HHf0lBXzjKu3cTcyuCU59nxwLQj6ih4yrs4GJ50Xo= Message-ID: <6bffcb0e0609140411j46c20757r6eced82b53266e0f@mail.gmail.com> Date: Thu, 14 Sep 2006 13:11:49 +0200 From: "Michal Piotrowski" To: "Andrew Morton" Subject: Re: 2.6.18-rc6-mm2 Cc: linux-kernel@vger.kernel.org, "Greg KH" In-Reply-To: <20060912000618.a2e2afc0.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060912000618.a2e2afc0.akpm@osdl.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3379 Lines: 92 On 12/09/06, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc6/2.6.18-rc6-mm2/ > Kernel 2.6.18-rc6-mm2 - xfs-rename-uio_read.patch Built with gcc 3.4 Reading specs from /usr/local/bin/../lib/gcc/i686-pc-linux-gnu/3.4.6/specs Configured with: ./configure --prefix=/usr/local/ --disable-nls --enable-shared --enable-languages=c --program-suffix=-3.4 Thread model: posix gcc version 3.4.6 ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17 BUG: unable to handle kernel paging request at virtual address 5a5a5aaa usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found printing eip: c01f596a *pde = 00000000 Oops: 0000 [#1] 4K_STACKS PREEMPT SMP last sysfs file: Modules linked in: CPU: 0 EIP: 0060:[] Not tainted VLI EFLAGS: 00010202 (2.6.18-rc6-mm2 #122) EIP is at kref_get+0x7/0x55 eax: 5a5a5aaa ebx: 5a5a5aaa ecx: c75cfe54 edx: c75cfe54 esi: c033152f edi: c75cfe5e ebp: c755be20 esp: c755be18 ds: 007b es: 007b ss: 0068 Process usb-probe-] kobject_get+0x12/0x17 [] sysfs_add_link+0x5f/0xa3 [] sysfs_create_link+0x73/0x8c [] device_add_class_symlinks+0x2f/0x111 [] device_add+0x181/0x2ea [] device_register+0x12/0x15 [] usb_create_ep_files+0xaf/0x146 [] usb_create_sysfs_dev_files+0x80/0xbb [] generic_probe+0xc/0x55 [] usb_probe_device+0x35/0x3b [] really_probe+0x3a/0xbb [] driver_probe_device+0x99/0xa5 [] __device_attach+0x8/0xa [] bus_for_each_drv+0x38/0x5d [] device_attach+0x50/0x67 [] bus_attach_device+0x1a/0x35 [] device_add+0x1eb/0x2ea [] __usb_new_device+0x102/0x134 [] kthread+0x79/0xa1 [] kernel_thread_helper+0x7/0x10 ======================= Code: 40 89 06 3b 45 18 5e 7f 04 ff 07 31 db 8d 65 f4 89 d8 5b 5e 5f 5d c3 90 90 55 c7 00 01 00 00 00 89 e5 5d c3 55 89 e5 56 53 89 c3 <8b> 00 85 c0 0f 94 c0 0f b6 f0 b8 38 b9 38 c0 89 f2 e8 f4 0f 01 Sep 14 12:58:09 euridica kernel: EIP: [] kref_get+0x7/0x55 SS:ESP 0068:c755be18 Sep 14 12:58:09 euridica kernel: <7>PCI: Setting latency timer of device 0000:00:1d.2 to 64 l *0xc01f596a 0xc01f596a is in kref_get (/usr/src/linux-mm/lib/kref.c:32). 27 * kref_get - increment refcount for object. 28 * @kref: object. 29 */ 30 void kref_get(struct kref *kref) 31 { 32 WARN_ON(!atomic_read(&kref->refcount)); 33 atomic_inc(&kref->refcount); 34 } 35 36 /** http://www.stardust.webpages.pl/files/mm/2.6.18-rc6-mm2/mm-config1 Regards, Michal -- Michal K. K. Piotrowski LTG - Linux Testers Group (http://www.stardust.webpages.pl/ltg/) - 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/