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:	Thu, 23 Jun 2011 17:42:59 -0700
From:	"Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	linux-scsi <linux-scsi@...r.kernel.org>,
	target-devel <target-devel@...r.kernel.org>,
	Christoph Hellwig <hch@....de>,
	James Bottomley <James.Bottomley@...senPartnership.com>,
	Kiran Patil <kiran.patil@...el.com>,
	Roland Dreier <roland@...estorage.com>,
	Dan Carpenter <error27@...il.com>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	Nicholas Bellinger <nab@...ux-iscsi.org>
Subject: [GIT PULL] target: Updates for v3.0-rc5

From: Nicholas Bellinger <nab@...ux-iscsi.org>

Hi Linus,

Here are the target updates for v3.0-rc5 that have been marinating in
lio-core-2.6.git for a few weeks now, and are ready for you to pull.

It includes a OOPs bugfix for task management exception handling in target
core, a bugfix for incorrect TMR LUN lookup in tcm_fc fixed by Kiran,
a series from Dan to address issues with ERR_PTR dereferencing + strlen usage +
possible deadlock fix, and Roland's spin_lock_irq() -> irqsave() change
required for certain cases in HW target mode operation in order prevent from
re-enabling interrupts that have already been disabled with a seperate
irqsave() call.

This series has been made against the following HEAD:

commit 56299378726d5f2ba8d3c8cbbd13cb280ba45e4f
Author: Linus Torvalds <torvalds@...ux-foundation.org>
Date:   Mon Jun 20 20:25:46 2011 -0700

    Linux 3.0-rc4

Please pull go ahead and pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nab/scsi-post-merge-2.6.git for-linus

Thanks!

Signed-off-by: Nicholas Bellinger <nab@...ux-iscsi.org>

Dan Carpenter (4):
  target: Fix ERR_PTR dereferencing bugs
  target: Drop bogus ERR_PTR usage in target_fabric_configfs_init
  target: Fix incorrect strlen() NULL terminator checks
  tcm_fc: Fix possible lock to unlock type deadlock

Kiran Patil (1):
  tcm_fc: Fix ft_send_tm LUN lookup OOPs

Nicholas Bellinger (2):
  target: Fix transport_get_lun_for_tmr failure cases
  tcm_fc: Fix conversion spec warning

Roland Dreier (1):
  target: Convert transport_deregister_session_configfs nacl_sess_lock
    to save irq state

 drivers/target/loopback/tcm_loop.c     |   13 ++++--
 drivers/target/target_core_configfs.c  |   24 ++++++------
 drivers/target/target_core_device.c    |    5 +-
 drivers/target/target_core_pr.c        |    6 +-
 drivers/target/target_core_tmr.c       |    8 +++-
 drivers/target/target_core_transport.c |    6 +-
 drivers/target/tcm_fc/tcm_fc.h         |    2 +-
 drivers/target/tcm_fc/tfc_cmd.c        |   64 ++++++++++++++++---------------
 drivers/target/tcm_fc/tfc_io.c         |    2 +-
 drivers/target/tcm_fc/tfc_sess.c       |    4 +-
 10 files changed, 73 insertions(+), 61 deletions(-)

-- 
1.7.5.4

--
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