linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Lai Jiangshan <jiangshanlai@gmail.com>
Subject: [GIT PULL] workqueue fixes for v5.6-rc5
Date: Tue, 10 Mar 2020 10:33:46 -0400	[thread overview]
Message-ID: <20200310143346.GB79873@mtj.duckdns.org> (raw)

Hello, Linus.

Workqueue has been incorrectly round-robining per-cpu work items.
Hillf's patch fixes that. The other patch documents memory-ordering
properties of workqueue operations.

Thanks.

The following changes since commit 0bf999f9c5e74c7ecf9dafb527146601e5c848b9:

  linux/pipe_fs_i.h: fix kernel-doc warnings after @wait was split (2020-02-12 11:54:08 -0800)

are available in the Git repository at:

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

for you to fetch changes up to aa202f1f56960c60e7befaa0f49c72b8fa11b0a8:

  workqueue: don't use wq_select_unbound_cpu() for bound works (2020-03-10 10:30:51 -0400)

----------------------------------------------------------------
Andrea Parri (1):
      workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()

Hillf Danton (1):
      workqueue: don't use wq_select_unbound_cpu() for bound works

 include/linux/workqueue.h | 16 ++++++++++++++++
 kernel/workqueue.c        | 14 ++++++++------
 2 files changed, 24 insertions(+), 6 deletions(-)

-- 
tejun

             reply	other threads:[~2020-03-10 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10 14:33 Tejun Heo [this message]
2020-03-10 22:35 ` [GIT PULL] workqueue fixes for v5.6-rc5 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200310143346.GB79873@mtj.duckdns.org \
    --to=tj@kernel.org \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).