From: Marcel Holtmann <marcel@holtmann.org>
To: "Tomas Ögren" <stric@acc.umu.se>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.4] "Fix" introduced in 2.4.27pre2 for bluetooth hci_usb race causes kernel hang
Date: Sat, 09 Apr 2005 15:39:15 +0200 [thread overview]
Message-ID: <1113053955.9783.57.camel@pegasus> (raw)
In-Reply-To: <20050408195632.GA17621@shaka.acc.umu.se>
[-- Attachment #1: Type: text/plain, Size: 795 bytes --]
Hi Tomas,
> I have noticed a problem with a race condition fix introduced in
> 2.4.27-pre2 that causes the kernel to hang when disconnecting a
> Bluetooth USB dongle or doing 'hciconfig hci0 down'. No message is
> printed, the kernel just doesn't respond anymore.
>
> Seen in Changelog:
> Marcel Holtmann:
> o [Bluetooth] Fix race in RX complete routine of the USB drivers
>
> Reversing the following patch to hci_usb_rx_complete() makes 2.4.27-pre2
> up until 2.4.30 happy and does not hang when removing the dongle
> anymore. (bfusb.c has the same patch applied)
>
> 2.6.11.7 does not show the same problem, but has similar code to the
> "fixed" (that hangs) code in 2.4, so the real problem is probably
> somewhere else.
does the attached patch makes any difference?
Regards
Marcel
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 547 bytes --]
===== drivers/bluetooth/hci_usb.c 1.23 vs edited =====
--- 1.23/drivers/bluetooth/hci_usb.c 2004-07-31 13:02:43 +02:00
+++ edited/drivers/bluetooth/hci_usb.c 2005-04-09 15:37:12 +02:00
@@ -398,12 +398,12 @@
BT_DBG("%s", hdev->name);
+ /* Synchronize with completion handlers */
write_lock_irqsave(&husb->completion_lock, flags);
-
+ write_unlock_irqrestore(&husb->completion_lock, flags);
+
hci_usb_unlink_urbs(husb);
hci_usb_flush(hdev);
-
- write_unlock_irqrestore(&husb->completion_lock, flags);
MOD_DEC_USE_COUNT;
return 0;
next prev parent reply other threads:[~2005-04-09 13:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-08 19:56 [2.4] "Fix" introduced in 2.4.27pre2 for bluetooth hci_usb race causes kernel hang Tomas Ögren
2005-04-09 13:39 ` Marcel Holtmann [this message]
2005-04-13 10:37 ` Tomas Ögren
2005-04-13 21:28 ` 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=1113053955.9783.57.camel@pegasus \
--to=marcel@holtmann.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stric@acc.umu.se \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox