Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/2] Bluetooth: Fix hci_dev_open race condition
@ 2013-10-01 11:10 johan.hedberg
  2013-10-01 11:10 ` [PATCH 1/2] Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open function johan.hedberg
  2013-10-01 11:10 ` [PATCH 2/2] Bluetooth: Fix workqueue synchronization in hci_dev_open johan.hedberg
  0 siblings, 2 replies; 5+ messages in thread
From: johan.hedberg @ 2013-10-01 11:10 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

There was recently a bug reported regarding the setup stage getting
called twice (Subject: [PATCH v5 1/2] Bluetooth: btmrvl: add setup
handler). There was an initial patch proposal to get an understanding of
what exactly is happening, but the initial fix itself was not the one we
want upstream.

After considering the various options we decided to simply ensure that
the HCIDEVUP ioctl calling path needs to ensure that the req_workqueue
is flushed before calling hci_dev_open. However, this requires some
refactoring and hence two patches instead of one.

I was able to test this with BlueZ 4.101 and Intel HW to see that the
Intel setup handler doesn't get called twice, but it would still be good
to test this with the setup that was used for the initial report.

Johan

----------------------------------------------------------------
Johan Hedberg (2):
      Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open function
      Bluetooth: Fix workqueue synchronization in hci_dev_open

 net/bluetooth/hci_core.c | 35 +++++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-01 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-01 11:10 [PATCH 0/2] Bluetooth: Fix hci_dev_open race condition johan.hedberg
2013-10-01 11:10 ` [PATCH 1/2] Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open function johan.hedberg
2013-10-01 12:56   ` Marcel Holtmann
2013-10-01 11:10 ` [PATCH 2/2] Bluetooth: Fix workqueue synchronization in hci_dev_open johan.hedberg
2013-10-01 12:57   ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox