All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] workqueue changes for 3.5-rc1
@ 2012-05-22 17:16 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2012-05-22 17:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-22 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 17:16 [GIT PULL] workqueue changes for 3.5-rc1 Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.