Return-Path: MIME-Version: 1.0 Date: Mon, 21 Sep 2009 20:47:57 -0700 Message-ID: Subject: [ 14.123127] BUG: spinlock bad magic on CPU#0, swapper/0 From: Justin Mattock To: Linux Kernel Mailing List , linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: I'm just trying to get the dam* bluetooth mighty mouse to work. anyways the system barfed up this: (FWIW: had bluez installed at-least an hour without this showing up, as soon as I installed libusb this showed up) [ 13.607016] type=1400 audit(1253565686.600:3): avc: denied { execmem } for pid=1759 comm="python" scontext=system_u:system_r:kernel_t tcontext=system_u:system_r:kernel_t tclass=process [ 14.123127] BUG: spinlock bad magic on CPU#0, swapper/0 [ 14.123322] lock: ffff88002ad28430, .magic: 00000000, .owner: /-1, .owner_cpu: 0 [ 14.123598] Pid: 0, comm: swapper Not tainted 2.6.31-05767-gdf58bee #4 [ 14.123784] Call Trace: [ 14.123965] [] spin_bug+0x9c/0xa3 [ 14.124256] [] _raw_spin_lock+0x29/0x13c [ 14.124446] [] _spin_lock_irqsave+0x1f/0x26 [ 14.124637] [] skb_dequeue+0x1c/0x6b [ 14.124839] [] ? uhci_urb_enqueue+0x83a/0x853 [uhci_hcd] [ 14.125029] [] skb_queue_purge+0x1e/0x28 [ 14.125224] [] l2cap_recv_frame+0x118d/0x20f4 [l2cap] [ 14.125417] [] ? __slab_free+0x2b3/0x2f9 [ 14.125617] [] ? hci_event_packet+0x2984/0x299f [bluetooth] [ 14.125892] [] ? __kfree_skb+0x78/0x7c [ 14.126079] [] ? kfree_skb+0x65/0x6d [ 14.126276] [] ? hci_event_packet+0x2984/0x299f [bluetooth] [ 14.126552] [] ? usb_submit_urb+0x217/0x22e [ 14.126745] [] ? btusb_bulk_complete+0x9f/0xd6 [btusb] [ 14.126935] [] ? _spin_lock+0x9/0xb [ 14.127126] [] ? uhci_giveback_urb+0x124/0x1a5 [uhci_hcd] [ 14.127322] [] l2cap_recv_acldata+0xc5/0x233 [l2cap] [ 14.127526] [] hci_rx_task+0x155/0x253 [bluetooth] [ 14.127718] [] tasklet_action+0x80/0xdf [ 14.127906] [] __do_softirq+0xe0/0x1a1 [ 14.128099] [] call_softirq+0x1c/0x28 [ 14.128288] [] do_softirq+0x41/0x81 [ 14.128480] [] irq_exit+0x36/0x78 [ 14.128671] [] do_IRQ+0xa0/0xb7 [ 14.128860] [] ret_from_intr+0x0/0x11 [ 14.129043] [] ? acpi_idle_enter_bm+0x2d7/0x30b [processor] [ 14.129432] [] ? acpi_idle_enter_bm+0x2d0/0x30b [processor] [ 14.129709] [] ? cpuidle_idle_call+0x88/0xbf [ 14.129899] [] ? cpu_idle+0x58/0x93 [ 14.130086] [] ? rest_init+0x61/0x63 [ 14.130276] [] ? start_kernel+0x361/0x36c [ 14.130466] [] ? x86_64_start_reservations+0xac/0xb0 [ 14.130656] [] ? x86_64_start_kernel+0xf8/0x107 [ 14.642763] applesmc: light sensor data length set to 6 I can try and do a git bisect, but might not be right now. -- Justin P. Mattock