* [PULL] One more module fixe
@ 2015-01-27 1:06 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2015-01-27 1:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: lkml, James Bottomley
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-27 2:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-27 1:06 [PULL] One more module fixe Rusty Russell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.