mbox series

[v2,00/13] target task management fixes

Message ID 20230112030832.110143-1-michael.christie@oracle.com (mailing list archive)
Headers show
Series target task management fixes | expand

Message

Mike Christie Jan. 12, 2023, 3:08 a.m. UTC
The following patches apply over Martin's 6.2 and 6.3 branches or
Linus's tree. They fix a couple regressions in iscsit that occur when
there are multiple sessions accessing the same se_device and TMRs are
executing and a connection is closed. And they fix some bugs in isert
for the single session case when there are TMRs executing and the
connection is closed.

Comments

Mike Christie Jan. 12, 2023, 3:13 a.m. UTC | #1
On 1/11/23 9:08 PM, Mike Christie wrote:
> The following patches apply over Martin's 6.2 and 6.3 branches or
> Linus's tree. They fix a couple regressions in iscsit that occur when
> there are multiple sessions accessing the same se_device and TMRs are
> executing and a connection is closed. And they fix some bugs in isert
> for the single session case when there are TMRs executing and the
> connection is closed.
>

Oh yeah Sagi and Max,

I didn't post the write_data_done fix. Let me know how you want it
fixed and I can post it.
Sagi Grimberg Jan. 23, 2023, 9:54 a.m. UTC | #2
On 1/12/23 05:13, Mike Christie wrote:
> On 1/11/23 9:08 PM, Mike Christie wrote:
>> The following patches apply over Martin's 6.2 and 6.3 branches or
>> Linus's tree. They fix a couple regressions in iscsit that occur when
>> there are multiple sessions accessing the same se_device and TMRs are
>> executing and a connection is closed. And they fix some bugs in isert
>> for the single session case when there are TMRs executing and the
>> connection is closed.
>>
> 
> Oh yeah Sagi and Max,
> 
> I didn't post the write_data_done fix. Let me know how you want it
> fixed and I can post it.

I think just fixing the write_data_done to add the data read via
the rdma operation.