From: Krishna Gudipati <kgudipat@xxxxxxxxxxx> Hi James, The following patch-set includes a bug fix and modifies BFA LUN Masking feature implementation to use SCSI slave callouts rather than modifying SCSI commands response payload, based on the review comments received. I have compiled & tested the code against your scsi-misc and linux-next. Thanks, Krishna C Gudipati. Krishna Gudipati (3): bfa: Fix possible NULL pointer dereference in lunmask add/delete. bfa: Revert back the current LUN Masking Implementation. bfa: Implement LUN Masking feature using the SCSI Slave Callouts. drivers/scsi/bfa/bfa_defs_svc.h | 7 +- drivers/scsi/bfa/bfa_fc.h | 155 --------------- drivers/scsi/bfa/bfa_fcpim.c | 416 +-------------------------------------- drivers/scsi/bfa/bfa_fcpim.h | 7 - drivers/scsi/bfa/bfa_svc.h | 5 - drivers/scsi/bfa/bfad.c | 2 + drivers/scsi/bfa/bfad_attr.c | 2 +- drivers/scsi/bfa/bfad_bsg.c | 27 +++- drivers/scsi/bfa/bfad_drv.h | 2 + drivers/scsi/bfa/bfad_im.c | 56 ++++++ drivers/scsi/bfa/bfad_im.h | 27 +++ 11 files changed, 118 insertions(+), 588 deletions(-) -- 1.7.3.rc1 -- 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