On 1/28/21 12:17 AM, Gulam Mohamed wrote: > Description > =========== > 1. This Kernel panic could be due to a timing issue when there is a race > between the sync thread and the initiator was processing of a login r Hey, Sorry. When I had said that we want to limit the width, I didn't mean that it should split words like above. > default: > + if (conn->state != ISCSI_CONN_BOUND) > + return -ENOTCONN; How about making this a check for BOUND or UP? Some of the settings, like the TMF related ones, can be set after the conn is connected. open-iscsi doesn't support it, but maybe other tools do. Also there might be the case where a tool sets a value then forces a relogin and the new value would get used for some drivers.