[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120712170519.GA20167@google.com>
Date: Thu, 12 Jul 2012 10:05:19 -0700
From: Tejun Heo <tj@...nel.org>
To: Fengguang Wu <fengguang.wu@...el.com>
Cc: linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
joshhunt00@...il.com, axboe@...nel.dk, rni@...gle.com,
vgoyal@...hat.com, vwadekar@...dia.com,
herbert@...dor.apana.org.au, davem@...emloft.net,
linux-crypto@...r.kernel.org, swhiteho@...hat.com, bpm@....com,
elder@...nel.org, xfs@....sgi.com, marcel@...tmann.org,
gustavo@...ovan.org, johan.hedberg@...il.com,
linux-bluetooth@...r.kernel.org, martin.petersen@...cle.com
Subject: Re: [PATCH 6/6] workqueue: reimplement WQ_HIGHPRI using a separate
worker_pool
Hello, Fengguang.
On Thu, Jul 12, 2012 at 09:06:48PM +0800, Fengguang Wu wrote:
> [ 0.207977] WARNING: at /c/kernel-tests/mm/kernel/workqueue.c:1217 worker_enter_idle+0x2b8/0x32b()
> [ 0.207977] Modules linked in:
> [ 0.207977] Pid: 1, comm: swapper/0 Not tainted 3.5.0-rc6-08414-g9645fff #15
> [ 0.207977] Call Trace:
> [ 0.207977] [<ffffffff81087189>] ? worker_enter_idle+0x2b8/0x32b
> [ 0.207977] [<ffffffff810559d9>] warn_slowpath_common+0xae/0xdb
> [ 0.207977] [<ffffffff81055a2e>] warn_slowpath_null+0x28/0x31
> [ 0.207977] [<ffffffff81087189>] worker_enter_idle+0x2b8/0x32b
> [ 0.207977] [<ffffffff81087222>] start_worker+0x26/0x42
> [ 0.207977] [<ffffffff81c8b261>] init_workqueues+0x2d2/0x59a
> [ 0.207977] [<ffffffff81c8af8f>] ? usermodehelper_init+0x8a/0x8a
> [ 0.207977] [<ffffffff81000284>] do_one_initcall+0xce/0x272
> [ 0.207977] [<ffffffff81c6f650>] kernel_init+0x12e/0x3c1
> [ 0.207977] [<ffffffff814b9b74>] kernel_thread_helper+0x4/0x10
> [ 0.207977] [<ffffffff814b80b0>] ? retint_restore_args+0x13/0x13
> [ 0.207977] [<ffffffff81c6f522>] ? start_kernel+0x737/0x737
> [ 0.207977] [<ffffffff814b9b70>] ? gs_change+0x13/0x13
Yeah, I forgot to flip the WARN_ON_ONCE() condition so that it checks
nr_running before looking at pool->nr_running. The warning is
spurious. Will post fix soon.
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists