[GIT PULL] workqueue changes for 3.5-rc1

From: Tejun Heo
Date: Tue May 22 2012 - 13:16:33 EST


Hello, Linus.

Please pull from the following branch to receive workqueue changes for
3.5-rc1.

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-3.5

Nothing exciting. Most are updates to debug stuff and related fixes.
Two not-too-critical bugs are fixed - WARN_ON() triggering spurious
during cpu offlining and unlikely lockdep related oops.

Thanks.

Dan Carpenter (1):
workqueue: change BUG_ON() to WARN_ON()

Peter Zijlstra (1):
lockdep: fix oops in processing workqueue

Stephen Boyd (2):
trace: Remove unused workqueue tracer
workqueue: Catch more locking problems with flush_work()

Tejun Heo (1):
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active

include/linux/lockdep.h | 18 +++
kernel/timer.c | 4 +-
kernel/trace/Makefile | 1 -
kernel/trace/trace_workqueue.c | 300 ----------------------------------------
kernel/workqueue.c | 21 +++-
5 files changed, 38 insertions(+), 306 deletions(-)
delete mode 100644 kernel/trace/trace_workqueue.c

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/