public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* apparmor: double lock
@ 2010-09-04 11:57 Jiri Slaby
  2010-09-05  5:41 ` John Johansen
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Slaby @ 2010-09-04 11:57 UTC (permalink / raw)
  To: John Johansen; +Cc: James Morris, LKML

Hi,

stanse found that you possibly double lock ns->lock:
aa_remove_profiles
  -> write_lock(&ns->lock)
  -> __remove_namespace(ns)
    -> destroy_namespace(ns)
      -> write_lock(&ns->lock)

Could you fix that if that may happen at all?

regards,
-- 
js

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-04 11:57 apparmor: double lock Jiri Slaby
2010-09-05  5:41 ` John Johansen
2010-09-06  0:29   ` James Morris
2010-09-06 17:13     ` John Johansen

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