public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* pkgtemp: double lock
@ 2010-09-04 11:51 Jiri Slaby
  2010-09-04 17:08 ` Fenghua Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Slaby @ 2010-09-04 11:51 UTC (permalink / raw)
  To: fenghua.yu; +Cc: Brown, Len, LKML

Hi,

stanse found that you double lock pdev_list_mutex:
  -> pkgtemp_device_remove
    -> mutex_lock(&pdev_list_mutex);
    -> pkgtemp_device_add
      -> mutex_lock(&pdev_list_mutex);

Could you fix that?

regards,
-- 
js

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

end of thread, other threads:[~2010-09-04 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-04 11:51 pkgtemp: double lock Jiri Slaby
2010-09-04 17:08 ` Fenghua Yu

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