From: Greg KH <greg@kroah.com>
To: Colin Ian King <colin.king@canonical.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Bluetooth USB: fix kernel panic during suspend - 2.6.24
Date: Fri, 13 Feb 2009 11:09:53 -0800 [thread overview]
Message-ID: <20090213190953.GA958@kroah.com> (raw)
In-Reply-To: <1234518585.6647.26.camel@ubuntu>
On Fri, Feb 13, 2009 at 09:49:45AM +0000, Colin Ian King wrote:
>
> The kernel panics when hci_usb_tx_complete() calls _urb_unlink()
> on an _urb which has been previously been removed from a list.
> This occurs during suspend while audio is being streamed to
> a bluetooth headset.
>
> The panic occurs because hci_usb_suspend() dequeues _urb
> and then calls usb_kill_urb() - instead it should put _urb on
> the killed list first before killing the urb.
>
> Also added a spin_lock around the list_add operation.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Is this still an issue on a supported-by-the-community kernel (.27, .28,
.29)?
thanks,
greg k-h
next prev parent reply other threads:[~2009-02-13 21:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-13 9:49 [PATCH] Bluetooth USB: fix kernel panic during suspend - 2.6.24 Colin Ian King
2009-02-13 19:09 ` Greg KH [this message]
2009-02-14 12:53 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090213190953.GA958@kroah.com \
--to=greg@kroah.com \
--cc=colin.king@canonical.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.