linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iwl: potential deadlock?
@ 2009-07-13 19:34 Jiri Slaby
  2009-07-13 20:18 ` reinette chatre
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Slaby @ 2009-07-13 19:34 UTC (permalink / raw)
  To: yi.zhu
  Cc: reinette.chatre, linux-wireless, ipw3945-devel,
	Linux kernel mailing list

Hi,

we found a potential deadlock in iwl code by our tool.

Can this happen:
iwl_update_tkip_key()
-> spin_lock_irqsave(&priv->sta_lock)
-> iwl_send_add_sta()
   -> iwl_sta_ucode_activate()
      -> spin_lock_irqsave(&priv->sta_lock)
?

Thanks.

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

end of thread, other threads:[~2009-07-13 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13 19:34 iwl: potential deadlock? Jiri Slaby
2009-07-13 20:18 ` reinette chatre
2009-07-13 20:33   ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).