Re: [PATCH] scsi: target: Remove tcm_loop target reset handling
"Martin K. Petersen" <[email protected]> Mon, 15 Jun 2026 22:26:07 -0400
| Newsgroups | org.kernel.vger.target-devel,org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 30 May 2026 00:23:47 -0500, Mike Christie wrote:
> tcm_loop_target_reset is supposed to handle all the LUNs on a target
> but it's only doing a TMR_LUN_RESET so only that one LUN is handled.
> This will cause us to return early while IOs to other LUNs are still
> hung in lower layers. This just removes the target reset handler for
> the driver because LIO doesn't support target resets and for the
> common case where this is run from the scsi-ml error hamdler we have
> already tried an abort and lun reset so waiting again is most likely
> useless.
>
> [...]
Applied to 7.2/scsi-queue, thanks!
[1/1] scsi: target: Remove tcm_loop target reset handling
https://git.kernel.org/mkp/scsi/c/7c08d430835a
--
Martin K. Petersen