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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/