Re: Problems with logout in qlt_free_session_done

2019-05-11 Thread Shivaram Upadhyayula
Hi, On Thu, May 9, 2019 at 3:50 AM Giridhar Malavali wrote: > > > > On 5/8/19, 1:42 PM, "linux-scsi-ow...@vger.kernel.org on behalf of Shivaram > Upadhyayula" shivara...@quadstor.com> wrote: > > Hi, > > There seem to be

Problems with logout in qlt_free_session_done

2019-05-08 Thread Shivaram Upadhyayula
Hi, There seem to be a few issues when trying to do a logout qla_target.c:qlt_free_session_done in 4.19.41 1. When the logout timesout qla2x00_sp_timeout is called. This function assumes sp->qpair is valid, but this isn't the case if mq is not enabled 2. qla2x00_async_iocb_timeout also assumes t

[PATCH] qla2xxx: Fix schedule_delayed_work() timeout calculations

2013-12-10 Thread Shivaram Upadhyayula
Hi, The following patch is a fix for the timeout/delay passed to scheduled_delayed_work. Regards, Shivaram U commit 1e0ea25bb6c834c1f4b2485f49d36a6c314cb7a4 Author: Shivaram U Date: Tue Dec 10 15:38:14 2013 +0530 Fix schedule_delayed_work() timeout calculations Signed-off-by: Shivar