From: Peter Chen <hzpeterchen@gmail.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: tj@kernel.org, florian@mickler.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org,
usb-storage@lists.one-eyed-alien.net
Subject: Re: Freezable workqueue blocks non-freezable workqueue during the system resume process
Date: Wed, 24 Feb 2016 15:24:30 +0800 [thread overview]
Message-ID: <20160224072430.GC15452@shlinux2.ap.freescale.net> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1602231024360.1698-100000@iolanthe.rowland.org>
On Tue, Feb 23, 2016 at 10:34:09AM -0500, Alan Stern wrote:
> On Tue, 23 Feb 2016, Peter Chen wrote:
>
> > Hi Tejun Heo and Florian Mickler,
> >
> > I have a question that during the system resume process, the freezable
> > workqueue can be thawed if there is a non-freezable workqueue is
> > blocked (At uninterruptable state)?
> >
> > My case like below, I have a USB OTG (Micro-AB) cable is at USB
> > Micro-B port, and there is a USB driver on it, and un-plug this
> > cable can wake up system from the suspend. There is a non-freezable
> > workqueue ci_otg will be scheduled after disconnecting OTG cable,
> > and in its worker ci_otg_work, it will try to disconnect USB drive,
> > and flush disk information.
>
> These operations probably are not safe while the system is resuming.
> It might be best to make them wait until the resume is finished.
>
> > But flush disk information is done by
> > freezable workqueue writeback, it seeems workqueue writeback is
> > never got chance to execute, the workqueue ci_otg is waiting there
> > forever, and the system is deadlock.
>
> > Both change workqueue ci_otg as freezable or change workqueue writeback
> > as non-freezable can fix this problem.
>
> It sounds like making ci_otg freezable is the easiest solution.
>
> > Please ignore it, the system is locked at driver's resume,
> > maybe at scsi or usb driver, so of cos, the freezable processes
> > can't be thawed.
>
> > > [ 555.263177] [<c0043b1c>] (flush_work) from [<c0043fac>] (flush_delayed_work+0x48/0x4c)
> > > [ 555.271106] r8:ed5b5000 r7:c0b38a3c r6:eea439cc r5:eea4372c r4:eea4372c
> > > [ 555.277958] [<c0043f64>] (flush_delayed_work) from [<c00eae18>] (bdi_unregister+0x84/0xec)
> > > [ 555.286236] r4:eea43520 r3:20000153
> > > [ 555.289885] [<c00ead94>] (bdi_unregister) from [<c02c2154>] (blk_cleanup_queue+0x180/0x29c)
> > > [ 555.298250] r5:eea43808 r4:eea43400
>
> You might want to complain to the block-layer people about this. I
> don't know if anything can be done to fix it.
>
> Or maybe flush_work and flush_delayed_work can be changed to avoid
> blocking if the workqueue is frozen. Tejun?
>
I have a patch to show the root cause of this issue.
http://www.spinics.net/lists/linux-usb/msg136815.html
--
Best Regards,
Peter Chen
next prev parent reply other threads:[~2016-02-24 7:28 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 3:20 Freezable workqueue blocks non-freezable workqueue during the system resume process Peter Chen
2016-02-23 9:47 ` Peter Chen
2016-02-23 15:34 ` Alan Stern
2016-02-24 7:24 ` Peter Chen [this message]
2016-02-25 22:01 ` Tejun Heo
2016-02-26 6:19 ` Peter Chen
2016-03-02 16:00 ` Tejun Heo
2016-03-03 9:33 ` Jan Kara
2016-03-11 17:56 ` Tejun Heo
2016-03-14 7:22 ` Jan Kara
2016-03-14 14:37 ` Alan Stern
2016-03-15 9:25 ` Jan Kara
2016-03-16 15:00 ` Tejun Heo
2016-03-16 15:37 ` Should suspend plug low-level devices? Alan Stern
2016-03-16 16:31 ` Rafael J. Wysocki
2016-03-16 16:35 ` Tejun Heo
2016-03-16 16:39 ` Rafael J. Wysocki
2016-03-16 23:18 ` Jiri Kosina
2016-03-16 23:24 ` Rafael J. Wysocki
2016-03-16 23:42 ` Jiri Kosina
2016-03-16 23:48 ` Rafael J. Wysocki
2016-03-17 7:50 ` Oliver Neukum
2016-03-17 8:02 ` Jiri Kosina
2016-03-17 8:20 ` Oliver Neukum
2016-03-17 8:35 ` Jiri Kosina
2016-03-17 9:12 ` Oliver Neukum
2016-03-17 10:20 ` Jiri Kosina
2016-03-17 10:29 ` Oliver Neukum
2016-03-17 10:36 ` Jiri Kosina
2016-03-17 18:55 ` Alan Stern
2016-03-18 20:29 ` Tejun Heo
2016-03-17 0:05 ` Tejun Heo
2016-03-17 18:58 ` Alan Stern
2016-03-18 20:25 ` Tejun Heo
2016-03-17 18:53 ` Alan Stern
2016-03-18 20:29 ` Tejun Heo
2016-03-16 16:34 ` Tejun Heo
2016-03-17 18:51 ` Alan Stern
2016-03-18 20:32 ` Tejun Heo
2016-03-18 21:06 ` Alan Stern
2016-03-20 18:29 ` Tejun Heo
2016-03-21 14:38 ` Alan Stern
2016-03-30 17:09 ` Tejun Heo
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=20160224072430.GC15452@shlinux2.ap.freescale.net \
--to=hzpeterchen@gmail.com \
--cc=florian@mickler.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=tj@kernel.org \
--cc=usb-storage@lists.one-eyed-alien.net \
/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.