public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "lkml" <linux-kernel@vger.kernel.org>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: [PULL] One more module fixe
Date: Tue, 27 Jan 2015 11:36:03 +1030	[thread overview]
Message-ID: <87a915rq10.fsf@rustcorp.com.au> (raw)

The following changes since commit d5db139ab3764640e0882a1746e7b9fdee33fd87:

  module: make module_refcount() a signed integer. (2015-01-22 11:15:54 +1030)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus

for you to fetch changes up to dc4515ea26d6c7fed3d978cd2bd36adc0d057bc5:

  scsi: always increment reference count (2015-01-23 14:42:16 +1030)

----------------------------------------------------------------
SCSI was using module_refcount() to figure out when the module was
unloading: this broke with new atomic refcounting.  The code is still
suspicious, but this solves the WARN_ON().

Thanks,
Rusty.

----------------------------------------------------------------
Rusty Russell (1):
      scsi: always increment reference count

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


                 reply	other threads:[~2015-01-27  2:01 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=87a915rq10.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --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