All of lore.kernel.org
 help / color / mirror / Atom feed
* Deadlock in bluetooth/sco.c
@ 2009-05-03 20:46 Jan Kucera
  2009-05-04  1:17 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Kucera @ 2009-05-03 20:46 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth

Hi,

I've found some possible deadlock in net/bluetooth/sco.c - version
2.6.28 (probably this code is in newer versions too).
Could someone confirm this? Thank you.


net/bluetooth/sco.c
==============

function sco_conn_ready: (conn <- sk)
-------------------------------------
lockig sco_conn_lock(conn) at line 796
bh_lock_sock(sk)  at line 800

function  sco_conn_del: (sk <- conn)
---------------------------------
bh_lock_sock(sk); at 154
calling function sco_chan_del(sk, err); at line 156
       where at line 767 is sco_conn_lock(conn);



caught by Stanse
http://iti.fi.muni.cz/stanse/

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

end of thread, other threads:[~2009-05-06  2:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-03 20:46 Deadlock in bluetooth/sco.c Jan Kucera
2009-05-04  1:17 ` Marcel Holtmann
     [not found]   ` <9F0C1DB20AFA954FA1DA05309350433D5F913D45@pdsmsx503.ccr.corp.intel.com>
2009-05-05  8:06     ` kernel carsh using Bluez on Netbook platform Xu, Martin
2009-05-05  8:06     ` Xu, Martin
2009-05-05 15:43       ` Marcel Holtmann
2009-05-05 16:08         ` Marcel Holtmann
2009-05-06  2:36           ` Xu, Martin

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.