Re: [PATCH 3/3] workqueue: add a check point in pwq_activate_delayed_work()

2013-06-05 Thread Tejun Heo
On Wed, Jun 05, 2013 at 03:11:35PM +0800, Michael Wang wrote: > get_work_pwq() is possible to return NULL, add a check point for that in > the context inside pwq_activate_delayed_work(). > > CC: Tejun Heo > Signed-off-by: Michael Wang > --- > kernel/workqueue.c |1 + > 1 files changed, 1

[PATCH 3/3] workqueue: add a check point in pwq_activate_delayed_work()

2013-06-05 Thread Michael Wang
get_work_pwq() is possible to return NULL, add a check point for that in the context inside pwq_activate_delayed_work(). CC: Tejun Heo Signed-off-by: Michael Wang --- kernel/workqueue.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/workqueue.c

[PATCH 3/3] workqueue: add a check point in pwq_activate_delayed_work()

2013-06-05 Thread Michael Wang
get_work_pwq() is possible to return NULL, add a check point for that in the context inside pwq_activate_delayed_work(). CC: Tejun Heo t...@kernel.org Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com --- kernel/workqueue.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

Re: [PATCH 3/3] workqueue: add a check point in pwq_activate_delayed_work()

2013-06-05 Thread Tejun Heo
On Wed, Jun 05, 2013 at 03:11:35PM +0800, Michael Wang wrote: get_work_pwq() is possible to return NULL, add a check point for that in the context inside pwq_activate_delayed_work(). CC: Tejun Heo t...@kernel.org Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com ---