Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932384AbVJaAlJ (ORCPT ); Sun, 30 Oct 2005 19:41:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932385AbVJaAlJ (ORCPT ); Sun, 30 Oct 2005 19:41:09 -0500 Received: from xproxy.gmail.com ([66.249.82.196]:41950 "EHLO xproxy.gmail.com") by vger.kernel.org with ESMTP id S932384AbVJaAlI convert rfc822-to-8bit (ORCPT ); Sun, 30 Oct 2005 19:41:08 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dgT+/3w3NsES5P858n3fXH3i5yQyGcUjeohZbHQjJ4e8EvZXjfGLy0wuzVGCmUHWdUDnnbjbcT3g4qpbXv4Us9s26I8KWE7C3An3/S7o+7KCykX3PnNi9kaXgkKlM0u1TrksCdHg5Rzzo1oMdtA6xwLFWR+f3azA+whwFoaYXtA= Message-ID: <38bdcd1f0510301641l3a211e41n3c571a98eef6185e@mail.gmail.com> Date: Mon, 31 Oct 2005 09:41:05 +0900 From: Masanari Iida To: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: oops with USB Storage on 2.6.14 In-Reply-To: <20051030110354.3a9d2a41.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <38bdcd1f0510290511t65bb16cfkfd1e84fb301424f9@mail.gmail.com> <20051030110354.3a9d2a41.akpm@osdl.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2769 Lines: 71 > > Could you please try disabling CONFIG_DEBUG_PAGEALLOC and retest? If that > works OK, it's probably a use-after-free. > Hello Andrew, I did disabled CONFIG_DEBUG_PAGEALLOC and re-tested on 2.6.14-rc1. Now the oops didn't happen when I connect digital camera to the USB. I could mount the camera as USB storage. But oops still happen when I turned the camera power off. (This oops didn't halt my system, BTW) # Unable to handle kernel paging request at virtual address 6b6b6bb3 printing eip: c02b88ca *pde = 00000000 Oops: 0002 [#1] SMP Modules linked in: autofs e100 ipt_LOG ipt_state ip_conntrack ipt_recent iptable_filter ip_tables video rtc CPU: 0 EIP: 0060:[] Not tainted VLI EFLAGS: 00010296 (2.6.14-rc1) EIP is at scsi_remove_device+0x3a/0x50 eax: 00000001 ebx: dee9f478 ecx: 00000000 edx: 6b6b6b6b esi: de6655c4 edi: de6655bc ebp: dfd4fdb4 esp: dfd4fda4 ds: 007b es: 007b ss: 0068 Process khubd (pid: 15, threadinfo=dfd4e000 task=dff1f030) Stack: dee9f478 00000066 dee9f478 de6655c4 dfd4fdcc c02b89a1 dee9f478 de6655c8 de213c98 de6655c4 dfd4fde8 c02b8a16 de213c84 dfd4fde8 00000282 de6655c8 de6655c8 dfd4fe04 c02b7655 de213c98 de6655cc de6655c4 de6656e0 de213a8c Call Trace: [] show_stack+0x7f/0xa0 [] show_registers+0x162/0x1d0 [] die+0xf4/0x1a0 [] do_page_fault+0x31e/0x640 [] error_code+0x4f/0x54 [] __scsi_remove_target+0xc1/0xe0 [] scsi_remove_target+0x26/0x60 [] scsi_forget_host+0x45/0x70 [] scsi_remove_host+0x57/0xa0 [] quiesce_and_remove_host+0x75/0xb0 [] storage_disconnect+0x1d/0x2c [] usb_unbind_interface+0x86/0x90 [] __device_release_driver+0x8b/0x90 [] device_release_driver+0x36/0x50 [] bus_remove_device+0x79/0x90 [] device_del+0x35/0x70 [] usb_disable_device+0xfb/0x130 [] usb_disconnect+0xc6/0x180 [] hub_port_connect_change+0x3cf/0x400 [] hub_events+0x2ce/0x410 [] hub_thread+0x15/0xf0 [] kthread+0xba/0xc0 [] kernel_thread_helper+0x5/0x18 Code: 5d 08 89 75 fc 8b 33 89 44 24 04 c7 04 24 e8 a8 3b c0 e8 9a 14 e6 ff f0 ff 4e 48 0f 88 a8 04 00 00 89 1c 24 e8 38 ff ff ff 8b 13 ff 42 48 0f 8e a1 04 00 00 8b 5d f8 8b 75 fc 89 ec 5d c3 89 If you need some more test, let me know. In that case, please specify which version of kernel you want me to test. Regards, Masanari iida - 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/