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

2020-12-28 Thread pr-tracker-bot
The pull request you sent on Mon, 28 Dec 2020 12:49:43 -0500:

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

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

Thank you!

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


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

2020-12-28 Thread Tejun Heo
Hello, again.

The same as the cgroup tree - one commit which was scheduled for the 5.11
merge window. All the commit does is avoding spurious worker wakeups from
workqueue allocation / config change path to help cpuisol use cases.

Thank you.

The following changes since commit 127c501a03d5db8b833e953728d3bcf53c8832a9:

  Merge tag '5.10-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 
(2020-11-24 15:33:18 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 01341fbd0d8d4e717fc1231cdffe00343088ce0b:

  workqueue: Kick a worker based on the actual activation of delayed works 
(2020-11-25 17:10:28 -0500)


Yunfeng Ye (1):
  workqueue: Kick a worker based on the actual activation of delayed works

 kernel/workqueue.c | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

-- 
tejun