From: bvanassche@acm.org (Bart Van Assche)
Subject: [PATCH] Revert "workqueue: re-add lockdep dependencies for flushing"
Date: Mon, 22 Oct 2018 13:54:06 -0700 [thread overview]
Message-ID: <1540241646.128590.16.camel@acm.org> (raw)
In-Reply-To: <094669f3df1690dec5913c2086f6a6d8c470f685.camel@sipsolutions.net>
On Mon, 2018-10-22@22:28 +0200, Johannes Berg wrote:
> The lockdep report even more or less tells you what's going on. Perhaps
> we need to find a way to make lockdep not print "lock()" but "start()"
> or "flush()" for work items ... but if you read it this way, you see:
>
> CPU0 CPU1
>
> lock(i_mutex_key)
> start(dio->complete_work)
> lock(i_mutex_key)
> flush(wq dio/...)
>
> which is *clearly* a problem.
Your patch made lockdep report that the direct I/O code deadlocks although it
clearly doesn't deadlock. So where do you think the bug is? In the direct I/O
code or in your patch?
The code in the column with label "CPU0" is code called by do_blockdev_direct_IO().
>From the body of that function:
/* will be released by direct_io_worker */
inode_lock(inode);
I think that is sufficient evidence that the direct I/O code is fine and that
your patch caused lockdep to produce an incorrect deadlock report.
Bart.
WARNING: multiple messages have this Message-ID (diff)
From: Bart Van Assche <bvanassche@acm.org>
To: Johannes Berg <johannes@sipsolutions.net>, Tejun Heo <tj@kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Christoph Hellwig <hch@lst.de>, Sagi Grimberg <sagi@grimberg.me>,
"linux-nvme @ lists . infradead . org"
<linux-nvme@lists.infradead.org>
Subject: Re: [PATCH] Revert "workqueue: re-add lockdep dependencies for flushing"
Date: Mon, 22 Oct 2018 13:54:06 -0700 [thread overview]
Message-ID: <1540241646.128590.16.camel@acm.org> (raw)
In-Reply-To: <094669f3df1690dec5913c2086f6a6d8c470f685.camel@sipsolutions.net>
On Mon, 2018-10-22 at 22:28 +0200, Johannes Berg wrote:
> The lockdep report even more or less tells you what's going on. Perhaps
> we need to find a way to make lockdep not print "lock()" but "start()"
> or "flush()" for work items ... but if you read it this way, you see:
>
> CPU0 CPU1
>
> lock(i_mutex_key)
> start(dio->complete_work)
> lock(i_mutex_key)
> flush(wq dio/...)
>
> which is *clearly* a problem.
Your patch made lockdep report that the direct I/O code deadlocks although it
clearly doesn't deadlock. So where do you think the bug is? In the direct I/O
code or in your patch?
The code in the column with label "CPU0" is code called by do_blockdev_direct_IO().
From the body of that function:
/* will be released by direct_io_worker */
inode_lock(inode);
I think that is sufficient evidence that the direct I/O code is fine and that
your patch caused lockdep to produce an incorrect deadlock report.
Bart.
next prev parent reply other threads:[~2018-10-22 20:54 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-22 15:18 [PATCH] Revert "workqueue: re-add lockdep dependencies for flushing" Bart Van Assche
2018-10-22 15:18 ` Bart Van Assche
2018-10-22 20:14 ` Johannes Berg
2018-10-22 20:14 ` Johannes Berg
2018-10-22 20:28 ` Johannes Berg
2018-10-22 20:28 ` Johannes Berg
2018-10-22 20:54 ` Bart Van Assche [this message]
2018-10-22 20:54 ` Bart Van Assche
2018-10-22 21:04 ` Johannes Berg
2018-10-22 21:04 ` Johannes Berg
2018-10-22 21:26 ` Bart Van Assche
2018-10-22 21:26 ` Bart Van Assche
2018-10-23 19:44 ` Johannes Berg
2018-10-23 19:44 ` Johannes Berg
2018-10-23 19:58 ` Johannes Berg
2018-10-23 19:58 ` Johannes Berg
2018-10-23 1:17 ` Bart Van Assche
2018-10-23 1:17 ` Bart Van Assche
2018-10-23 19:50 ` Johannes Berg
2018-10-23 19:50 ` Johannes Berg
2018-10-23 20:24 ` Johannes Berg
2018-10-23 20:24 ` Johannes Berg
2018-10-22 21:47 ` Bart Van Assche
2018-10-22 21:47 ` Bart Van Assche
2018-10-23 0:43 ` Sagi Grimberg
2018-10-23 0:43 ` Sagi Grimberg
2018-10-23 19:26 ` Johannes Berg
2018-10-23 19:26 ` Johannes Berg
2018-10-23 21:30 ` Sagi Grimberg
2018-10-23 21:30 ` Sagi Grimberg
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=1540241646.128590.16.camel@acm.org \
--to=bvanassche@acm.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.