Re: [PATCH] target: Fix for hang of Ordered task in TCM

From: Nicholas A. Bellinger
Date: Thu Jun 09 2016 - 01:38:17 EST


On Wed, 2016-06-08 at 14:43 -0500, Bryant G. Ly wrote:

<SNIP>

>
> Hi Nic,
>
> So I was testing the ibmvscsi target driver and I ran into some problems
> again with UA stuff and it looks like you didnt remove the UA checks from
> target_setup_cmd_from_cdb? Was that intentional? I thought we agreed to move
> it completely to target_execute_cmd and not have both?
>
> Let me know.
>

Ah yes, the version of the patch I've been using for future target-core
developments was missing the removal in target_setup_cmd_from_cdb().

Applied the proper version to target-pending/master here:

https://git.kernel.org/cgit/linux/kernel/git/nab/target-pending.git/commit/?id=15ce22fa491aa3bab7acd89ac40a9fc27aeed915

Thanks for the heads up!