On Tue, 2015-08-25 at 23:56 -0700, Nicholas A. Bellinger wrote: > Hi Matthew & Co, > > On Thu, 2015-08-13 at 21:47 -0500, Matthew R. Ochs wrote: > > This patch set is intended for the 4.3 release and adds support for > > error recovery and the superpipe features provided by the IBM CXL > > Flash adapter. The superpipe function was originally presented in an > > RFC patch set in late April. To aid with the review of the superpipe > > portion of these enhancements, we have further split it across the > > last two patches in this set. Please reference the changelog below > > for details on what has been altered from previous versions of this > > patchset. > > <SNIP> > > Matthew R. Ochs (3): > > cxlflash: Base error recovery support > > cxlflash: Superpipe support > > cxlflash: Virtual LUN support > > > > Documentation/ioctl/ioctl-number.txt | 1 + > > Documentation/powerpc/cxlflash.txt | 318 ++++++ > > drivers/scsi/cxlflash/Kconfig | 2 +- > > drivers/scsi/cxlflash/Makefile | 2 +- > > drivers/scsi/cxlflash/common.h | 34 +- > > drivers/scsi/cxlflash/lunmgt.c | 266 +++++ > > drivers/scsi/cxlflash/main.c | 221 +++- > > drivers/scsi/cxlflash/main.h | 6 +- > > drivers/scsi/cxlflash/sislite.h | 25 +- > > drivers/scsi/cxlflash/superpipe.c | 2084 ++++++++++++++++++++++++++++++++++ > > drivers/scsi/cxlflash/superpipe.h | 147 +++ > > drivers/scsi/cxlflash/vlun.c | 1243 ++++++++++++++++++++ > > drivers/scsi/cxlflash/vlun.h | 86 ++ > > include/uapi/scsi/Kbuild | 1 + > > include/uapi/scsi/cxlflash_ioctl.h | 174 +++ > > 15 files changed, 4584 insertions(+), 27 deletions(-) > > create mode 100644 Documentation/powerpc/cxlflash.txt > > create mode 100644 drivers/scsi/cxlflash/lunmgt.c > > mode change 100755 => 100644 drivers/scsi/cxlflash/sislite.h > > create mode 100644 drivers/scsi/cxlflash/superpipe.c > > create mode 100644 drivers/scsi/cxlflash/superpipe.h > > create mode 100644 drivers/scsi/cxlflash/vlun.c > > create mode 100644 drivers/scsi/cxlflash/vlun.h > > create mode 100644 include/uapi/scsi/cxlflash_ioctl.h > > > > Thanks for including the full review history. > > This series has been added to target-pending.git/for-next-merge atop > current scsi.git/for-next code so it can be picked up by sfr for > tomorrow's linux-next build. > > James, please include this for v4.3-rc1 code. > As this series + associated follow-up patches have been included into scsi.git/for-next code, I'll drop these from target-pending.git. Thanks folks, --nab -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html