lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 27 Jan 2015 11:36:03 +1030
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	"Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:	James Bottomley <James.Bottomley@...senPartnership.com>
Subject: [PULL] One more module fixe

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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ