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 v4.16-rc6
Date: Mon, 19 Mar 2018 14:33:06 -0700	[thread overview]
Message-ID: <20180319213306.GJ519464@devbig577.frc2.facebook.com> (raw)

Hello, Linus.

Two low-impact workqueue commits.  One fixes workqueue creation error
path and the other removes the unused cancel_work().

The following changes since commit fc6eabbbf8ef99efed778dd5afabc83c21dba585:

  Merge tag 'nfs-for-4.16-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2018-03-12 10:47:03 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6417250d3f894e66a68ba1cd93676143f2376a6f:

  workqueue: remove unused cancel_work() (2018-03-13 13:37:42 -0700)

----------------------------------------------------------------
Arvind Yadav (1):
      workqueue: use put_device() instead of kfree()

Stephen Hemminger (1):
      workqueue: remove unused cancel_work()

 include/linux/workqueue.h |  1 -
 kernel/workqueue.c        | 10 +---------
 2 files changed, 1 insertion(+), 10 deletions(-)

--
tejun

                 reply	other threads:[~2018-03-19 21:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180319213306.GJ519464@devbig577.frc2.facebook.com \
    --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).