Message ID | 20210728115353.2396-1-ddiss@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | scsi: target: se_cmd cleanups and race fix | expand |
On 7/28/21 6:53 AM, David Disseldorp wrote: > While looking into XCOPY sense propagation issues (see Sergey's > patchset), I came across some se_cmd members which are unneeded. This > series also carries a fix for a theoretical lun_tg_pt_gp race condition. > > Cheers, David > > > drivers/target/sbp/sbp_target.c | 4 +- > drivers/target/target_core_alua.c | 94 ++++++++++---------------- > drivers/target/target_core_transport.c | 33 ++++++--- > include/target/target_core_base.h | 8 ++- > 4 files changed, 66 insertions(+), 73 deletions(-) > Reviewed-by: Mike Christie <michael.christie@oracle.com>
David, > While looking into XCOPY sense propagation issues (see Sergey's > patchset), I came across some se_cmd members which are unneeded. This > series also carries a fix for a theoretical lun_tg_pt_gp race condition. Applied to 5.15/scsi-staging, thanks!
On Wed, 28 Jul 2021 13:53:51 +0200, David Disseldorp wrote: > While looking into XCOPY sense propagation issues (see Sergey's > patchset), I came across some se_cmd members which are unneeded. This > series also carries a fix for a theoretical lun_tg_pt_gp race condition. > > Cheers, David > > > [...] Applied to 5.15/scsi-queue, thanks! [1/3] scsi: target: avoid using lun_tg_pt_gp after unlock https://git.kernel.org/mkp/scsi/c/7e457e5efc28 [2/3] scsi: target: sbp: drop incorrect asc/ascq usage https://git.kernel.org/mkp/scsi/c/35410f862426 [3/3] scsi: target: drop unnecessary se_cmd asc/ascq members https://git.kernel.org/mkp/scsi/c/40fd8845c025