RE: [PATCH] workqueue: detect uninitated work_struct and BUG() if true

2015-03-10 Thread Du, Changbin
> -Original Message- > From: Tejun Heo [mailto:hte...@gmail.com] On Behalf Of Tejun Heo > Sent: Monday, March 9, 2015 2:23 PM > To: Du, Changbin > Cc: linux-kernel@vger.kernel.org > Subject: Re: [PATCH] workqueue: detect uninitated work_struct and BUG() if > true &

Re: [PATCH] workqueue: detect uninitated work_struct and BUG() if true

2015-03-08 Thread Tejun Heo
On Mon, Mar 09, 2015 at 04:43:11AM +, Du, Changbin wrote: > From cdebb88ac0fb3f900ef28f28ccb4a12159c295db Mon Sep 17 00:00:00 2001 > From: "Du, Changbin" > Date: Mon, 9 Mar 2015 12:06:43 +0800 > Subject: [PATCH] workqueue: detect uninitated work_struct and BUG() i

[PATCH] workqueue: detect uninitated work_struct and BUG() if true

2015-03-08 Thread Du, Changbin
>From cdebb88ac0fb3f900ef28f28ccb4a12159c295db Mon Sep 17 00:00:00 2001 From: "Du, Changbin" Date: Mon, 9 Mar 2015 12:06:43 +0800 Subject: [PATCH] workqueue: detect uninitated work_struct and BUG() if true Recently I encounter a driver issue that caused by missing initializing th