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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 10 Dec 2008 21:50:42 +0300
From:	Vladislav Bolkhovitin <vst@...b.net>
To:	linux-scsi@...r.kernel.org
CC:	James Bottomley <James.Bottomley@...senPartnership.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>,
	Mike Christie <michaelc@...wisc.edu>,
	Jeff Garzik <jeff@...zik.org>,
	Boaz Harrosh <bharrosh@...asas.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, scst-devel@...ts.sourceforge.net,
	Bart Van Assche <bart.vanassche@...il.com>,
	linux-driver@...gic.com,
	"Nicholas A. Bellinger" <nab@...ux-iscsi.org>
Subject: [PATCH][RFC 14/23]: Necessary functionality in qla2xxx driver to
 support target mode

This patch adds necessary functionality in qla2xxx driver to support 
SCST target mode add-on. Basically, it only adds the necessary for the 
target mode add-on constants, hooks, sysfs entries and initialization 
actions. It doesn't touch any core functionality of qla2xxx driver.

This patch needs patches http://article.gmane.org/gmane.linux.scsi/43495 
and http://article.gmane.org/gmane.linux.scsi/43475, but doesn't require 
them.

Signed-off-by: Vladislav Bolkhovitin <vst@...b.net>
---
  drivers/scsi/qla2xxx/Kconfig         |   10 +
  drivers/scsi/qla2xxx/qla2x_tgt.h     |  120 ++++++++++++++++++
  drivers/scsi/qla2xxx/qla2x_tgt_def.h |  362 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/scsi/qla2xxx/qla_attr.c      |  324 ++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/scsi/qla2xxx/qla_def.h       |   11 +
  drivers/scsi/qla2xxx/qla_gbl.h       |    9 +
  drivers/scsi/qla2xxx/qla_gs.c        |   11 +
  drivers/scsi/qla2xxx/qla_init.c      |  235 ++++++++++++++++++++++++++++++++----
  drivers/scsi/qla2xxx/qla_iocb.c      |    7 -
  drivers/scsi/qla2xxx/qla_isr.c       |  123 +++++++++++++++++++
  drivers/scsi/qla2xxx/qla_mbx.c       |   14 +-
  drivers/scsi/qla2xxx/qla_os.c        |   14 ++
  12 files changed, 1201 insertions(+), 39 deletions(-)

The patch is too big to be submitted inline. You can find it in 
http://scst.sourceforge.net/patches/qla_tgt.diff


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