From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.suse.de (ns.suse.de [195.135.220.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx1.suse.de", Issuer "CAcert Class 3 Root" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 52C79DDDFD for ; Thu, 2 Aug 2007 02:36:51 +1000 (EST) Date: Wed, 1 Aug 2007 09:36:04 -0700 From: Greg KH To: Mariusz Kozlowski Subject: Re: 2.6.23-rc1-mm2 Message-ID: <20070801163604.GC27879@suse.de> References: <20070731230932.a9459617.akpm@linux-foundation.org> <200708011002.30962.m.kozlowski@tuxland.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200708011002.30962.m.kozlowski@tuxland.pl> Cc: linuxppc-dev@ozlabs.org, Andrew Morton , paulus@samba.org, linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 01, 2007 at 10:02:30AM +0200, Mariusz Kozlowski wrote: > Then reattaching a usb mouse caused this (only once) > > usb 2-1: USB disconnect, address 2 > BUG: atomic counter underflow at: > [] show_trace_log_lvl+0x1a/0x30 > [] show_trace+0x12/0x14 > [] dump_stack+0x15/0x17 > [] __free_pages+0x50/0x52 > [] free_pages+0x1f/0x21 > [] dma_free_coherent+0x43/0x9c > [] hcd_buffer_free+0x43/0x6a > [] usb_buffer_free+0x23/0x29 > [] hid_free_buffers+0x23/0x71 > [] hid_disconnect+0xb0/0xc8 > [] usb_unbind_interface+0x30/0x72 > [] __device_release_driver+0x6a/0x92 > [] device_release_driver+0x20/0x36 > [] bus_remove_device+0x62/0x85 > [] device_del+0x16d/0x27c > [] usb_disable_device+0x7a/0xe2 > [] usb_disconnect+0x94/0xde > [] hub_thread+0x2fe/0xc1b > [] kthread+0x36/0x58 > [] kernel_thread_helper+0x7/0x14 > ======================= > uhci_hcd 0000:00:0c.0: dma_pool_free buffer-32, 6b6b6b6b/6b6b6b6b (bad dma) > > Every new try shows: > > usb 2-1: new low speed USB device using uhci_hcd and address 3 > usb 2-1: new device found, idVendor=046d, idProduct=c00e > usb 2-1: new device strings: Mfr=1, Product=2, SerialNumber=0 > usb 2-1: Product: USB-PS/2 Optical Mouse > usb 2-1: Manufacturer: Logitech > usb 2-1: configuration #1 chosen from 1 choice > input: Logitech USB-PS/2 Optical Mouse as /class/input/input9 > input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:0c.0-1 > usb 2-1: USB disconnect, address 3 > uhci_hcd 0000:00:0c.0: dma_pool_free buffer-32, 6b6b6b6b/6b6b6b6b (bad dma) > > But mouse works ok. Can you see if the patch posted by Jiri fixes this or not? thanks, greg k-h