From: Rafael J. Wysocki <rjw@sisk.pl>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [Regression, 2.6.36-rc1] ath9k resume problem on Acer Ferrari One
Date: Thu, 19 Aug 2010 23:07:24 +0200 [thread overview]
Message-ID: <201008192307.24867.rjw@sisk.pl> (raw)
In-Reply-To: <20100819204216.GD14497@tux>
On Thursday, August 19, 2010, Luis R. Rodriguez wrote:
> On Thu, Aug 19, 2010 at 01:31:01PM -0700, Rafael J. Wysocki wrote:
> > On Thursday, August 19, 2010, Tejun Heo wrote:
> > > Hello,
> > >
> > > On 08/19/2010 04:05 PM, Rafael J. Wysocki wrote:
> > > > On Thursday, August 19, 2010, Tejun Heo wrote:
> > > >> Hello, Rafael.
> > > >>
> > > >> On 08/19/2010 12:01 AM, Rafael J. Wysocki wrote:
> > > >>> While testing 2.6.36-rc1 (with a couple of fixes on top) I noticed
> > > >>> that the ath9k driver didn't work after resume from suspend to RAM.
> > > >>> An attempt to unload the driver using rmmod caused the BUG_ON() in
> > > >>> kernel/workqueue.c:2844 to trigger.
> > > >>
> > > >> That BUG_ON() triggers if destroy_workqueue() is called while work
> > > >> items are still pending on the workqueue. Can you please trigger
> > > >> stack traces after resume and post it?
> > > >
> > > > Do you mean sysrq-t?
> > >
> > > Yeah, I'm a bit confused regarding what's going on. I thought the
> > > most likely cause is thawing failing to kick a frozen workqueue into
> > > working state but then flush_workqueue() which is called from
> > > destroy_workqueue() should have hung too, that is, unless
> > > flush_workqueue() is broken too. If flush_workqueue() is not broken,
> > > then it could be that workqueue itself isn't at fault and works are
> > > being scheduled and executed fine for the workqueue ath9k is using but
> > > the driver doesn't work for another reason.
> > >
> > > Also, the BUG_ON() being triggered means either flush_workqueue() is
> > > broken or the driver is failing to stop works on the workqueue from
> > > being requeued before calling destroy_workqueue(). So, finding out
> > > the followings would be great,
> > >
> > > * While the driver isn't working, do a sysrq-t and see whether any
> > > worker is executing a work for ath9k.
> > >
> > > * Repeat it several times and see whether the work is stuck or making
> > > progress and/or executing on different workers.
> >
> > Actaully, I'm unable to reproduce the resume issue with current mainline
> > (HEAD = 763008c4357b73c8d18396dfd8d79dc58fa3f99d), so I guess it either is
> > a race (or another timing issue), or it's been fixed by one of the patches on
> > top of -rc1.
> >
> > I'll let you know if I see it again.
>
> To be clear, this is a non-issue now until further notice, ACK?
Yep.
Rafael
WARNING: multiple messages have this Message-ID (diff)
From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: "Luis R. Rodriguez" <lrodriguez@atheros.com>
Cc: Tejun Heo <tj@kernel.org>,
Luis Rodriguez <Luis.Rodriguez@atheros.com>,
LKML <linux-kernel@vger.kernel.org>,
"Linux-pm mailing list" <linux-pm@lists.linux-foundation.org>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"ath9k-devel@venema.h4ckr.net" <ath9k-devel@venema.h4ckr.net>,
Maciej Rutecki <maciej.rutecki@gmail.com>
Subject: Re: [Regression, 2.6.36-rc1] ath9k resume problem on Acer Ferrari One
Date: Thu, 19 Aug 2010 23:07:24 +0200 [thread overview]
Message-ID: <201008192307.24867.rjw@sisk.pl> (raw)
In-Reply-To: <20100819204216.GD14497@tux>
On Thursday, August 19, 2010, Luis R. Rodriguez wrote:
> On Thu, Aug 19, 2010 at 01:31:01PM -0700, Rafael J. Wysocki wrote:
> > On Thursday, August 19, 2010, Tejun Heo wrote:
> > > Hello,
> > >
> > > On 08/19/2010 04:05 PM, Rafael J. Wysocki wrote:
> > > > On Thursday, August 19, 2010, Tejun Heo wrote:
> > > >> Hello, Rafael.
> > > >>
> > > >> On 08/19/2010 12:01 AM, Rafael J. Wysocki wrote:
> > > >>> While testing 2.6.36-rc1 (with a couple of fixes on top) I noticed
> > > >>> that the ath9k driver didn't work after resume from suspend to RAM.
> > > >>> An attempt to unload the driver using rmmod caused the BUG_ON() in
> > > >>> kernel/workqueue.c:2844 to trigger.
> > > >>
> > > >> That BUG_ON() triggers if destroy_workqueue() is called while work
> > > >> items are still pending on the workqueue. Can you please trigger
> > > >> stack traces after resume and post it?
> > > >
> > > > Do you mean sysrq-t?
> > >
> > > Yeah, I'm a bit confused regarding what's going on. I thought the
> > > most likely cause is thawing failing to kick a frozen workqueue into
> > > working state but then flush_workqueue() which is called from
> > > destroy_workqueue() should have hung too, that is, unless
> > > flush_workqueue() is broken too. If flush_workqueue() is not broken,
> > > then it could be that workqueue itself isn't at fault and works are
> > > being scheduled and executed fine for the workqueue ath9k is using but
> > > the driver doesn't work for another reason.
> > >
> > > Also, the BUG_ON() being triggered means either flush_workqueue() is
> > > broken or the driver is failing to stop works on the workqueue from
> > > being requeued before calling destroy_workqueue(). So, finding out
> > > the followings would be great,
> > >
> > > * While the driver isn't working, do a sysrq-t and see whether any
> > > worker is executing a work for ath9k.
> > >
> > > * Repeat it several times and see whether the work is stuck or making
> > > progress and/or executing on different workers.
> >
> > Actaully, I'm unable to reproduce the resume issue with current mainline
> > (HEAD = 763008c4357b73c8d18396dfd8d79dc58fa3f99d), so I guess it either is
> > a race (or another timing issue), or it's been fixed by one of the patches on
> > top of -rc1.
> >
> > I'll let you know if I see it again.
>
> To be clear, this is a non-issue now until further notice, ACK?
Yep.
Rafael
next prev parent reply other threads:[~2010-08-19 21:07 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-18 22:01 [ath9k-devel] [Regression, 2.6.36-rc1] ath9k resume problem on Acer Ferrari One Rafael J. Wysocki
2010-08-18 22:01 ` Rafael J. Wysocki
2010-08-18 22:01 ` Rafael J. Wysocki
2010-08-19 1:00 ` [ath9k-devel] " Luis R. Rodriguez
2010-08-19 1:00 ` Luis R. Rodriguez
2010-08-19 1:00 ` Luis R. Rodriguez
2010-08-19 13:55 ` [ath9k-devel] " Rafael J. Wysocki
2010-08-19 13:55 ` Rafael J. Wysocki
2010-08-19 13:55 ` Rafael J. Wysocki
2010-08-19 13:55 ` Rafael J. Wysocki
2010-08-19 1:00 ` Luis R. Rodriguez
2010-08-19 8:11 ` Tejun Heo
2010-08-19 8:11 ` [ath9k-devel] " Tejun Heo
2010-08-19 8:11 ` Tejun Heo
2010-08-19 14:05 ` [ath9k-devel] " Rafael J. Wysocki
2010-08-19 14:05 ` Rafael J. Wysocki
2010-08-19 14:19 ` Tejun Heo
2010-08-19 14:19 ` [ath9k-devel] " Tejun Heo
2010-08-19 14:19 ` Tejun Heo
2010-08-19 14:23 ` Tejun Heo
2010-08-19 14:23 ` [ath9k-devel] " Tejun Heo
2010-08-19 14:23 ` Tejun Heo
2010-08-19 20:17 ` [ath9k-devel] " Rafael J. Wysocki
2010-08-19 20:17 ` Rafael J. Wysocki
2010-08-19 20:17 ` Rafael J. Wysocki
2010-08-19 20:31 ` [ath9k-devel] " Rafael J. Wysocki
2010-08-19 20:31 ` Rafael J. Wysocki
2010-08-19 20:42 ` Luis R. Rodriguez
2010-08-19 20:42 ` [ath9k-devel] " Luis R. Rodriguez
2010-08-19 20:42 ` Luis R. Rodriguez
2010-08-19 21:07 ` Rafael J. Wysocki
2010-08-19 21:07 ` Rafael J. Wysocki [this message]
2010-08-19 21:07 ` Rafael J. Wysocki
2010-08-19 20:31 ` Rafael J. Wysocki
2010-08-19 14:05 ` Rafael J. Wysocki
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=201008192307.24867.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=ath9k-devel@lists.ath9k.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.