On Wed, 2015-08-12 at 18:51 -0500, Matthew R. Ochs wrote: > Add support for physical LUN segmentation (virtual LUNs) to device > driver supporting the IBM CXL Flash adapter. This patch allows user > space applications to virtually segment a physical LUN into N virtual > LUNs, taking advantage of the translation features provided by this > adapter. > > Signed-off-by: Matthew R. Ochs <mrochs@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Manoj N. Kumar <manoj@xxxxxxxxxxxxxxxxxx> Thanks for integrating my suggestions. create_context() has the same freeing bug as 2/3 but if you fix that I'm happy if you add my reviewed by: Reviewed-by: Michael Neuling <mikey@xxxxxxxxxxx> > --- > Documentation/powerpc/cxlflash.txt | 63 +- > drivers/scsi/cxlflash/Makefile | 2 +- > drivers/scsi/cxlflash/common.h | 4 + > drivers/scsi/cxlflash/lunmgt.c | 3 + > drivers/scsi/cxlflash/main.c | 13 + > drivers/scsi/cxlflash/sislite.h | 20 +- > drivers/scsi/cxlflash/superpipe.c | 81 ++- > drivers/scsi/cxlflash/superpipe.h | 17 +- > drivers/scsi/cxlflash/vlun.c | 1243 ++++++++++++++++++++++++++++++++++++ > drivers/scsi/cxlflash/vlun.h | 86 +++ > include/uapi/scsi/cxlflash_ioctl.h | 34 + > 11 files changed, 1549 insertions(+), 17 deletions(-) > create mode 100644 drivers/scsi/cxlflash/vlun.c > create mode 100644 drivers/scsi/cxlflash/vlun.h -- 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