[GIT PULL] workqueue changes for v5.2-rc1

From: Tejun Heo
Date: Thu May 09 2019 - 13:28:38 EST


Hello, Linus.

Only three commits, of which two are trivial. The non-trivial chagne
is Thomas's patch to switch workqueue from sched RCU to regular one.
The use of sched RCU is mostly historic and doesn't really buy us
anything noticeable.

Thanks.

The following changes since commit f261c4e529dac5608a604d3dd3ae1cd2adf23c89:

Merge branch 'akpm' (patches from Andrew) (2019-03-14 15:10:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 24acfb71822566e4d469b4992a7b3b9f873e0083:

workqueue: Use normal rcu (2019-04-08 12:37:43 -0700)

----------------------------------------------------------------
Bart Van Assche (1):
kernel/workqueue: Document wq_worker_last_func() argument

Mathieu Malaterre (1):
kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_workqueue'

Thomas Gleixner (1):
workqueue: Use normal rcu

kernel/workqueue.c | 95 ++++++++++++++++++++++++++++++------------------------
1 file changed, 53 insertions(+), 42 deletions(-)

--
tejun