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:	Mon, 21 May 2012 16:08:37 -0700
From:	"Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	target-devel <target-devel@...r.kernel.org>,
	linux-usb <linux-usb@...r.kernel.org>,
	linux-scsi <linux-scsi@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
	Felipe Balbi <balbi@...com>,
	Greg KH <gregkh@...uxfoundation.org>,
	Alan Stern <stern@...land.harvard.edu>,
	Christoph Hellwig <hch@....de>
Subject: [GIT PULL] usb-gadget target merge for 3.5-rc1

Hi Linus,

As promised, here is the pull request for Sebastian's usb-gadget target
UASP / BOT driver for v3.5-rc1.  This code has been in linux-next for a
number of weeks, and is now ready for an initial merge.

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git usb-target-merge

This fabric uses the target framework to provide a usb gadget
device.  This gadget supports the USB Attached SCSI Protocol (UASP)
and Bulk Only Transfers (BOT or BBB). BOT is the primary interface,
UAS is the alternative interface.

Note this series is dependent upon a single target core patch for adding
se_cmd->unknown_data_length in target-pending/for-next, that went out in
the first pull request yesterday:

[GIT PULL] target for-next v3.5-rc1 updates + new drivers merge status
http://www.spinics.net/lists/target-devel/msg02529.html

Kudos to Sebastian for making this driver happen so easily, and for his
patches to improve usb-core and target core along the way to his goal.
Also thanks to Felipe + Greg-KH for their help in getting this driver
ready for mainline.

Thanks!

--nab

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Acked-by: Felipe Balbi <balbi@...com>
Cc: Alan Stern <stern@...land.harvard.edu>
Cc: Christoph Hellwig <hch@....de>
Cc: Greg KH <gregkh@...uxfoundation.org>
Signed-off-by: Nicholas Bellinger <nab@...ux-iscsi.org>

Sebastian Andrzej Siewior (1):
  usb-gadget: Initial merge of target module for UASP + BOT

 drivers/usb/gadget/Kconfig          |   10 +
 drivers/usb/gadget/Makefile         |    2 +
 drivers/usb/gadget/tcm_usb_gadget.c | 2480 +++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/tcm_usb_gadget.h |  146 ++
 4 files changed, 2638 insertions(+), 0 deletions(-)
 create mode 100644 drivers/usb/gadget/tcm_usb_gadget.c
 create mode 100644 drivers/usb/gadget/tcm_usb_gadget.h


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