Re: [GIT PULL] workqueue changes for v5.3-rc1

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 09:56:20 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/df2a40f549e6b73aad98b0c03f400c00d284816b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


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

2019-07-08 Thread Tejun Heo
Hello,

Just a couple cleanup patches.  No functional changes.

Thanks.

The following changes since commit 249155c20f9b0754bc1b932a33344cfb4e0c2101:

  Merge branch 'parisc-5.2-4' of 
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2019-06-25 
05:52:31 +0800)

are available in the Git repository at:

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

for you to fetch changes up to be69d00d9769575e35d83367f465a58dbf82748c:

  workqueue: Remove GPF argument from alloc_workqueue_attrs() (2019-06-27 
14:12:19 -0700)


Thomas Gleixner (2):
  workqueue: Make alloc/apply/free_workqueue_attrs() static
  workqueue: Remove GPF argument from alloc_workqueue_attrs()

 include/linux/workqueue.h |  4 
 kernel/workqueue.c| 28 +---
 2 files changed, 13 insertions(+), 19 deletions(-)

-- 
tejun