[PATCH 2/3] workqueue: include workqueue info when printing debug dump of a worker task

2013-04-03 Thread Tejun Heo
One of the problems that arise when converting dedicated custom threadpool to workqueue is that the shared worker pool used by workqueue anonimizes each worker making it more difficult to identify what the worker was doing on which target from the output of sysrq-t or debug dump from oops, BUG() an

[PATCH 2/3] workqueue: include workqueue info when printing debug dump of a worker task

2013-03-29 Thread Tejun Heo
One of the problems that arise when converting dedicated custom threadpool to workqueue is that the shared worker pool used by workqueue anonimizes each worker making it more difficult to identify what the worker was doing on which target from the output of sysrq-t or debug dump from oops, BUG() an