public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ecryptfs lock loop
@ 2009-04-14 19:36 Jiri Slaby
  2009-04-15 15:40 ` Tyler Hicks
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Slaby @ 2009-04-14 19:36 UTC (permalink / raw)
  To: tyhicks
  Cc: kirkland, ecryptfs-devel, linux-fsdevel,
	Linux kernel mailing list, xatrix101

Hi,

one student (in CC) found out a suspicioous locking dependence in
ecryptfs code while debugging/running a static lockdep analyzer.

I'm unable to say whether it is only a theoretical issue or a real bug,
any ideas?

Here it comes:

function ecryptfs_send_message:
------------------------------
ecryptfs_daemon_hash_mux <- ecryptfs_msg_ctx_lists_mux
(in function ecryptfs_send_message_locked)

function ecryptfs_wait_for_response:
-----------------------------------
cryptfs_msg_ctx_lists_mux <- msg_ctx->mux

function ecryptfs_process_response:
----------------------------------
msg_ctx->mux <- ecryptfs_daemon_hash_mux


<- means lock dependency

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

end of thread, other threads:[~2009-04-15 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 19:36 ecryptfs lock loop Jiri Slaby
2009-04-15 15:40 ` Tyler Hicks

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