From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 28 Apr 2011 06:21:19 -0700 From: Greg KH To: Andrej Podzimek , linux-bluetooth@vger.kernel.org, stable@kernel.org Subject: Re: btusb not working in 2.6.38.4 Message-ID: <20110428132119.GA4438@kroah.com> References: <4DB8A51A.8080608@podzimek.org> <20110428051124.GC2214@joana> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20110428051124.GC2214@joana> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Thu, Apr 28, 2011 at 02:11:24AM -0300, Gustavo F. Padovan wrote: > Hi Andrej, > > * Andrej Podzimek [2011-04-28 01:22:02 +0200]: > > > Hello, > > > > after a recent kernel update on Arch Linux (2.6.38.4), I can see the following problem in dmesg: > > > > ------------[ cut here ]------------ > > WARNING: at lib/kobject.c:595 kobject_put+0x40/0x50() > > Hardware name: To Be Filled By O.E.M. > > kobject: '(null)' (ffff88023f60d5a0): is not initialized, yet kobject_put() is being called. > > Modules linked in: btusb(+) bluetooth rfkill usbhid hid button i2c_i801 i2c_core r8169 mii iTCO_wdt iTCO_vendor_support psmouse sg serio_raw evdev pcspkr ip_tables ip6_tables x_tables tpm_tis tpm tpm_bios w83627ehf hwmon_vid coretemp ext4 mbcache jbd2 crc16 dm_mod usb_storage raid456 async_raid6_recov async_pq raid6_pq async_xor xor async_memcpy async_tx md_mod uhci_hcd xhci_hcd ehci_hcd usbcore sd_mod crc_t10dif ahci libahci libata scsi_mod cpufreq_ondemand acpi_cpufreq freq_table processor mperf i7core_edac edac_core > > Pid: 1820, comm: modprobe Not tainted 2.6.38-ARCH #1 > > Call Trace: > > [] ? warn_slowpath_common+0x7b/0xc0 > > [] ? warn_slowpath_fmt+0x45/0x50 > > [] ? skb_dequeue+0x5f/0x80 > > [] ? kobject_put+0x40/0x50 > > [] ? btusb_probe+0x57c/0x5e0 [btusb] > > [] ? usb_probe_interface+0xe5/0x1e0 [usbcore] > > [] ? driver_probe_device+0x6f/0x190 > > [] ? __driver_attach+0x93/0xa0 > > [] ? __driver_attach+0x0/0xa0 > > [] ? bus_for_each_dev+0x53/0x80 > > [] ? bus_add_driver+0x188/0x260 > > [] ? driver_register+0x6a/0x130 > > [] ? usb_register_driver+0x8a/0x180 [usbcore] > > [] ? btusb_init+0x0/0x1000 [btusb] > > [] ? do_one_initcall+0x3c/0x170 > > [] ? sys_init_module+0xda/0x230 > > [] ? system_call_fastpath+0x16/0x1b > > ---[ end trace 9c4648061ddb0b67 ]--- > > > > Presumably, Bluetooth does not seem to work at all (i.e., hciconfig -a does not output anything). > > > > The output from lsusb -v relevant to the specific device is attached. > > > > The device worked 100% flawlessly with 2.6.38.3. I had an a2dp headset and a mouse paired with it, both of which worked perfectly fine in parallel. > > The only Bluetooth change in 2.6.38.4 is: https://lkml.org/lkml/2011/4/19/406 > However I don't think this patch is causing this issue. Do you care to patch -R it > and test? > If the problem is somewhere else we have to go with a bisect, there are only > 70 patches, so it shouldn't take to long. > > Greg, any idea on that? Are there similar reports of warnings for 2.6.38.4? No, I have not seen any reported warnings like this. A 'git bisect' should be quick to do to find the offending patch. thanks, greg k-h