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

2021-02-22 Thread pr-tracker-bot
The pull request you sent on Sun, 21 Feb 2021 16:14:40 -0500:

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

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

Thank you!

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


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

2021-02-21 Thread Tejun Heo
Hello,

Tracepoint and comment updates only.

Thanks.

The following changes since commit 1e2a199f6ccdc15cf111d68d212e2fd4ce65682e:

  Merge tag 'spi-fix-v5.11-rc4' of 
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (2021-01-18 11:23:05 
-0800)

are available in the Git repository at:

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

for you to fetch changes up to e9ad2eb3d9ae05471c9b9fafcc0a31d8f565ca5b:

  workqueue: Use %s instead of function name (2021-01-27 09:42:48 -0500)


Menglong Dong (1):
  workqueue: fix annotation for WQ_SYSFS

Stephen Zhang (1):
  workqueue: Use %s instead of function name

Zqiang (1):
  workqueue: tracing the name of the workqueue instead of it's address

 include/linux/workqueue.h| 2 +-
 include/trace/events/workqueue.h | 6 +++---
 kernel/workqueue.c   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
tejun