Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1444212 > unrolled thread
| Started by | Tejun Heo <tj@kernel.org> |
|---|---|
| First post | 2016-07-15 13:50 +0200 |
| Last post | 2016-07-15 23:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] workqueue fixes for v4.7-rc7 Tejun Heo <tj@kernel.org> - 2016-07-15 13:50 +0200
Re: [GIT PULL] workqueue fixes for v4.7-rc7 Linus Torvalds <torvalds@linux-foundation.org> - 2016-07-15 23:40 +0200
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2016-07-15 13:50 +0200 |
| Subject | [GIT PULL] workqueue fixes for v4.7-rc7 |
| Message-ID | <rV9N0-6nQ-19@gated-at.bofh.it> |
Hello, Linus.
Optimization for setting unbound worker affinity masks collided with
recent scheduler changes triggering warning messages. This late pull
request fixes the bug by removing the optimization.
Thanks.
The following changes since commit db06d759d6cf903aeda8c107fd3abd366dd80200:
Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu (2016-06-13 19:54:46 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
for you to fetch changes up to d945b5e9f0e35cb56a3783d849b5f0f37da0a7f1:
workqueue: Fix setting affinity of unbound worker threads (2016-06-16 15:37:05 -0400)
----------------------------------------------------------------
Peter Zijlstra (1):
workqueue: Fix setting affinity of unbound worker threads
kernel/workqueue.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--
tejun
[toc] | [next] | [standalone]
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Date | 2016-07-15 23:40 +0200 |
| Message-ID | <rViZX-3Bi-5@gated-at.bofh.it> |
| In reply to | #1444212 |
On Fri, 15 Jul 2016, Tejun Heo wrote: > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git Nothing there. I assume you meant to point me at the "for-4.7-fixes" branch. Linus
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web