mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Jeffrey Layton <jlayton@redhat.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-cifs@vger.kernel.org, Steve French <sfrench@samba.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Clark Williams <williams@redhat.com>,
	"Luis Claudio R. Goncalves" <lclaudio@uudg.org>,
	Thomas Gleixner <tglx@linutronix.de>, Tejun Heo <tj@kernel.org>,
	uobergfe@redhat.com, Pavel Shilovsky <piastryyy@gmail.com>
Subject: Re: [RFC PATCH] cifs: Fix possible deadlock with cifs and work queues
Date: Thu, 20 Mar 2014 16:57:03 -0400	[thread overview]
Message-ID: <20140320165703.522c7c5c@gandalf.local.home> (raw)
In-Reply-To: <20140320152833.216d81a0@tlielax.poochiereds.net>

On Thu, 20 Mar 2014 15:28:33 -0400
Jeffrey Layton <jlayton@redhat.com> wrote:

 
> Nice analysis! I think eventually we'll need to overhaul this code not

Note, Ulrich Obergfell helped a bit in the initial analysis. He found
from a customer core dump that the kworker thread was blocked on the
cinode->lock_sem, and the reader was blocked as well. That was enough
for me to find where the problem laid.

> to use rw semaphores, but that's going to take some redesign. (Wonder
> if we could change it to use seqlocks or something?)
> 
> Out of curiousity, does this eventually time out and unwedge itself?
> Usually when the server doesn't get a response to an oplock break in
> around a minute or so it gives up and allows the thing that caused the
> oplock break to proceed anyway. Not great for performance but it out to
> eventually make progress due to that.

No, I believe it's hard locked. Nothing is going to wake up the oplock
break  if it is blocked on a down_read(). Only the release of the rwsem
will do that. It's the subtle way the kworker threads are done.

> 
> In any case, this looks like a reasonable fix for now, but I suspect you
> can hit similar problems in the write codepath too. What may be best is
> turn this around and queue the oplock break to the new workqueue
> instead of the read completion job.

Or perhaps give both the read and write their own workqueues? We have
to look at all the work queue handlers, and be careful about any users
that take the lock_sem, and separate them out.

-- Steve



  reply	other threads:[~2014-03-20 20:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-19 19:12 Steven Rostedt
2014-03-19 19:34 ` Peter Zijlstra
2014-03-19 19:43   ` Steven Rostedt
2014-03-19 19:46     ` Steven Rostedt
2014-03-19 19:47     ` Peter Zijlstra
2014-03-19 20:28   ` Tejun Heo
2014-03-20 19:28 ` Jeffrey Layton
2014-03-20 20:57   ` Steven Rostedt [this message]
2014-03-20 21:02     ` Jeff Layton
2014-03-21  2:23       ` Steven Rostedt
2014-03-21  8:32         ` Pavel Shilovsky
2014-03-21 11:59           ` Jeff Layton
2014-03-21 12:17           ` Steven Rostedt
2014-03-21 12:41             ` Jeff Layton
2014-03-21 12:54               ` Steven Rostedt
2014-03-21 15:07               ` [PATCH v2] " Steven Rostedt
2014-03-23  5:57                 ` Shirish Pargaonkar
2014-03-20 23:53 ` [RFC PATCH] " Jeff Layton
2014-03-21  2:19   ` Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140320165703.522c7c5c@gandalf.local.home \
    --to=rostedt@goodmis.org \
    --cc=jlayton@redhat.com \
    --cc=lclaudio@uudg.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=piastryyy@gmail.com \
    --cc=sfrench@samba.org \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    --cc=uobergfe@redhat.com \
    --cc=williams@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®