public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] workqueue changes for v4.18-rc1
@ 2018-06-05 19:26 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2018-06-05 19:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Lai Jiangshan

Hello, Linus.

* Patches to make kworkers to report the workqueue it is executing or
  has executed most recently in /proc/PID/comm.

* CONFIG_SMP shuffle to move stuff which isn't necessary for UP builds
  inside CONFIG_SMP.

Thanks.

The following changes since commit e6506eb241871d68647c53cb6d0a16299550ae97:

  Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2018-05-16 16:45:23 -0700)

are available in the git repository at:

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

for you to fetch changes up to 66448bc274cadedb71fda7d914e7c29d8dead217:

  workqueue: move function definitions within CONFIG_SMP block (2018-05-23 11:16:58 -0700)

----------------------------------------------------------------
Mathieu Malaterre (1):
      workqueue: move function definitions within CONFIG_SMP block

Tejun Heo (6):
      workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex
      workqueue: Make worker_attach/detach_pool() update worker->pool
      workqueue: Set worker->desc to workqueue name by default
      proc: Consolidate task->comm formatting into proc_task_name()
      workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}
      workqueue: Make sure struct worker is accessible for wq_worker_comm()

 fs/proc/array.c             |  33 ++++++-----
 fs/proc/base.c              |   5 +-
 fs/proc/internal.h          |   2 +
 include/linux/workqueue.h   |   1 +
 kernel/workqueue.c          | 139 +++++++++++++++++++++++++++++---------------
 kernel/workqueue_internal.h |   3 +-
 6 files changed, 119 insertions(+), 64 deletions(-)

-- 
tejun

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

only message in thread, other threads:[~2018-06-05 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05 19:26 [GIT PULL] workqueue changes for v4.18-rc1 Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox