From: Lin Ming <ming.m.lin@intel.com>
To: Frank van Maarseveen <frankvm@frankvm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: 3.0.3 kernel BUG at kernel/timer.c:1035
Date: Wed, 07 Sep 2011 20:36:19 +0800 [thread overview]
Message-ID: <1315398979.2938.0.camel@hp6530s> (raw)
In-Reply-To: <20110907102425.GA3423@janus>
On Wed, 2011-09-07 at 18:24 +0800, Frank van Maarseveen wrote:
> On Tue, Sep 06, 2011 at 10:48:38PM +0800, Lin Ming wrote:
> > Does below patch help?
> >
> > >From a98b874437f871d5ecc3f6fe409b2b474b1f2731 Mon Sep 17 00:00:00 2001
> > From: Lin Ming <ming.m.lin@intel.com>
> > Date: Tue, 6 Sep 2011 22:45:43 +0800
> > Subject: [PATCH] block: delete bdi writeback wakup_timer in blk_cleanup_queue()
> >
> > Signed-off-by: Lin Ming <ming.m.lin@intel.com>
> > ---
> > block/blk-core.c | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/block/blk-core.c b/block/blk-core.c
> > index 90e1ffd..22529a3 100644
> > --- a/block/blk-core.c
> > +++ b/block/blk-core.c
> > @@ -363,6 +363,7 @@ void blk_cleanup_queue(struct request_queue *q)
> > blk_sync_queue(q);
> >
> > del_timer_sync(&q->backing_dev_info.laptop_mode_wb_timer);
> > + del_timer_sync(&q->backing_dev_info.wb.wakeup_timer);
> > mutex_lock(&q->sysfs_lock);
> > queue_flag_set_unlocked(QUEUE_FLAG_DEAD, q);
> > mutex_unlock(&q->sysfs_lock);
> > --
> > 1.7.2.3
> >
>
> No, bug still present. Stack trace is the same and I double checked that
> it was the new kernel (this time with a lot more debug enabled).
Thanks for test.
I'll try to reproduce this bug.
Lin Ming
next prev parent reply other threads:[~2011-09-07 16:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-24 13:02 Frank van Maarseveen
2011-08-30 9:08 ` Frank van Maarseveen
2011-09-02 8:10 ` Andrew Morton
2011-09-05 12:38 ` Frank van Maarseveen
[not found] ` <CAF1ivSYui_=tHbxHiy15a9wfiphHcpoY+J1MmAJ=dMQsAfEVLw@mail.gmail.com>
2011-09-06 14:48 ` Lin Ming
2011-09-07 10:24 ` Frank van Maarseveen
2011-09-07 12:36 ` Lin Ming [this message]
2011-09-07 21:30 ` Andrew Morton
2011-09-09 14:21 ` Lin Ming
2011-09-10 8:41 ` Frank van Maarseveen
2011-09-20 13:16 ` Frank van Maarseveen
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=1315398979.2938.0.camel@hp6530s \
--to=ming.m.lin@intel.com \
--cc=akpm@linux-foundation.org \
--cc=frankvm@frankvm.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome