]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: iscsi: Have abort handler get ref to conn
authorMike Christie <michael.christie@oracle.com>
Tue, 25 May 2021 18:18:04 +0000 (13:18 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 2 Jun 2021 05:28:21 +0000 (01:28 -0400)
commitadd28fd1450fc55dd0172fe15b26873349383aba
tree783e9125bfed293df05af2cb0f772d7fc0aa1bda
parent02d832b46922ef087049e3a5c1e915a7f406a54b
scsi: iscsi: Have abort handler get ref to conn

If SCSI midlayer is aborting a task when we are tearing down the conn we
could free the conn while the abort thread is accessing the conn. This has
the abort handler get a ref to the conn so it won't be freed from under it.

Note: this is not needed for device/target reset because we are holding the
eh_mutex when accessing the conn.

Link: https://lore.kernel.org/r/20210525181821.7617-12-michael.christie@oracle.com
Reviewed-by: Lee Duncan <lduncan@suse.com>
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libiscsi.c